(Scott Mitchell) Over the past couple of months I’ve authored five articles on displaying a grid of data in an ASP.NET MVC application. The first article in the series focused on simply displaying data. This was followed by articles showing how to sort, page, and filter a grid of data. We then exami
Tag: Development
Displaying and Filtering Data with jQuery Templates
(Peter Vogel) In my last column ( Setting Up for jQuery Templates ), I set up a simple AJAX-enabled page that uses client-side code to retrieve the Order objects for a customer from a WCF Web when the user selected a customer from a dropdownlist on the page. In this column, I’m going to display thos
Function Hoisting In ColdFusion
(Ben Nadel) The other day, in the comments to my post on using a ColdFusion custom tag to define a ColdFusion component, I mentioned that my solution was slightly flawed – that it didn’t take into account the underlying function hoisting that was going on.
ASP.NET MVC Performance Tips
(Code Monkey) Database access is usually the largest performance bottleneck of web applications. But once you’ve optimized and cached your database queries as much as possible here are 3 quick tips that might help you squeeze out a few more requests out of your ASP.NET MVC applications and web serve
Develop an ASP.NET Website using WebMatrix
(Vanessa Smith) The following article explains how to install and develop a website using WebMatrix and add ASP.NET web pages to the website. One of the positive features of websites developed with WebMatrix is that the ASP.NET Helper Library and Razor Syntax can be used to provide enhanced features
Using GridView and DetailsView in ASP.NET MVC – Part 2
(Bipin Joshi) In Part 1 of this two part article, I explained how GridView and DetailsView controls can be used in ASP.NET MVC web pages. In this part I will show how to add sorting and paging capabilities to the GridView control without breaking the MVC design pattern.
Profiling and Logging Entity Framework Queries
(Suprotim Agarwal) So far, in our Entity Framework 4.0 Article series, we have covered some basics of the what, why and how of Entity Framework 4.0 and also performed some CRUD operations with Entity Framework. We have also seen how to create an independent Entity Data Model and bind the Model to co
Web Forms in ASP.NET MVC3 and Razor
(David Talbot) ASP.NET MVC3 builds the capabilities of Web forms found in the previous versions and adds exciting new capabilities. When combined with the new Razor view engine, MVC3 allows you to create sophisticated Web forms faster than ever before with even cleaner separation between your model
UserName or Login Availability Check using jQuery in ASP.Net
(Bala Murugan) It will be good and user-friendly if we provide a feature where users can know their preferred username is available to register in registration forms.
IControllerActivator in ASP.NET MVC 3
(David Hayden) Last time we looked at IDependencyResolver as a service locator in ASP.NET MVC 3. We created a fake implementation of IDependencyResolver, called EmptyDependencyResolver, that just echoed the requests coming from the MVC Framework.
