Maxim

3,342
reputation
172 views

Registered User

name Maxim
member for 1 year
seen 3 hours ago
website
location CA
age 25
Intermediate C# Programmer. I do Commerce Server 2007 and SharePoint.
2h
answered C#.Net - In enum for C#
Dec
14
awarded  Nice Answer
Dec
6
awarded  Mortarboard
Dec
3
awarded  Notable Question
Nov
30
revised How to spot empty parking spaces?
reformated the questions for better reading.
Nov
30
revised How to spot empty parking spaces?
added 225 characters in body
Nov
30
revised How to spot empty parking spaces?
Added more details.
Nov
30
comment How to spot empty parking spaces?
I dont know if I should upvote or downvote. It look whacky but could be a nice use of genetic algorithm.
Nov
30
comment How to spot empty parking spaces?
@Jacob There is enough data to give a meaninful answer but any specific implementation for this would require more info from the mithila as you mentioned (eg. camera type, position, real-time, timed, etc.).
Nov
30
answered How to spot empty parking spaces?
Nov
30
comment How to spot empty parking spaces?
Please provide more information on what exactly you are doing. I'm sure that doing some searches on "image algorithms" or something similar should give some nice results but we would probably need more details to give you a hand with that.
Nov
30
comment How do I implement a test framework in a legacy project
I'm also really interested. Going from no tests to tested code should be more than interesting.
Nov
26
answered Best practices for converting an existing website into a website with SEF URL
Nov
26
revised How to identify whether a variable is a class or an object
fixed a typo
Nov
20
answered Security and roles authorization with model view presenter design pattern
Nov
11
comment What are the pros and cons to keeping SQL in Stored Procs versus Code
If you do your design right, the only region of your code that should be impacted by a data change is the persistence layer. If you use stored procedure and the inputs/outputs stays the same... the code can still work even if the DBA denormalize the schema of the database for performance reason. Stored procedure is another way of separating concerns. The persistence layer is supposed to care about the data, not the schema. If you build a contract (read: stored procedure) between the persistence layer and the DB, you can change the DB without impacting the persistence layer too much.
Oct
28
awarded  Nice Question
Oct
5
awarded  Nice Answer
Oct
4
awarded  Yearling
Aug
25
accepted Determining the port a Visual Studio Web App runs on
Jul
30
revised Update Twitter Status in C#
fixed typo
Jun
25
comment DirectoryEntry.NativeObject throws access denied for a user in Administrators group in windows 2008
Thanks! I've been looking at that problem and was seriously wondering what the hell was wrong.