(Bipin Joshi) In my previous article on MVC I explained how ASP.NET MVC website can be created from scratch. For any beginner in ASP.NET MVC the first disappointment is possibly the lack of any server controls. When ASP.NET 1.0 was released developers were told about the revolutionary event driven m
Tag: Development
How to make ViewState secure in ASP.NET?
(Abhijit Jana) The ASP.NET ViewState is a client side state management. ViewState is stored in hidden field with ID named __VIEWSTATE.
Fuzzy Framework
(Václav Slavíèek) In the following article, we briefly introduce Fuzzy Framework library which supports calculations based on fuzzy logic in .NET. In past, there have been a couple of similar projects like the one described in [3], but no one matched exactly my requirements:
Setting Up for jQuery Templates
(Peter Vogel) Starting with my next column, I’m going to focus on the new databinding and templating features that Microsoft has contributed to the jQuery project . In this column I’m going to build the base project that I’ll be integrating the new jQuery features into.
WCF: Streaming Large Data Files
(Andrew Fenster) WCF can be used to transfer image files, .pdf files or other large documents. The most common way to do this is to use streaming.
Sorting and Paging a Grid of Data in ASP.NET MVC
(Scott Mitchell) This article is the fifth installment in an ongoing series on displaying a grid of data in an ASP.NET MVC application. Previous articles in this series examined how to sort, page, and filter a grid of data, but none have looked at combining one or more of these features in a single
Displaying ‘Time Ago’ Stamps Using ASP.NET AJAX
(Bipin Joshi) Most of the websites dealing with dynamic content store date information of various pieces of content that are managed by the system. Blog engines, micro-blogging applications, content management systems and social networking sites are a few such examples.
Partial Page Output Caching in ASP.NET MVC 3 – OutputCache Attribute
(David Hayden) If you are learning ASP.NET MVC 3 or curious as to the new features in ASP.NET MVC 3, you can check out my list of ASP.NET MVC 3 Tutorials.
Call a Method Asynchronously in .NET using Polling Pattern and Callback Pattern 6retweet
(Suprotim Agarwal) In my previous article, Call a Method Asynchronously using Delegate BeginInvoke and EndInvoke Pattern we explored multiple ways to call a method asynchronously using Delegates.
ASP.NET MasterPage Tutorial – Final Touches
This is the final part of the series on ASP.NET 3.5 Admin pages using the query string and master pages technique. The source code of this project will be provided in the last section of this article.
