¡@

Home 

c# Programming Glossary: hanselman

Finding clients location in an ASP.NET page

http://stackoverflow.com/questions/1238180/finding-clients-location-in-an-asp-net-page

to make calls to the API and parse the results. Scott Hanselman has a pretty great example in this blog article my example below..

.NET Unit Testing packages?

http://stackoverflow.com/questions/1760/net-unit-testing-packages

of having everything in one IDE out of the box. Scott Hanselman has a podcast on this very topic. share improve this answer..

What is the “cost” of .NET reflection? [duplicate]

http://stackoverflow.com/questions/224232/what-is-the-cost-of-net-reflection

and hence difficult to work with. Some people like Scott Hanselman believe that by using reflection you often make more problems..

ASP.NET MVC Model Binding into a List

http://stackoverflow.com/questions/3058632/asp-net-mvc-model-binding-into-a-list

binding modelbinders share improve this question Scott Hanselman posted a very good article about how the default model binder..

How can compiling my application for 64-bit make it faster or better?

http://stackoverflow.com/questions/498369/how-can-compiling-my-application-for-64-bit-make-it-faster-or-better

has a bit more information on the subject. Update Scott Hanselman just posted a good overview of this topic as well. share improve..

Concatenate and minify JavaScript on the fly OR at build time - ASP.NET MVC

http://stackoverflow.com/questions/890561/concatenate-and-minify-javascript-on-the-fly-or-at-build-time-asp-net-mvc

In the appendix of Professional ASP.NET 3.5 Scott Hanselman talks about Packer for .NET . This will integrate with MSBuild..

C# Login to Website via program

http://stackoverflow.com/questions/930807/c-sharp-login-to-website-via-program

value2 Using WebRequest and code I adapted from Scott Hanselman here's how you'd POST form data to your login form string formUrl..