Chris Pietschmann

5,209
Reputation
476 views

Registered User

Name Chris Pietschmann
Member for 1 year
Seen 5 hours ago
Website
Location Wisconsin, USA
Age 28
I am a Software Development Consultant for Simplovation LLC (http://simplovation.com). I am also a Microsoft MVP, and on the Wisconsin .NET Users Group Executive Committee (http://wi-ineta.org).
2d
answered Spatial data types support in Linq2Sql or EF4
2d
comment error running asp.net mvc 2 project out of the box in vs 2010
Is this just a "default" project you created with VS and just hit F5? Or did you modify anything first. Also, what is the URL that you are trying to access when getting this 404 error?
2d
awarded  Nice Answer
2d
awarded  Nice Answer
Nov
24
comment C# Auto Property - Is this ‘pattern’ best practice?
peterchen, Thanks for the suggestion.
Nov
24
revised C# Auto Property - Is this ‘pattern’ best practice?
added 1278 characters in body; added 84 characters in body
Nov
24
revised C# Auto Property - Is this ‘pattern’ best practice?
added 372 characters in body
Nov
24
accepted C# Auto Property - Is this ‘pattern’ best practice?
Nov
24
revised C# Auto Property - Is this ‘pattern’ best practice?
added 575 characters in body
Nov
24
answered C# Auto Property - Is this ‘pattern’ best practice?
Nov
20
revised Adding a script reference to the html head tag from a partial view
edited tags
Nov
20
comment Adding a script reference to the html head tag from a partial view
You can just incude the <script> tag in the page. It doesn't have to be placed within the <head> tags.
Nov
20
comment Adding a script reference to the html head tag from a partial view
This applies to ASP.NET WebForms, but not MVC.
Nov
14
comment Great programming quotes
Or how about "is like reusing a syringe"
Nov
14
comment Great programming quotes
This reminds me of VB6. You could specify your min and max index. Also, you better check the min and max index when performing iterations.
Nov
14
comment Great programming quotes
That's so true!
Nov
12
awarded  Popular Question
Nov
11
awarded  Nice Question
Nov
8
comment Static files (.js, .css) triggering ASP.NET pipeline.
To add clarification: The VS Dev Server uses the ASP.NET Hosting API's to create the Web Server; so naturally all requests are handled by ASP.NET. IIS on the other hand doesn't require ASP.NET to function, and knows how to serve up files without using the ASP.NET Hosting API's.
Nov
2
accepted Activator.CreateInstance<T> Vs new
Nov
1
revised Why do most programmers know nothing about hardware?
added 478 characters in body
Nov
1
comment Why do most programmers know nothing about hardware?
You mentioned "Younger Developers". At 28 I consider myself to be a "Younger Developers", but I suppose the abstractions of .NET/Java are still fairly new, and the curriculum in schools are changing to target them more.
Nov
1
comment Using aspx Rendering Engine to Generate Non-HTML
T4 is part of Visual Studio, so you can't distribute it with your app to use at Runtime.
Nov
1
asked Why do most programmers know nothing about hardware?
Nov
1
comment What’s your most controversial programming opinion?
This isn't controversial, but it is 100% true!
Oct
30
answered Activator.CreateInstance<T> Vs new
Oct
29
comment Using Static Constructor (Jon Skeet Brainteaser)
You're asking "if something has changed in recent versions of Visual Studio". What you're really asking would be if anything changed in the newer version of the .NET Framework. And, really nothing that major would change from version to version, since it would be a Major Breaking Change.
Oct
29
answered What to replace FrontPage with?
Oct
29
revised How much of Visual Studio is managed and how much of it is unmanaged in 2008 and 2010?
added 11 characters in body
Oct
29
comment Use Lambda Expression within ASP.NET MVC View using VB.NET
This is also a very simplified use case, not the full usage scenario.
Oct
28
comment Does a base class’s constructor and destructor get called with the derived ones?
It usually helps to have the question relevant to what you are asking, instead of making everyone look at the description to see what you are actually asking.
Oct
28
comment Use Lambda Expression within ASP.NET MVC View using VB.NET
It seems that this is one way that C# is superior to VB.NET
Oct
28
comment Use Lambda Expression within ASP.NET MVC View using VB.NET
Darin, you state that the lambda does nothing in the code you posted. What it does is allow for deferred execution; which can be very handy in some situations.
Oct
28
comment Use Lambda Expression within ASP.NET MVC View using VB.NET
Jason, How do you do this in 3.5 or 4.0?
Oct
28
revised Use Lambda Expression within ASP.NET MVC View using VB.NET
added 14 characters in body
Oct
28
comment Use Lambda Expression within ASP.NET MVC View using VB.NET
What about ASP.NET 4.0?
Oct
28
comment Use Lambda Expression within ASP.NET MVC View using VB.NET
This comes in very handy with ASP.NET MVC.
Oct
28
asked Use Lambda Expression within ASP.NET MVC View using VB.NET
Oct
28
accepted Is “Jint - Javascript Interpreter for .NET” reliable?
Oct
27
accepted Are there any good XmlMembershipProvider and XmlRoleProvider implementations out there that can be used for Commercial purposes?
Oct
26
accepted How to List All Locations in MapPoint 2009 within a PlaceCategory using .NET (C# or VB.NET)?
Oct
26
comment Write a Proxy Server in .NET (C# or VB.NET)?
This seems to be the only one out there. Too bad.
Oct
26
comment When is Visual Studio 2010 expected to RTM?
This is true, but it seems that MS products RTM about 2 months previous to their release date. I would expect RTM to be in January, but only time will tell.
Oct
26
answered Is “Jint - Javascript Interpreter for .NET” reliable?
Oct
26
comment If NerdDinner had ads, would the Bing Maps compoment have licensing costs?
"Offering goods or services for a fee through your Application" is the key phrase. Since you are offering a "service", as in advertising, through your Application (the application that implements Bing Maps), then Yes you would need to purchase Bing Maps licensing. Unless of course you get permission from MS to use it for Free.
Oct
26
answered Virtual Earth Shape Rendering Performance
Oct
26
answered Does a Silverlight 3 out of browser (OOB) application support Bing Maps or Virtual Earth Maps?
Oct
26
comment Commercial Map Controls ?
Microsoft and Google both offer commercial licensing of their mapping products; you just need to contact them for pricing.
Oct
26
comment Getting dynamically generated HTML controls when using UpdatePanel
You're making things much harder on yourself. The purpose of the UpdatePanel control in the first place is to be able to use server-side code to power an "Ajax-based" UI. Really you can either use the UpdatePanel, or roll the Ajax yourself. It isn't meant/designed to be used both ways.
Oct
23
awarded  Popular Question