.NET news » Search results

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.

2012-02-17 17:00:00   Source: ASP.NET MVC 4 Highlights, Part 1   Tags: Internet

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.
2012-01-31 17:00:00   Source: ASP.NET MVC: The Features and...   Tags: ASP.NET

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.
2012-01-02 18:00:00   Source: ASP.NET Security: Securing Your   Tags: ASP.NET

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
2011-12-10 08:48:00   Source: How to click/select Row in ASP.NET...   Tags: ASP.NET

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
2011-12-09 14:35:00   Source: ASP.NET 4.0 potentially dangerous...   Tags: ASP.NET

ASP.Net chatting using WCF Services and JSon

ASP.Net chatting using WCF Services and JSon
2011-12-02 02:44:00   Source: ASP.Net chatting using WCF Services...   Tags: ASP.NET

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.
2011-11-29 18:00:00   Source: ASP.NET Security: Hack-Proofing Your...   Tags: Multimedia

ASP.NET Membership and Role Provider

Brief description of how to use the available Membership and Role Provider available in ASP.NET
2011-11-27 17:55:00   Source: ASP.NET Membership and Role Provider   Tags: ASP.NET