Tag: Development

Community

FxCop for Ajax Code

(Nikhil Kothari) FxCop is a great tool to help ensure consistency of .NET code and to help push quality upstream in the development process by reinforcing design guidelines and flagging some potential issues that can be detected through static analysis of your assemblies. Last week, the FxCop team r

Community

Data Paging in ASP.NET

Your web application needs to be both easy to use and fast to execute. If you have large table in your database, it is not good idea to show all table rows on web page at the same time. That will use too much traffic between web server and user’s machine, probably slow down user’s web browser and ce