WebGrid ASP.NET Data Grid

WebGrid generates cross-browser compatible web forms, and handles all data source interaction (update, insert, and delete) for you. WebGrid is fast loading datagrid with codeless data-binding and comes with a rich client-side of properties and tons of features with a performance that beats ASP.NET GridView. Highlighted WebGrid Features: JQuery UI ThemeRoller Ready (CSS Framework). Excel […]

Read more →

Mozilla FireFox 3.6 Final

Firefox is the award winning next generation browser from Mozilla. Firefox empowers you to browse faster, more safely, and more efficiently than with any other browser. Make the switch today – Firefox imports your Favorites, settings and other information, so you have nothing to lose. Stop annoying popup ads in their tracks with Firefox’s built […]

Read more →

Design Patterns – ‘Abstract Factory’

Provide an interface for creating families of related or dependent objects without specifying their concrete classes.  An AbstractFactory is a class that exists to create instances of another class. Described on page 87 of the DesignPatternsBook. Typically, if you want to construct instances of a class, where the class is selected at run time, you… […]

Read more →

ASP.NET MVC 2 – Areas Support

ASP.NET MVC 2 introduces the concept of Areas. Areas provide a means of dividing a large web application into multiple projects, each of which can be developed in relative isolation. The goal of this feature is to help manage complexity when developing a large site by factoring the site into multiple projects, which get combined […]

Read more →