| bio | website | streetadvisor.com |
|---|---|---|
| location | Melbourne, Australia | |
| age | 37 | |
| visits | member for | 4 years, 6 months |
| seen | 5 hours ago | |
| stats | profile views | 3,938 |
Just another djork trying to ply his art in this mad mad world.
- NET, C# & ASP.NET ftw
- JabbR is where I hangout
- SignalR is going to take over the interwebs
- RavenDB ftw-w-w-w-w-win
- NancyFX ftw
- A Tauntaun sleeping bag is what i've always wanted
- Great to see chicks doing the Melbourne Shuffle :)
- spaces > tabs
|
Nov 18 |
comment |
How to best design address locations in any SQL Database? Correct. i've got a number of outer joins when the data is normalized. Previously in other projects very very similar to this, it's been a pain in the back to get performant queries .. especially when i want to 'bubble up' the heirachy. |
|
Nov 18 |
comment |
How to best design address locations in any SQL Database? Currently we have 1 1/2 mill, but it could get up to around 10 mill odd? |
|
Nov 18 |
comment |
How to best design address locations in any SQL Database? I need to stick to an RDMBS. Why would you suggest sticking to a de-normailized schema over a single table? |
|
Nov 18 |
revised |
How to best design address locations in any SQL Database? Added learning summary, to the end of the last paragraph. |
|
Nov 18 |
comment |
How to best design address locations in any SQL Database? Nope - nothing helped me there. Also, i'm after some reasons why suggested designs are suggested. not just answers. We need to learn, here. |
|
Nov 18 |
comment |
Resharper: vars This is prolly the only thing i dislike with Resharper, out of the box. IMO it promotes bad programming ... but var vs !var is a religous war .. so each to their own. |
|
Nov 18 |
comment |
How can I use Digest Authorisation with my ASP.NET site? kewlies! that helps heaps. And was this the only way you could 'lock' a site down, that you guys found? |
|
Nov 18 |
asked | How to best design address locations in any SQL Database? |
|
Nov 18 |
comment |
How can I use Digest Authorisation with my ASP.NET site? If i use a product like IISPassword, does that mean that after i've 'unlocked' the website, then i will still have to manually forms auth into the website, for pages that require u to be logged in? (this is what we want). ??? |
|
Nov 18 |
comment |
How can I use Digest Authorisation with my ASP.NET site? thanks for the comment. The 'users' are our testing team, who access the site externally. We want to lock down the ENTIRE SITE to someone who might stuble across it randomly. It's got our dev stuff on there. So the 'user not appreciate' thing is not a concern. |
|
Nov 18 |
asked | How can I use Digest Authorisation with my ASP.NET site? |
|
Nov 17 |
answered | ASP.NET MVC - User Input and Service/Repository - Where to do Validation? |
|
Nov 17 |
answered | How does ASP.NET MVC communicate w/ an AJAX enabled webpage? |
|
Nov 17 |
comment |
Why are no Symbols loaded when remote debugging? @Xelluloid: can u please provide screenies to how you're attaching the process and proof that the pdb's are in the same folder along side the dlls? Finally, can you also provide a screenie of the MODULE window (after you've attached the process, hit ctrl->alt->u and lets see what modules are loaded. |
|
Nov 17 |
revised |
Problem debugging .NET code with MS's Symbol Server Included the reference to the MS Symbol Server. |
|
Nov 17 |
comment |
Problem debugging .NET code with MS's Symbol Server Correct Robert. I'm inside the code that is downloaded from the Microsoft Symbol Server for .NET. For example, the above happens inside SetAuthCookie(..) method, inside System.Web.Security.FormsAuthentication class ... which of course got downloaded from ms's symbol server. |
|
Nov 17 |
asked | Problem debugging .NET code with MS's Symbol Server |
|
Nov 17 |
comment |
What is your best programmer joke? Peeps - close the question or mark it offensive as this is site-spam. sigh at all these offtopic and only slightly related 'questions' |
|
Nov 17 |
answered | setting up local server in sql server 2005 |
|
Nov 16 |
revised |
ASP.NET MVC can't find route programatically Cleaned up code formatting. |