Locations of visitors to this page

    Article Categories       Minimize  

             
    Articles       Minimize  


             

Current Articles | Categories | Search | Syndication

Articles from ASP.NET
By SkySigal @ 3:34 AM, Category: ASP.NET, 0 Comments

Here is a link to a post that I wrote covering the basics of using the mobile:DeviceContext syntax in order to have device specific rendering of content intended for mobile screens.

By SkySigal @ 3:48 AM, Category: ASP.NET, .NET Framework (in General), 0 Comments

Here is link to a post I wrote covering hopefully everything you'll need to know about Globalization and Localization in ASP.NET projects.

By SkySigal @ 5:43 AM, Category: ASP.NET, 0 Comments

Here's a link to a post that I wrote describing succinctly how ASP.NET Theming and Control Skinning works. 

Hope you find it useful.

By SkySigal @ 6:20 PM, Category: ASP.NET, 0 Comments

Here's a link to a an short post about MasterPages that will get you up to speed in no time at all. 

By SkySigal @ 4:37 AM, Category: ASP.NET, 0 Comments

Here is a link to a post I wrote that explains all you'll really need to know about ASP.NET Authentication, Roles and Authorization.

By SkySigal @ 4:30 PM, Category: ASP.NET, 1 Comments

An indepth investigation on how to handle child control properties within CompositeControls.

powered by metaPost
By SkySigal @ 8:33 PM, Category: ASP.NET, 0 Comments

It comes up rarely, but it sometimes can help to understand how the ControlBuilder goes about parsing declarative code in to Server properties....

By SkySigal @ 7:36 PM, Category: ASP.NET, 3 Comments

There are a small set of rules that make building server controls successful...

 

By SkySigal @ 7:57 PM, Category: ASP.NET, 0 Comments

Embedding ClientSide script into your Server Control is one way to make your control's live exciting lives in the browser.

But translating resource paths to client paths, etc. can be challenging for some. 

It can therefore be advantageous to know what tools and methods ASP.NET 2.0 provides to make it a relatively painless experience.

By SkySigal @ 4:06 PM, Category: ASP.NET, 0 Comments

A straight to the point demonstration on how to use ASP.NET 2.0's MasterPage mechanism in your next project.

By SkySigal @ 1:37 AM, Category: ASP.NET, 1 Comments

People use ASP.NET every day, without fully understanding what it was that it accomplished, why its better, and how it works.

This article explains starts by explaining what ASP.NET is, what it accomplishes, how it does it better than other web frameworks, and how it actually does it.

Finally, it presents the absolute core of the architecture -- the Control LifeCycle -- and how it works.

By SkySigal @ 7:00 PM, Category: ASP.NET, 0 Comments

The ASP.NET 2.0 DataBinding mechanism automates much of the process of DataBinding that had to be implemented by hand in NET 1.1

Here's a blow-by-blow analysis of how it works under the covers.

By SkySigal @ 6:49 AM, Category: ASP.NET, 0 Comments

Understanding how to make your server control's DataBindable should be a lot easier after reading this article...

By SkySigal @ 5:45 AM, Category: ASP.NET, 0 Comments

The judicious use of Attributes to decorate your server control's properties makes for a better user experience in Visual Studio, as well as cleaner serialization. This article will cover all you need to know about property decorating Attributes...

By SkySigal @ 5:35 AM, Category: ASP.NET, 0 Comments

Making Server Controls is wonderful -- but maybe the end user will want to change not only its style, but its layout.
Making your control Template-able is how this is achieved...

Copyright 2007 by Sky Sigal