Dave Cluderay

1,449
Reputation
355 views

Registered User

Name Dave Cluderay
Member for 1 year
Seen yesterday
Website
Location UK
Age 33
Nov
13
comment Good C code to read for learning
Dave Thomas suggested the core of the Ruby codebase as a good example of a well structured and consistent C codebase of approximately 15000 lines. Whilst I haven't read it myself, presumably Dave has! In the podcast, he also offers some sensible tips for approaching the process of reading and understanding a large codebase.
Nov
11
answered Doesn’t get into Debug Mode
Oct
24
awarded  Yearling
Oct
21
accepted DllImport a c++ DLL in to a C# app, BYTE * p
Oct
21
answered DllImport a c++ DLL in to a C# app, BYTE * p
Oct
21
accepted How to detemine content type of binary data in the image field of SQL Server 2008?
Oct
21
answered How to detemine content type of binary data in the image field of SQL Server 2008?
Oct
21
comment Compilation Error in ASP.NET Code when adding a Literal Control
Also, it looks like that tag is self-closing.
Oct
21
answered How does Returning a Struct as an Interface work?
Oct
20
comment How to create DB in SQL Express using SQL commands?
Also SQLCMD - a command line tool : [msdn.microsoft.com/en-us/library/…
Oct
19
accepted Scripting individual database objects
Aug
19
awarded  Nice Answer
Aug
10
accepted Pre-Deployment in Database project
Aug
7
comment Pre-Deployment in Database project
pastie.org/575352 - the first few lines should be enough. Check the Output window after a deploy - on my VSTS2008 I get output saying the database exists before and after deploy (indicating that the command runs before the DB is dropped and recreated).
Aug
4
answered Pre-Deployment in Database project
Jun
26
awarded  
Jun
14
accepted jquery buffer/queue for effects? Or to tell if an effect is in process?
Jun
9
revised How does the following jQuery code work?
added 492 characters in body
Jun
9
revised How does the following jQuery code work?
added 1 characters in body
Jun
9
answered How does the following jQuery code work?
Jun
9
comment .net 2.0 application in 64 bit processor ??
Yes - you'd kind of expect the SP1 release note to show up in search results for the original KB number - but it didn't for me (I had to go to the release note directly and then look it up in the list).
Jun
9
answered .net 2.0 application in 64 bit processor ??
Jun
8
answered Mocking Membership
Jun
7
accepted ASP.NET MVC MembershipService Email
Jun
6
revised ASP.NET MVC MembershipService Email
Link to blog post.
Jun
6
answered ASP.NET MVC MembershipService Email
Jun
5
revised Marshalling a Linked List
added 17 characters in body
Jun
5
answered Marshalling a Linked List
Jun
5
revised Problems launching a process with Process.Start() - how do I construct the argument list?
Link to MSDN documentation for CommandLineToArgvW.
Jun
4
revised Problems launching a process with Process.Start() - how do I construct the argument list?
added 97 characters in body
Jun
4
revised Problems launching a process with Process.Start() - how do I construct the argument list?
added 7 characters in body
Jun
4
answered Problems launching a process with Process.Start() - how do I construct the argument list?
Jun
4
answered How can you do a full outer join in sqlserver 2005?
Jun
4
accepted Does a View Exist in Asp.Net MVC?
Jun
4
answered Good C# focused blogs and/or podcasts?
Jun
4
answered C# Best way of assigning values to strings in a loop
Jun
4
revised Scripting individual database objects
added 162 characters in body; deleted 66 characters in body
Jun
4
answered Scripting individual database objects
Jun
3
answered Does a View Exist in Asp.Net MVC?
Jun
3
answered Exception handling around the rollback of a SqlTransaction