Tag: Development

Community

The Repository vs. The Registry

(R. Todd Stephens) A few months ago, I attended a meeting with a group of individuals discussing the idea of integrating a UDDI (universal description, discovery and integration) registry into the environment. Years ago, we built a Web Service Registry based the UDDI 2.0 specification utilizing, app

Community

Create Master Pages in ASP.NET 2.0

(Doug Thews) The implementation of master pages is a highly anticipated feature in ASP.NET 2.0. A master page is a template that you can use to define the overall look and feel of your ASP.NET Web applications. In previous versions of ASP.NET, you were forced to embed user controls in every page to

Community

Partial Classes in VB.NET

(G Kishore) Partial Class is a new feature in .Net Framework 2.0 and this feature is available in both VB.Net and C#. Partial class is created with the use of the Partial keyword in VB.Net as well as C#. Instead of defining a class in a single file, you now have the option to split the class def