Skip to main content

Contact

Technical Articles and Queries discussion forum


Shared information includes Microsoft.Net technologies like: C#, Asp.Net, SQL Server, Crystal Reports, MVC, WCF, HTML, JavaScript, Unit Testing, Coded UI.

Technologies: 
Asp.Net 2.0/3.5/4.0
C# 4.0/4.5
.Net Framework 2.0/3.5/4.0
SQL Server 2005/2008
Crystal Report 10.0 & above
IIS 6 & above
MVC 2/3/4



Contact Information: 

extendedrevolution@gmail.com  
Information shared through this forum is only to gain knowledge from different channels.

Popular posts from this blog

Creating package in Oracle Database using Toad For Oracle

What are Packages in Oracle Database A package is  a group   of procedures, functions,  variables   and  SQL statements   created as a single unit. It is used to store together related objects. A package has two parts, Package  Specification  and Package Body.