
C# vs Other Programming Languages
C# (pronounced C Sharp) Programming Language seems popular these days based on market trends. If you are working with .Net and ASP technologies, you are required to be familiar with the C# accurately. Here we will describes specifically what is similar, what is different, and the motivation behind the C# preference. (more…)

What is .Net Framework and its Uses & Benefits?
.NET is a general purpose development platform for any kind of app or workload, providing key capabilities for building high quality apps including automatic memory management and support for modern programming languages. (more…)

Examples of Date Time Formatting in C#
I've come across this best feature of C# (C sharp). If you need to specify Date Time in any custom format as your need then this feature will help you a lot. (more…)

All Basic SQL Queries for Database Server & Visual Studio in C#
This article will help you understand the syntax for basic queries that are most used in SQL Server. In the first part we will list down important queries that you need to understand & then in second part we will see how we can use these queries in Projects in Visual Studio using C# Programming Language. (more…)

How to add DLL to GAC (Global Assembly Cache) in Projects
This C# tutorial will let you go through the steps of adding a Class Library , DLL to your own program or add it to the Global Assembly cache in Windows Assembly folder. DLL stands for Dynamic Link Library. (more…)

Exception Handling in C#
Error Handling has always been crucial for an application in a number of ways. It may affect the execution state of the application, or expose sensitive information to a user.If the error handling is not strong,it may aid the attacker, as the errors returned may assist them in constructing correct attack factors. (more…)

Intro to C# Programming Language
C# is a multi-paradigm, managed, object-oriented programming language created by Microsoft in conjunction with the .net framework. C# can also be used with non-Microsoft implementations (most notably, Mono ). (more…)

Create Setup Installer for Projects in Visual Studio
This post is related to creating a installer of windows form or WPF application that you have created & now need to install it on other PCs with .NET framework. I hope you will understand it. This post can answer Solution of How to make a setup installer? how to Deploy C# application with .Net 4.0 , How to create a setup on install Shield to install two programs. How to Add .Net Framework 4.0 into setup project. How to run my project(windows forms) c# in a different computer. How can I make a program work on different computers independent of .NET Framework? C# , how to Deploy C# application on any computer? (more…)

Basic Examples of C# Syntax
1. How to write on screen in C#. Console.WriteLine(“I have been studying C# for…

C# Related Practical Questions examples for Interview
Note : All of this content is taken from many important articles related to C# & important topics. I decided to create one point where all C# questions can be available. Also read Theoretical/Logical C# Interview Question. (more…)

I am a Software Engineering Student
I am Software Engineering Student. & I will Posts My Programs Daily on This Blog.. Subscribe Me.. Software Engineering is the systematic development and application of techniques which lead to the creation of correct and reliable computer software. Wikipedia (more…)