Tag: Development

Community

‘My’ Objects of VB.NET

(Bipin Joshi) The VB.NET Version 2.0 as well as C# version 2.0 contains many new enhancements to the core language. One of the new cool feature added to VB.NET is “My” objects. My objects is a set of objects that are implicitly available to your application which provide short cut to many tasks othe

Community

Type Design Guidelines in .NET

(Krzysztof Cwalina and Brad Abrams) From the CLR perspective, there are only two categories of types—reference types and value types—but for the purpose of framework design discussion we divide types into more logical groups, each with its own specific design rules. Figure 4-1 shows these logical gr