category

home / developersection / category

Cloud Database Solutions
.net 28-Jan-2015
Cloud Database Solutions

Hi everyone in this blog I’m explaning about cloud database solution (SQL Azure Database). Description:As implementation of cloud computing environme

Big Data Trends Moving into the Spotlight in 2015
.net 28-Jan-2015
Big Data Trends Moving into the Spotlight in 2015

Hi everyone in this blog I’m explaining about big data. Description:Big data is being generated by everything around us at all times. Every digital p

Store Procedure in SQL
.net 28-Jan-2015
Store Procedure in SQL

In this blog, I’m explaining about store procedure  in .Net A store procedure is a group of SQL statements that has been created and stored in databa

LINQ Joins in C#
.net 28-Jan-2015
LINQ Joins in C#

In this blog, I’m explaining about joins in LINQ in .NetThere are different types of LINQ joins.1.Inner join2.Left join3.Cross join4.Group joinInner j

Reflection in C#
.net 27-Jan-2015
Reflection in C#

 In this blog, I’m explaining about Reflection in .Net Reflection is the process by which program can read its own metadata. Reflection provides obje

Encryption and Decryption in .NET
.net 27-Jan-2015
Encryption and Decryption in .NET

In this blog, I’m explaining about Encryption and Decryption in .NetEncryption is the process of translating plain text into something that appears to

Partial Classes in C#
.net 24-Jan-2015
Partial Classes in C#

In this blog, I’m explaining about the partial classes in C#. A partial class allow a single class to be divided into two separate physical file.Duri

Difference between Interface and Abstract Class in .Net
.net 23-Jan-2015
Difference between Interface and Abstract Class in .Net

Difference between Interface and Abstract Class in .NetIn this blog, I’m explaining about interface and abstract class in .NetAbstract ClassAbstract

Common Type System in .Net
.net 22-Jan-2015
Common Type System in .Net

In this blog, I’m explaining about CTS  in .NetCTS defines a collection of data types, which are used and managed by the run time to facilitate cross-

Common Language Runtime  in .Net
.net 22-Jan-2015
Common Language Runtime in .Net

Normal0falsefalsefalseEN-USX-NONEX-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0

JIT (Just In Time) Compiler in .Net
.net 21-Jan-2015
JIT (Just In Time) Compiler in .Net

   In this blog, I’m explaining about JIT Compiler in .NetNormal0falsefalsefalseEN-USX-NONEX-NONE /* Style Definitions */ table.MsoNormalTable {

DLL hell Problem in .Net
.net 21-Jan-2015
DLL hell Problem in .Net

In this blog, I’m explaining about DLL hell problem and solution in .Net DLL hell refers to a set of problems caused when multiple application attemp