This article will give basic introduction on how to handle exception at service side, how to use fault contract at service side and how to handle service exception at client side.
In this article you will learn how we can configure Silverlight application to run Out of Browser and debug when application is launched in Out of Browser window.
This articles illustrates how to create multiple rows of controls in an asp.net web page dynamically using C# code with the help of a Panel, table, Session and ViewState.
Many of us went through a scenario like, can us pass a full of C# type/class to the javascript?
Modify from there and again return back to C#? The difficulty is that JavaScript only knows string format comared to C# which has many data types. So how we can pass an entires class to JavaScript? Here we need to handle with JSON serialization techniques.
New to SQL Server 2005, is The XML data type, which lets you store XML documents and fragments in a SQL Server database. An XML fragment is an XML instance that is missing a single top-level element. You can create columns and variables of the XML type and store XML instances in them. Note that the stored representation of XML data type instances cannot exceed 2 GB.