In this post I address how .Net and COM types can be expressed and manipulated across architectural boundaries. And also, you are exposed to the key .NET-to-COM interoperability issues you are likely … more →
Random ThoughtsVenkat Shiva Reddy wrote 1 year ago: In this post I address how .Net and COM types can be expressed and manipulated across architectural … more →
Venkat Shiva Reddy wrote 1 year ago: Q1:Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_w … more →
Venkat Shiva Reddy wrote 1 year ago: General Q1:Does C# support multiple-inheritance? Ans:No. Q2:Whom is a … more →
Venkat Shiva Reddy wrote 1 year ago: Most ASP.NET developers get involved with caching as an afterthought, usually implementing som … more →
Venkat Shiva Reddy wrote 1 year ago: Step 1: Create a Message object First, insert the appropriate “using” statement: using S … more →
Venkat Shiva Reddy wrote 1 year ago: An organization can have a closely guarded key pair that developers do not have access to on a dai … more →
Venkat Shiva Reddy wrote 1 year ago: Shared Assembly can be shared amongst several different applications that reside on the same server. … more →
Venkat Shiva Reddy wrote 1 year ago: Iterators enable iterations (or looping) on user defined data types with the C# foreach loop. Curren … more →
Venkat Shiva Reddy wrote 1 year ago: With C# programming language 2.0, two very useful features regarding delegates are introduced: covar … more →
Venkat Shiva Reddy wrote 1 year ago: Static classes are classes that contain only static members. Following is an example of static class … more →
Venkat Shiva Reddy wrote 1 year ago: Another major addition in the C# 2.0 programming language is the concept of Partial types. Currently … more →
Venkat Shiva Reddy wrote 1 year ago: There is a basic difference in value types & reference types in C# and other popular object orie … more →
Venkat Shiva Reddy wrote 1 year ago: Securing Directories with Role-based Forms Authentication To make the role-based authentication work … more →
Venkat Shiva Reddy wrote 1 year ago: #pragma Warnings Sometimes you like to tell your compiler not to display certain warnings; you can d … more →
Venkat Shiva Reddy wrote 1 year ago: :: Operator and global keyword Suppose you have defined your own class with name ‘System’ and inside … more →
Venkat Shiva Reddy wrote 1 year ago: The ‘extern’ keyword can either be used with a method or for assembly alias. When used with method … more →
Venkat Shiva Reddy wrote 1 year ago: In C# 2.0, you can designate an assembly as a friend of yours assembly. A friend assembly can access … more →
Venkat Shiva Reddy wrote 1 year ago: Introducing .NET Remoting Abstract .NET Remoting provides a powerful and high performance way of wor … more →
Venkat Shiva Reddy wrote 1 year ago: Introduction C# is a strongly typed language, i.e., objects in C# should have a type prior to hold … more →