.NET news » Search results

Search results for query "net" (410):

ScrollBar Control with Different Visual Style using VB.NET 2008

Why another Scroll Bar? The standard ScrollBar is too limited in functionality and I couldn't find a custom control written that did all that I wanted. This is a User Control with Microsoft Office 2007 Visual Style.

ASP.NET MVC 3: Develop Hybrid Native and Mobile Web Apps

Shane Church shows you how to build a mobile Web application with ASP.NET MVC 3 and take advantage of native mobile features such as the camera and accelerometer.
2012-02-29 17:00:00   Source: ASP.NET MVC 3: Develop Hybrid Native...   Tags: Build

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

Improving .NET Application Performance and Scalability

This series can still be found here:

http://msdn.microsoft.com/en-us/library/ff649152.aspx

While some of the content is stale since it refers specifically to .NET 2.0 I think all of the conceptual content broadly applicable (even beyond managed code systems to software systems generally.)

If you're looking for it some time in the future you can find it again easily with bing.  I doubt that they'll get rid of it entirely for a very long time.

2012-01-11 16:41:00   Source: Improving .NET Application...   Tags: Performance

Beginner's Guide: How to Implement log4net in VB.NET Web Application

Simple implementation guide for log4net in a VB.NET web application.

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

Screen-Based Input: Customized On-Screen Keyboards with the .NET Framework

Learn how to create an on-screen keyboard that uses key randomization in the .NET Framework to enhance security and the porting of applications to mobile platforms.
2012-01-02 18:00:00   Source: Screen-Based Input: Customized On-Screen Keyboards with...   Tags: Security

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