Rob Sanders

3,982
Reputation
626 views

Registered User

Name Rob Sanders
Member for 1 year
Seen 20 hours ago
Website
Location Gold Coast, Australia
Age
Microsoft Platform aligned IT Consultant specialising in SQL Server, C#, C++, Windows Diagnostics and Win32 API, Team Foundation Server and Process Management. I'm looking for work, if you have something interesting please email me rob.sanders@gmail.com http://internationalized.spaces.live.com
6h
awarded  Mortarboard
2d
answered What’s a good free tool for generating UML class diagrams?
2d
comment Where can I find a cheat sheet for hungarian notation?
OP has already stated "our newer code isn't coded this way"
2d
answered Where can I find a cheat sheet for hungarian notation?
2d
comment Versioning SQL Server?
"DataDude" is an additional version of Visual Studio 2008 and onwards, it's not dependant on TFS (really it's just a project type). You can read more about it here stackoverflow.com/questions/169828/…
Dec
3
revised Versioning SQL Server?
Dec
3
answered Versioning SQL Server?
Nov
14
revised Build Process - What to use?
added 267 characters in body
Nov
14
answered Build Process - What to use?
Nov
10
comment Good Visio Template (or alternative) for SOA/Distributed Systems?
Cheers, I'll check it out
Nov
10
asked Good Visio Template (or alternative) for SOA/Distributed Systems?
Nov
9
comment Linq to SQL nvarchar problem
what does your DBML look like?
Nov
4
answered Recommend a C# Task Scheduling Library
Oct
9
comment asp.net error “tt is an error to use a section registered as allowDefinition=’MachineToApplication’ beyond application level. This error can be caused by a virtual directory not being configured as an application…”
When you say 'I have made every folder using IIS manager an asp.net app.' do you mean 'virtual directory' or 'asp.net app'? Can you elaborate on what you've done in IIS Manager?
Oct
9
comment Should I load everything in memory upon application start ?
Enter the notorious splash screen :)
Oct
9
comment Closures: why are they so useful?
Heh, not sure there is such a thing as 'prevents stupid code'.. Where there's a will there's a way, but I do get what yu're saying :)
Oct
7
comment Why use Visual Studio 6 for C++
What gives with the downvote? Did I say something inherently wrong?
Oct
7
comment What programming practice that you once liked have you since changed your mind about?
True, but sometimes a few short comments can save someone who is skimming the implementation a lot of time
Oct
7
comment Reading a Stored Proc not working for me when passing values.
Is the proc named '"CareersInner"' or '"CareerInner"'?
Oct
7
comment Why use Visual Studio 6 for C++
Good point about the IDE speed. What I'd give for VS6 responsiveness!
Oct
7
answered Why use Visual Studio 6 for C++
Oct
7
revised Why use Visual Studio 6 for C++
edited tags
Oct
7
answered Catch Block Choices
Oct
3
comment Is it possible to determine the authentication mode a SQL server is set up with, “before” you connect?
I'm not sure what you want to hear. The answer was 'trial and error'. No one is debating the validity of the approach.
Sep
20
awarded  Yearling
Sep
19
comment How to set the picturebox style using SendMessage in win32
I can't find a WM_ message which would correspond, but you could use SetWindowLongPtr and intercept the messages and see what actually gets sent to the target's message pump.
Sep
19
comment Convert a Microsoft Word doc file to HTML file using ASP.NET & C#
Do you mean .doc (pre-Office 2007) or .docx (Office 2007)?
Sep
19
answered How to set the picturebox style using SendMessage in win32
Sep
19
comment How to set the picturebox style using SendMessage in win32
What sort of style do you want to set?
Sep
14
comment Compiled languages basics
Each question requires too much in an answer.. You might do better to read a book on C programming first and then ask specific questions separately..
Sep
14
answered What is the first thing you copy over from your current setup to a fresh OS?
Sep
14
answered How to find number of rows affected in LINQ to SQL?
Sep
11
awarded  Good Answer
Aug
27
accepted LINQ Conflict Detection: Setting UpdateCheck attribute
Jul
22
comment Script entire database SQL-Server
Another option is to use SQL SMO and script it out programatically (i.e. if regular scripting is required)
Jul
21
comment User Permissions in TFS API - Start a Build, Administer a Build
Which version of TFS? 05 or 08?
Jul
21
answered Primary Keys - Native, Sequence, or GUID keys?
Jul
9
accepted Why is LINQ to SQL entity association creating a new (duplicate) row when inserting a new record?
Jul
7
answered What should a .NET developer know about MSBuild?
Jun
19
comment Text to Speech in ASP.NET
Then you'll have to try and get SAPI to play nice...
Jun
18
answered Text to Speech in ASP.NET
Jun
17
awarded  Nice Answer
Jun
13
answered Preview ASP files without server.
Jun
13
comment Preview ASP files without server.
You could rename it to .html potentially
Jun
13
comment Preview ASP files without server.
Not sure what outcome you are looking for? You need the server to interpret the server side logic.
Jun
13
answered Starting visual studio from command prompt
Jun
13
comment Attached SQL 2000 DB in a SQL 2005 Server, Now getting VB6 App throwing errors
I'd change it to compatability mode 90 (SQL 2005) IMHO
Jun
12
accepted Windows XP GUI programming language
Jun
12
answered Windows XP GUI programming language
Jun
12
awarded  Citizen Patrol