Tag: Development

Community

Unicode and .NET – Introduction

(Jon Skeet) This is a big topic. Don’t expect this page to do more than scratch the surface – indeed, if you believe you’re already fairly experienced and knowledgeable about character encodings and the like, this page may well not have anything new or useful for you. However, there are still many p

Community

Master Pages In ASP.NET 2.0

(scott) A professional web site will have a standardized look across all pages. For example, one popular layout type places a navigation menu on the left side of the page, a copyright on the bottom, and content in the middle. It can be difficult to maintain a standard look if you must always put the

Community

.NET Generics for VB Programmers

(Paul Kimmel) .NET 2.0 supports templates called generics. The basic concept is the same: Define a method or a class with one or more methods, specifying the data type as a replaceable element. By convention, the capital letter T is used. Finally, when you use the method or class, indicate a type fo