Home > Articles > Programming > ASP .NET

ASP .NET

69 Items

Sort by Date | Title

Debugging ASP.NET: Tracing
Sep 13, 2002
Use ASP.NET's TraceContext class to help you debug your ASP.NET web applications without all the hassle of attempting to use Response.Write on hundreds of lines of code. Read on for tips and techniques for utilizing ASP.NET tracing to its fullest potential.
Designing Silverlight Business Applications: the Model-View-ViewModel (MVVM)
Apr 16, 2012
In this chapter, you learn about design patterns and why they are important. Jeremy Likness shares a brief history of patterns, what their authors intended, and how this led to the creation of the MVVM pattern. Sections cover each element of the MVVM triad, followed by some of the key features and benefits that MVVM provides.
Essential Windows Phone 7.5: Application Development with Silverlight: Writing Your First Phone Application
Dec 20, 2011
This chapter will walk you through setting up a machine for authoring your very first Windows Phone Silverlight application.
Exploring the Code in ASP.NET: An Online Community Application
Jul 2, 2004
In this chapter, Dan Kent picks apart the code of the online community application presented earlier in his book, seeing how it works.
Get Started Using ASP.NET MVC for Your .NET Applications
Nov 17, 2011
Programming expert Jesse Smith shows you the easy way to get started with the popular ASP.NET MVC framework. Learn how to build a simple "Hello World" application with ASP.NET MVC in only a few steps.
Getting Started with ASP.NET 3.5
Jun 18, 2008
Create your first web page in Visual Web Developer.
Getting Started with Silverlight
Oct 19, 2007
Learn how to get started with this promising alternative to Flash.
Graphics in Silverlight 3
Oct 7, 2009
In this chapter, you will learn how to add rich vector graphics and images to your application. You will also learn how to optimize performance and image quality of those graphics elements.
How to Use Atlas for ASP.NET
Dec 1, 2006
Kris Hadlock covers everything you need to know about how to use the new Atlas framework for ASP.NET: where to get it and how to integrate it and create your own AJAX-enabled ASP.NET web site from the ground up with C#.
Injecting Dynamic JavaScript to Focus ASP.NET Controls
Oct 10, 2003
Because Web applications are generally stateless, it takes some extra effort to offer some of the convenience of a Windows Forms application. Web controls don't support the focus behavior in the code behind but a client-side script does. In this article, Paul Kimmel, the author of Visual Basic .NET Power Coding, demonstrates one technique for refocusing the previous control after a postback.
Introducing Silverlight 2
Oct 27, 2008
Laurent Bugnion takes a preliminary look at Silverlight so you can see where it comes from and what technologies are its “ancestors.” He also shows some demo application and how to install the development environment.
Introduction to ASP.NET and Web Forms
Aug 9, 2002
Simplify the development of your Web applications and learn the fundamentals of ASP.NET and Web Forms. Topics include request/response programming, Web Forms architecture, and .NET applications.
Isolated Storage
Oct 24, 2003
INI files and the Windows registry were a step in the right direction, but isolated storage is the best option for persisting application-specific user settings in .NET programs.
Loading Progress and Status Displays in ASP.NET 1.1
Jul 16, 2004
This chapter shows you two ways to present users with status information while a complex or lengthy process is taking place: displaying a simple "please wait" message or animated GIF image, and implementing the server-side process as a series of staged individual operations.
Mack & Seven's ASP.NET Tips
Aug 6, 2001
Experts Donny Mack and Doug Seven share some useful tips about ASP ...
Making Silverlight Apps for Google App Engine
Jul 2, 2009
.NET developers who know Silverlight might imagine that they can't take advantage of Google App Engine, which uses Python. But integrating the two environments is a lot easier than you think.
Managing Database Transactions with the TransactionScope
Sep 7, 2007
Paul Kimmel explains TransactionScope, a lighter, faster way to enlist modifications to data in a transaction.
Managing Session State for ASP.NET
Nov 15, 2002
Software developer Paul Kimmel takes a quick look at how to get data into the ASP.NET Session cache, as well as how and why to configure different kinds of session state servers.
New Features and Tools in ASP.NET 2.0
Dec 3, 2004
This chapter covers the new features and tools available in ASP .NET 2.0, including new development tools, compilation and deployment tools, and the other new features that make it worth your time to make the switch to the new version.
Overview of the ASP.NET Framework
Feb 1, 2008
Learn how the framework works, and build a simple web page.

< Prev Page 1 2 3 4 Next >