home / developersection / tag
Net developers must choose between former .NET Framework and the latest .NET Core, when building server-side applications with .NET. While both share a lot of the same .
The full name CLR is Common Language Runtime. It manages the execution of our .net programs. Our Net Program communicate with OS by CLR. Our .net Program does not communicate directly with the operating system.
It is a smallest unit of deployment of .net application or .net project. It can be in the form of .dll(dynamic link library) and executable( .exe.) .
When I have joined IT company then it is very easy to deal with console application in C# but for the form application it is new concept for me. I di
.Net Development Platform is additionally spelled as Dot Net, was unveiled by Microsoft with target to ease desktop yet as net package development. .N
Authentication is the process of obtaining identification credentials such as name and password from a user and validating those credentials against some authority. If the credentials are valid, the entity that submitted the credentials is considered
This blog talks about the Database Access in ASP.NET. ASP.NET allows the following sources of data to be accessed and used:1.Databases2.XML documents
In this blog, I’m explaining about Inheritance in C++ Inheritance is the ability to create a class from another class, the “parent” class, extending
In this blog, I’m explaining about Pure virtual function in c++A pure virtual function is a function that has the notation “=0” in the declaration of
In this blog, I’m explaining about Pointer in c++ PointerPointer is a variable that holds a memory address. This address is the location of another
In this blog, I’m explaining about Overloading and Overriding in C++ Overloading The same method name with different type of parameters in a cla
In this blog, I’m explaining about triggers in SQL Triggers are database object. Basically these are special type of store procedure that are automa