
Complete Tutorial on Dynamic Keyword in C# 4.0 with an example
- Gurunatha Dogi
- Aug 7th, 2014
- 16859
- 1
In this tutorial section we will get familiar with c# 4.0 dynamic keyword with an example and we will also see the difference between dynamic keyword and reflection and difference between dynamic keyword and object keyword.

Understand Reflection in C#.NET with example
- Gurunatha Dogi
- Aug 4th, 2014
- 35528
- 0
In this article post we will understand about reflection, how to implement reflection, how to dynamically load an assembly and invoke assembly methods, properties with an example using console application c#.net

Understand Constants in C# with an example
- Gurunatha Dogi
- Jul 23rd, 2014
- 18370
- 1
In this blog post we will understand about constants and how to use constants program. We will also demonstrate the difference between constant and readonly keyword with an example in c-sharp

Understand Enums in C# with an example
- Gurunatha Dogi
- Jul 13th, 2014
- 26862
- 0
In this blog post we will understand complete C# enumeration tutorial with an example. We will also see the benefits of using c# enumeration and demonstrate how to create, implement and how to enumerate the members of an enumeration list using c# code.

Step by Step to use Stored Procedures in Asp.Net C# with example
- Gurunatha Dogi
- Jul 1st, 2014
- 124536
- 13
In this blog post we will see step by step of implementing and using stored procedures in asp.net c#. We will also demonstrate a use of types of paramters (input, output and return) in asp.net c# code.

Understand the use of Override Keyword and New Keyword in C# with Example?
- Gurunatha Dogi
- Jun 16th, 2014
- 16500
- 2
In this article we have distinguished c-sharp override modifier and c-sharp new modifier and we also explained in detail use of override and new keyword using c# example step by step.

Understand params parameter with an example in C#?
- Gurunatha Dogi
- Jun 6th, 2014
- 17761
- 1
In this article we have explained params parameter with an example in c-sharp code and we have also stated three restrictions in declaring params parameter.c

Understand Object Oriented Programming (OOPS) Concepts in PHP
- Gurunatha Dogi
- Jun 4th, 2014
- 46224
- 3
This article is very useful for beginners who want to take up their coding level to the next level using object oriented programming concepts in php. This post covers complete oops concepts like classes and objects, inheritance, abstraction, encapsulation

Step by step 3 tier architecture in asp.net using c# example
- Gurunatha Dogi
- May 22nd, 2014
- 285219
- 42
In this tutorial post we will demonstrate how to create 3 tier architecture using asp.net c#. Three tier architecture means dividing our project into three layers that is presentation layer (UI layer), Business Layer (Logic code layer) and datalayer (Laye

PHP Force Download Any File, PDF, Video, Image, Zip, CSV, Docx
- Gurunatha Dogi
- May 10th, 2014
- 49856
- 3
In this article we will see how to force download text, rich format text, images, videos, pdfs, tar zip, word document (doc, docx), excel (xls, xlsx), powerpoint, mp3, mp4, audio or any file or application using a simple PHP script.

Select, Insert, Update and Delete using jQuery Ajax Animation Effects in PHP
- Gurunatha Dogi
- May 3rd, 2014
- 119087
- 15
In this article we will demonstrate step by step without reloading page / refresh page how to do insert, update, delete and select using jQuery Ajax animation effects in PHP code.

How to insert data using jQuery Ajax in PHP
- Gurunatha Dogi
- Apr 27th, 2014
- 74111
- 9
In this article we will see step by step to post the data and to insert into mysql database without refreshing the current page using php scripting and jQuery ajax code. The jQuery library has a full suite of Ajax capabilities inbuilt jQuery ajax functio

Step by step to upload a file to ftp server using php code
- Gurunatha Dogi
- Apr 18th, 2014
- 39285
- 2
In this article we will see step by step to upload any file or to delete any file from ftp server using php ftp functions. PHP scripting language offers some of inbuilt FTP functions, so we will see how to use those functions to upload a file or to delete

Step by step to upload an image and store in database using php
- Gurunatha Dogi
- Apr 6th, 2014
- 407982
- 78
In this article, step by step we will see php code example to how to upload an image and store that uploaded image path in mysql database using PHP code.