chester89

1,270
reputation
247 views

Registered User

name chester89
member for 1 year
seen 26 mins ago
website
location Moscow, Russian Federation
age 20
CS student
favourite programming language - C++
I am currently studying C# and ASP.NET (for work), with my favourite language still C++
Dec
5
comment Is there any way to install EF4 on VS2008 SP1?
thought it was part of .NET 4 beta 2, so it could work back-to-back with .net 3.5 sp1. anyway, another reason to try out new VS:)
Dec
5
asked Is there any way to install EF4 on VS2008 SP1?
Dec
3
revised Some unit tests failed when migrating project from asp.net mvc 1.0 to asp.net mvc 2 beta
deleted 938 characters in body
Dec
3
comment Some unit tests failed when migrating project from asp.net mvc 1.0 to asp.net mvc 2 beta
it seems like I've done all things as this examples says, but it still don't work:( posted stack trace in question
Dec
1
revised Some unit tests failed when migrating project from asp.net mvc 1.0 to asp.net mvc 2 beta
added stack trace as Eilon asked
Dec
1
comment Some unit tests failed when migrating project from asp.net mvc 1.0 to asp.net mvc 2 beta
I'm sorry for the name yep, can provide the stack
Dec
1
asked Some unit tests failed when migrating project from asp.net mvc 1.0 to asp.net mvc 2 beta
Dec
1
comment Problem with DataAnnotationsModelBinder in ASP.NET MVC 2
thanks a lot, it works well. all I need to do was to reference a DataAnnotations dll. don`t know how I missed Phil`s post about default model binder in ASP.NET MVC 2
Dec
1
comment Problem with DataAnnotationsModelBinder in ASP.NET MVC 2
but when I checking ModelState.IsInvalid, it says true when the model object is incorrect state. TryUpdateModel also says OK
Dec
1
asked Problem with DataAnnotationsModelBinder in ASP.NET MVC 2
Nov
27
awarded  Popular Question
Nov
24
comment If property or field is excluded when model-binding, what value will it have?
and if it's initialized but excluded from model binding with Exclude?
Nov
24
asked If property or field is excluded when model-binding, what value will it have?
Nov
17
asked How do I create an Excel .xlsx file on-the-fly on ASP.NET Webforms site ?
Nov
14
asked Something wrong with my gdb or KDevelop IDE?
Nov
5
comment What coding mistakes are a telltale giveaway of an inexperienced programmer?
I can`t divide hex number in my head:)
Oct
28
asked Trouble with codeblocks installation on Ubuntu 9.10
Oct
27
asked Is it okay if my unit tests content 1-2 methods per class?
Oct
22
comment Books to refer for learning OOP through C++
agreed, Thinking in C++ are great books
Oct
22
comment Parsing XML in C#
+1, linq to xml is a great tool for this
Oct
20
revised Which language to use for implementing few Linux shell commands (homework) - plain C or C++?
added 82 characters in body
Oct
20
comment Which language to use for implementing few Linux shell commands (homework) - plain C or C++?
what I meant is I don`t know it well enoigh to use even 10% of all its advantages. while learning C++ I did pointers operations, arrays, some low-level stuff. but I don`t think linux API is friendly, so I`d like to use C++ to wrap using OOP in the most convenient way possible
Oct
20
comment Which language to use for implementing few Linux shell commands (homework) - plain C or C++?
why downvotes ensued? your suggestion is good, I thought about using Boost libraries
Oct
20
revised Which language to use for implementing few Linux shell commands (homework) - plain C or C++?
added 125 characters in body
Oct
20
asked Which language to use for implementing few Linux shell commands (homework) - plain C or C++?
Oct
16
awarded  Yearling
Oct
8
comment How to restore VS project template for test if I deleted it by mistake?
it didn`t help:(
Oct
8
comment How to restore VS project template for test if I deleted it by mistake?
when I delete something, I don`t delete to the recycle bin - I don`t know whether it`s good or bad
Oct
8
asked How to restore VS project template for test if I deleted it by mistake?
Oct
6
comment Is frequent downcasting in class hierarchy always evil?
I followed your way, thanks
Oct
6
comment A problem with Castle.Core.dll
thanks, I did it! now all that works
Oct
5
comment A problem with Castle.Core.dll
it worked, thanks! now I have problems with web.config http module section:(
Oct
5
comment A problem with Castle.Core.dll
I`ve got a little trouble - how to reference them now? I`ve installed assemblies in GAC, rebooted PC. But from the "Browse" tab I can`t add them to my project - they don`t show up in reference node in VS:(
Oct
5
comment A problem with Castle.Core.dll
yes I do, all of 1.0.3.0 CastleWindsor 2.0 will be good?
Oct
5
asked A problem with Castle.Core.dll
Sep
28
asked Is frequent downcasting in class hierarchy always evil?
Sep
17
awarded  Popular Question
Sep
16
awarded  Popular Question
Sep
14
comment How much math do you use as a computer scientist?
can someone please tell me what do you mean by Calculus and its levels?
Sep
14
comment Simple struct question
don`t know about first case details, thanks for pointing it out
Sep
14
comment How do I upgrade a .NET 2.0 website to 3.5?
@Matt - so, as I got it right, I need to do only 2 things - choose new target framework in studio and install .net 3.5 to my server?
Sep
14
comment How do I upgrade a .NET 2.0 website to 3.5?
ok, and what about IIS options? how can I tell IIS that my site now runs .NET 3.5?
Sep
8
revised Why people think that the only man who created C++ was Bjarne Stroustrup?
added 257 characters in body
Sep
8
comment Why people think that the only man who created C++ was Bjarne Stroustrup?
the thing is, he doesn`t mention in a book that it was a team, not exactly. He says that there were a bunch of ideas discovered by people I mentioned above (such as references).
Sep
8
comment Why people think that the only man who created C++ was Bjarne Stroustrup?
Sure I`ll provide some quotes, but a little bit later - I`m at work right now.
Sep
8
comment Why people think that the only man who created C++ was Bjarne Stroustrup?
agreed. how to do it? (never done this before)
Sep
8
revised Why people think that the only man who created C++ was Bjarne Stroustrup?
added 1 characters in body
Sep
8
asked Why people think that the only man who created C++ was Bjarne Stroustrup?
Sep
2
asked A little problem with BST implementation
Sep
1
comment What to learn first - C++/STL/QT or .NET/C# - if I have limited time while learning and working?
@Meeh - no, I don`t particularly targeting GUI design. From where I am, I believe WPF is much more than smart-looking controls and great visual effects.