Lost your password?

Blogs about: Net Articles

Featured Blog

.NET-to-COM Interoperability-The Basics

Venkat Shiva Reddy wrote 1 year ago: In this post I address how .Net and COM types can be expressed and manipulated across architectural … more →

Tags: C#, .NET-to-COM Interoperability, Client, co-class, COM Interoperability, Interface, interop assemblies, Management, rcw

ASP.NET Interview Questions And Answers 2 comments

Venkat Shiva Reddy wrote 1 year ago:                                   Q1:Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_w … more →

Tags: ASP.NET, .Net FAQ, .net interview, ASP.NET-FAQ, asp.net interview questions

C# Interview Questions And Answers 1 comment

Venkat Shiva Reddy wrote 1 year ago:                               General Q1:Does C# support multiple-inheritance? Ans:No. Q2:Whom is a … more →

Tags: C#, C# interview questions and answeres, c) FAQ, .net interview, C Interview, .Net FAQ

Database Caching in ASP.Net2 comments

Venkat Shiva Reddy wrote 1 year ago:       Most ASP.NET developers get involved with caching as an afterthought, usually implementing som … more →

Tags: ASP.NET, database caching, caching in asp.net, Database, Caching, Cache, sqlCacheDependency, SQL Server, SqlDependencies

Sending eMail with dotNET

Venkat Shiva Reddy wrote 1 year ago: Step 1: Create a Message object First, insert the appropriate “using” statement: using S … more →

Tags: C#, ASP.NET, sending email in .net

Delay Signing an Assembly

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 →

Tags: C#, Delay Signing, Assemblies, public-key, signing, verification, SIGNATURE, key pair, Reference

Shared Assembly

Venkat Shiva Reddy wrote 1 year ago: Shared Assembly can be shared amongst several different applications that reside on the same server. … more →

Tags: C#, shared assembly, Global Assembly

Iterators – a simple syntax for the foreach loop1 comment

Venkat Shiva Reddy wrote 1 year ago: Iterators enable iterations (or looping) on user defined data types with the C# foreach loop. Curren … more →

Tags: C#, iterators, foreach

New Delegate Features – Covariance and Contra-variance1 comment

Venkat Shiva Reddy wrote 1 year ago: With C# programming language 2.0, two very useful features regarding delegates are introduced: covar … more →

Tags: C#, delegates, contra variance, covariance

Static Classes

Venkat Shiva Reddy wrote 1 year ago: Static classes are classes that contain only static members. Following is an example of static class … more →

Tags: C#, static classes

Partial Types

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 →

Tags: C#, partial types

Nullable Types

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 →

Tags: C#, nullable types

Securing Directories with Role-based Forms Authentication3 comments

Venkat Shiva Reddy wrote 1 year ago: Securing Directories with Role-based Forms Authentication To make the role-based authentication work … more →

Tags: ASP.NET, form authentication, role-based

#pragma Warnings

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 →

Tags: C#

:: Operator and global keyword

Venkat Shiva Reddy wrote 1 year ago: :: Operator and global keyword Suppose you have defined your own class with name ‘System’ and inside … more →

Tags: C#

extern Keyword

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 →

Tags: C#, eXtern

Friend Assemblies

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 →

Tags: C#, friend assembly

Introducing .NET Remoting

Venkat Shiva Reddy wrote 1 year ago: Introducing .NET Remoting Abstract .NET Remoting provides a powerful and high performance way of wor … more →

Tags: C#, Remoting

Generics

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 →

Tags: C#


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS