Search results for query "asp" (244):
ASP.NET MVC 4 Highlights, Part 1
Microsoft released ASP.NET MCV 3 just over a year ago. If history is a good indicator of timing, we can expect the next ASP.NET MVC release in the not too distant future. As of this writing’s date, Microsoft has not announced a firm release date. You don’t, however, have to wait to get your hands on the bits. You can download the developer preview here: http://www.asp.net/mvc/mvc4. ASP.NET MVC 4 also runs inside of Visual Studio 10 and the Visual Studio 11 Developer Preview. MVC 4 can be hosted alongside MVC 3. You can find all the details concerning installation in the aforementioned link. As with all developer preview/pre-release software, features sets are subject to change, which may range from minor tweaks to major changes. Please keep that in mind as you evaluate any developer preview as to how you can incorporate it into your development efforts.
ASP.NET MVC: The Features and Foibles of ASP.NET MVC Model Binding
Dive deep into the heart of
ASP.NET MVC’s model binding subsystem, examining each layer of the model binding framework and ways to meet your application’s needs.
The Cutting Edge: Enhancing the Context-Sensitive ASP.NET MVC Progress Bar
Canceling an ongoing server-side task from within a client browser is not a trivial operation, but Dino Esposito meets the challenge as he enhances last month’s context-sensitive progress bar with cancel capabilities.
ASP.NET Security: Securing Your ASP.NET Applications
Continuing his exploration of
ASP.NET security, Adam Tuliper takes a look at cross site scripting and cross site request forgery—how these attacks occur and what you can do to prevent them.
How to click/select Row in ASP.NET GridView or HTML Table
Make entire Table Row clickable/selectable by adding "onclick" event and formatting features via Javascript and CSS3
ASP.NET 4.0 potentially dangerous Request.Form value was detected
If anyone enter unencoded HTML content into a text box on a
ASP.NET application
ASP.Net chatting using WCF Services and JSon
ASP.Net chatting using WCF Services and JSon
The Cutting Edge: A Context-Sensitive Progress Bar for ASP.NET MVC
Dino Esposito tackles the issue of reporting the status of remote operations, providing context-sensitive feedback that faithfully represents the status of the operation for a given session.
ASP.NET Security: Hack-Proofing Your ASP.NET Applications
Almost every day, the mainstream media reports that another site has been hacked. Luckily, many of these attacks are surprisingly easy to protect against. Adam Tuliper explains how these attacks occur and discusses best practices for preventing them.
ASP.NET Membership and Role Provider
Brief description of how to use the available Membership and Role Provider available in
ASP.NET