petr k.

2,328
reputation
198 views

Registered User

name petr k.
member for 1 year
seen 10 hours ago
website
location
age
22h
comment MS Access (MDB) concurrency
David, great and comprehensive answer, thank you.
Dec
19
revised What are NHibernate’s advantages over other ORM tools?
edited title
Dec
6
awarded  Notable Question
Dec
1
comment What’s your favorite “programmer ignorance” pet peeve?
@Kugel: Provided you hire a lousy programmer, then, well, it really IS a bad idea. Still, my argument stands, these skills are essential, be it being able to communicate your ideas to customers or your team. In the real world every programmer, once in a while, has to get his hands dirty and pick up the phone to know what's really going on on the customer's side.
Nov
19
comment How do I improve the performance of SQLite?
+1 for the amount of valuable information you provide in your question
Nov
19
awarded  Popular Question
Nov
17
comment VB/VBA Variable Declaration Coding Standard - White Space
The OP's question isnt't primarily about variable naming conventions but the usage of whitespace. Besides that, hungarian notation is well-established standard in VB/VBA, so I would stick with it in this case, though I agree that in modern languages it's not recommended.
Nov
9
awarded  Great Answer
Nov
9
awarded  Favorite Question
Nov
5
answered Error editing a blob field in ArcGIS Engine
Oct
22
asked Developing and using a custom ASP.NET web control in a single solution
Oct
7
comment C# Antipatterns
I doubt that ArgumentNullException is the way to go in this case since from the code, it does not seem that this.FooLicenseHolder is an argument of a function (at least is does not LOOK like one conventions-wise). Perhaps rephrasing the code a bit would make your (perfectly valid) point little clearer.
Sep
18
awarded  Yearling
Sep
17
answered SVN: Can you remove directories from a local checkout only (not from the repository)?
Sep
14
accepted Why XAML is compiled into BAML and not in C#
Sep
14
answered Why XAML is compiled into BAML and not in C#
Sep
9
comment C# Adding Events!!!
Dinah: very cool!
Sep
4
comment Equivalent (functionality) of ObjPtr from VB6 in C#?
-1 Hashcode is not intended and for this and should never be used that way.
Sep
2
comment What’s so bad about VB .NET?
Hate to bring this up, but.. what kind of answers shoud I not give here? ... This should have been a comment.
Aug
21
awarded  Good Answer
Aug
20
awarded  Popular Question
Aug
18
answered When do i need to stop using design patterns?
Aug
18
answered Best practices: When should I use a delegate in .NET?
Aug
12
revised Update difficulty in .NET
added 2 characters in body; edited title
Aug
12
revised C# - Excluding unit tests from the release version of your project
added 1 characters in body; edited tags
Aug
5
revised Encouraging good development practices for non-professional programmers?
edited tags
Aug
5
comment C#.NET - How Can I Get typeof() to Work With Inheritance?
This is not only a perfectly correct answer, but also in addition covers the case when you do not have instances of any of the the classes at hand, but still want to determine whether there is an inheritance relationship between two types.
Aug
4
accepted How to fix a subversion (VisualSVN) repository
Aug
3
answered Good third party components for .NET
Aug
3
revised How do I call an MVC action on a textbox key up event using json?
deleted 1 characters in body
Aug
2
answered How to fix a subversion (VisualSVN) repository
Jun
26
awarded