Home > Articles > Programming > ASP .NET

ASP .NET

69 Items

Sort by Date | Title

Performing Form Validation with Validation Controls
Sep 12, 2003
You can use the Validation controls in ASP.NET to perform very different types of form validation tasks. This sample chapter will show you how.
Personalization with Profiles and Web Parts in ASP.NET 2.0
Jan 25, 2008
ASP.NET 2.0 has two new features that help developers manage and implement personalization in their sites.
Programming an ASP.NET Application: Changes from ASP.old
Jun 14, 2002
Programming an ASP.NET application is significantly different than programming in ASP.old. Jeffrey McManus and Chris Kinsman discuss the three categories of changes in ASP.NET: the control model, the event model, and the separation of code from presentation.
Real World Object-Oriented Development with ASP.NET: A Custom Data Class
Apr 22, 2005
Reviewed: Three ASP.NET DataGrid Components
May 28, 2004
The DataGrid that ships with ASP.NET could be more developer-friendly, as it has several limitations, but quite a few add-on components promise to fill in the gaps. Shawn Wildermuth examines a few of those alternatives.
SharePoint 2010 Development with Silverlight: Web Part Development
Dec 8, 2011
Learn how to manually create Silverlight Web Parts that can host a Silverlight application in SharePoint, how to use the Silverlight Web Part extension to help you jump start your Silverlight Web Part projects, and how to connect web parts so you can show master-detail relationships, dashboards, and mash-ups.
Silverlight 2 Development (Video Training): Creating Animations
Nov 2, 2009
This video excerpt is from Silverlight 2 Development (Video Training).
Silverlight 2 Development (Video Training): Using Silverlight 2 Controls
Oct 27, 2009
This video excerpt is from Silverlight 2 Development (Video Training).
Silverlight 5 for Line-of-Business Applications
Jun 22, 2011
Silverlight has quietly gained a major foothold in enterprise environments as the platform of choice for line-of-business applications. Jeremy Likness, Microsoft MVP for Silverlight, walks you through several enhancements in version 5, including text, performance, data-binding, and networking.
Silverlight Best Practices: Asynchronous Programming
Nov 7, 2011
Microsoft MVP for Silverlight Jeremy Likness covers asynchronous programming techniques. Learn how to call your web services in a way that prevents performance bottlenecks or blocking on the UI thread when processing complex results, understand the differences between the event-based and asynchronous programming model, and discover techniques for handling sequential asynchronous workflows in a way that keeps your code easy to read and maintain.
Silverlight Best Practices: Data-Centric Applications
Oct 26, 2011
In the next installment of his series covering best practices for Silverlight in the enterprise, Microsoft Silverlight MVPJeremy Likness covers data-centric applications. He shows you various approaches to packaging, transporting, and synchronizing data between the client and the server in line-of-business applications.
Silverlight Best Practices: Modular Code
Oct 3, 2011
Jeremy Likness (Microsoft MVP for Silverlight) covers the benefits of building modular Silverlight applications. Learn what patterns help facilitate highly modular code, and how to leverage tools like the Model-View-View Model pattern (MVVM) and the Managed Extensibility Framework (MEF) to build dynamic, testable, maintainable, and extendable line-of-business applications.
Silverlight Best Practices: Testing Soup to Nuts
Nov 21, 2011
In this last installment of the series covering best practices for Silverlight in the enterprise, Microsoft MVP for Silverlight Jeremy Likness discusses testing. Read this article to learn about various approaches to testing Silverlight applications from “white box” unit tests to coded UI tests.
Silverlight Best Practices: The MVVM Pattern
Aug 17, 2011
One of the most popular Silverlight patterns and best practices is the Model-View-View Model pattern, or MVVM. The pattern takes advantage of the data-binding features that are part of XAML technology. Jeremy Likness, Microsoft MVP for Silverlight, walks you through the fundamental components of this pattern and shows you a simple, straightforward approach to implementing it in Silverlight line-of-business applications.
Silverlight Debugging: Using Debugging Tools for Windows
Nov 17, 2009
Have you ever asked, “Can the same techniques and tools be applied when debugging Silverlight and .NET applications?” The answer is “absolutely," with just a few caveats. Mario Hewardt shows you how to leverage the information in his book to debug Silverlight applications.
SQL Server 2000 and XML
Aug 8, 2003
Discover the many different ways SQL Server 2000 supports XML with a comprehensive look at both out-of-the-box support and the SQLXML 3.0 add-on.
State Management in ASP.NET
May 30, 2003
State management influences almost every aspect of a Web application's design. Take the steps to learn and understand all the options available for state management, as well as their implications for usability, performance, and scalability.
State Management in ASP.NET 2.0
Jan 5, 2007
Fritz Onion and Keith Brown discuss cross-page posting, Profile, and the Wizard, View, and MultiView controls in ASP.NET 2.0.
State Management on the Web
Jun 6, 2003
Managing state in Web applications goes against the fundamental design principles of the Web. Nevertheless, it is necessary for many applications. Learn the four different types of state management in ASP.NET and what they can do for you.
State Management with ASP.NET
Aug 20, 2001
In this sample chapter from Sams Teach Yourself ASP.NET in 24 Hours, authors Joseph Martin and Brett Tomson discuss the basic concepts of state management. Learn about the two types of state data, including examples that demonstrate the use of ...

<< < Prev Page 1 2 3 4 Next >