This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Monday, 29 December 2014

Colors Attractions

Public Color's Attraction { Color Psychology } Colors often have different meanings in various cultures. And even in Western societies, the meanings of various colors have changed over the years. But today in the U.S., researchers have generally found the following to be accurate. Black Black is the color of authority and power. It is popular in fashion because it makes people appear thinner. It is also stylish and timeless. Black also...

Friday, 26 December 2014

ORCHARD CMS ASP.NET MVC

Orchard is a free, open source, community-focused content management system written in ASP.NET platform using the ASP.NET MVC Framework.  Its vision is to create shared components for building ASP.NET applications and extensions, and specific applications that leverage these components to meet the needs of end-users, scripters, and developers. Orchard is delivered as part of the ASP.NET Open Source Gallery under the OuterCurve Foundation. It is licensed under a New BSD license, which is approved by the Open Source Initiative (OSI).   ....................Click...

Wednesday, 24 December 2014

LINQ vs SQL

Why LINQ beats SQL?    ..............Refer This Link To Know About LINQ..........   1.Create Update Delete from the Form Data (using LINQ to SQL) 2.Fetch Data From Database(Using LINQ to SQL)  3.Inserting Data to Database using LINQ to SQL  4.Binding ListBox and DropDownList using LINQ If you're not a LINQ addict, you might wonder what the fuss is about. SQL isn't broken, so why fix it? Why do we need another...

4.Binding ListBox and DropDownList using LINQ

        To get started then let’s go ahead and add a new item in your website application in Visual Studio 2008 or VWD Express 2008. To do this, just right click on the web site -> select Add New Item -> and on the Templates select LINQ to SQL Classes as shown below and click ok: Now open up Server Exporer in Visual Studio and do the follwing: * Under Data Connections, expand the northwind database *...