Tuesday, January 25, 2011

Friday, January 21, 2011

SQL Server Certifications

SQL Server CertificationsCurrently, there are certifications for three editions of SQL Server. I recommend everybody to settle on the SQL Server 2008 certifications. Microsoft certifications for SQL Server 2008 have already been released and we will be discussing them in detail. We will also explore the upgrade path from SQL Server 2005 to SQL Server 2008.MCTS: Technology Specialist Paths - One exam...

Thursday, January 20, 2011

Wednesday, January 19, 2011

Benefits of WCF over Web services

about benefits of WCF over Web services. Here they are1.WCF supports more of WS-* standards than web services2.As I mentioned in the article WCF supports multiple bindings HTTP,TCP,MSMQ,WS-HTTP etc where as web service supports only HTTP.3.WCF can maintain transactions like COM+4.It has JSON integration5.It can be hosted on IIS,WAS, Self hosting and windows services6.Web services have no instance...

WCF vs ASP.NET Web services

IntroductionIn this post I will explain the Difference between ASP.NET web service and programming WCF services like ASP.NET web services. It also discusses how we use the both technologies for developing the web services.The development of web service with ASP.NET relies on defining data and relies on the XmlSerializer to transform data to or from a service.Key issues with XmlSerializer to serialize...

Tuesday, January 18, 2011

Using jQuery Validation in ASP.NET Master Pages

Using jQuery Validation in ASP.NET Master Pages http://www.dotnetcurry.com/ShowArticle.aspx?ID=310&AspxAutoDetectCookieSupport=1Delete row from GridView and Database using JQuery in asp.nethttp://www.dotnetspark.com/kb/1535-delete-row-from-gridview-and-database-using.aspxGridView and JQuery In ASP.Net Tutorialhttp://www.dotnetspark.com/kb/1532-gridview-and-jquery-asp-net-tutorial.aspxUsing jQuery...

Monday, January 17, 2011

c# 3.0 New Features

Introduction:Microsoft has introduced the C# 3.0 with many key features. It reduces the work of the developers to write many lines of code to achieve the target. It will decrease the code size as well as the additional overhead of the servers.There are many features like Auto implemented property. Anonymous types, Partial methods, object initializes, implicitly typed local variables.New Features1....

Friday, January 7, 2011

CSS Box Model

CSS Box ModelThe box model represents how elements are interpreted and displayed in an HTML document. Each element is seen as a box which contains certain properties that describes how it is viewed within that document.Common properties for elements include margin, border, and padding. The margin of...

Popular Posts

Recent Posts

Unordered List

Text Widget