¡@

Home 

c# Programming Glossary: hanselman's

Moq: unit testing a method relying on HttpContext

http://stackoverflow.com/questions/1214178/moq-unit-testing-a-method-relying-on-httpcontext

a mocked context I highly suggest taking a look at Scott Hanselman's MvcMockHelpers class which has a version for use with Moq. It..

WPF in kiosk mode - taskbar troubles

http://stackoverflow.com/questions/1808505/wpf-in-kiosk-mode-taskbar-troubles

otherwise be altered. Other ways HakonB mentioned Scott Hanselman's BabySmash application so I went looking for his way of handling.. kiosk share improve this question Take a look at Scott Hanselman's BabySmash. You can find the site at BabySmash He had a couple..

Customizing Visual Studio

http://stackoverflow.com/questions/41908/customizing-visual-studio

Consolas Font Pack for Visual Studio 2005 2008 Scott Hanselman's Visual Studio Themes Gallery Visual Studio Theme Generator Free..

Razor intellisense error: Feature 'extension method' cannot be used because it is not part of the ISO-2 C# language specification

http://stackoverflow.com/questions/8568347/razor-intellisense-error-feature-extension-method-cannot-be-used-because-it-i

I created a new class library project then adapted Scott Hanselman's instructions on how to integrate MVC3 into a WebForms application..

Using C#/WIA version 2.0 on Vista to Scan

http://stackoverflow.com/questions/8966/using-c-wia-version-2-0-on-vista-to-scan

I'm not entirely sure . While it is a WIA v1 doc Scott Hanselman's Coding4Fun article on WIA does contain some more info on how..

Binding to a Collection of Strongly-Typed Objects in ASP.NET MVC

http://stackoverflow.com/questions/966923/binding-to-a-collection-of-strongly-typed-objects-in-asp-net-mvc

Rate get set public int Type get set If I understand Scott Hanselman's take on binding arrays of objects I should be able to create..