
What are structures? Differentiate between structures and classes
- Gurunatha Dogi
- Jul 5th, 2013
- 8430
- 1
In this article we have covered two topics that is structures and classes and explaining differences with an example of memory consumption in windows form application

Understanding the concept of pass by value and pass by reference with an example?
- Gurunatha Dogi
- Jun 30th, 2013
- 12606
- 0
In this article we will try to understand concept of passing parameters that is pass by value and pass by reference using an example in c#.

Sealed Classes in C# with an example and explanation
- Gurunatha Dogi
- Jun 25th, 2013
- 37861
- 9
In this article we will discuss about sealed classes in c-sharp, why to apply sealed classes with a real world scenario.colleagues

What is a constructor in c# and list types of constructors in C#?
- Gurunatha Dogi
- Jun 9th, 2013
- 38001
- 1
In this article we have explained what is a constructor and listed different types of constructors with each example using c#

Implementing Interface in C# with an example
- Gurunatha Dogi
- May 27th, 2013
- 74612
- 10
This article covers about interface, advantages of using an interface, various foms of implementing interface and with a simple example of an interface in c#.

OOPS Principle - Polymorphism in C# with an example
- Gurunatha Dogi
- May 21st, 2013
- 107349
- 17
In this article i have explained about polymorphism and types of polymorphism with a simple example using c sharp

OOPS Principle - Inheritance in C# with an example
- Gurunatha Dogi
- May 17th, 2013
- 87726
- 20
In this article i have tried to cover everything about inheritance, types of inheritance with an simple real time example using c#

OOPS Principle - Encapsulation in C# with an example
- Gurunatha Dogi
- May 3rd, 2013
- 124206
- 32
Encapsulation is a simple way of approach to display necessary methods or properties and hiding important methods or properties. In article we have covered encapsulation using csharp with an example and explanation.

How to get Date and Time using PHP
- Gurunatha Dogi
- May 1st, 2013
- 19179
- 2
In this article i have explained about php date and time, how to retrieve current date and current time using php. How to get previous dates or upcoming dates everything covered in this article.

Explain the copy and private constructor with an example in C#
- Gurunatha Dogi
- Apr 30th, 2013
- 55388
- 1
In this article we have explained you about private constructor and copy constructor and their usages with an example in c#

Types of Access Modifiers in C#
- Gurunatha Dogi
- Apr 29th, 2013
- 25849
- 1
In this article we have explained about access modifiers and their respective types like private, public, protected, internal and protected internal with an example

What is PHP with a simple example using PHP
- Gurunatha Dogi
- Apr 28th, 2013
- 14970
- 3
This article specially written for those who wants to know about PHP or how to get started with PHP with a simple demo example

Difference Between Array and Array List in C#
- Gurunatha Dogi
- Apr 24th, 2013
- 44932
- 6
In this article we talk about Difference Between Array and Array List in Csharp with definition and declaration

How to Create and Initialize Jagged Arrays using C#
- Gurunatha Dogi
- Apr 22nd, 2013
- 23737
- 0
In this article or section it is been explained about jagged in c# with definition and creation and initialization process jagged arrays using csharp.