Getting started in a Business Intelligence career may be the easiest way to break into the IT industry, but it is no free lunch and a level of competency must be reached...
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.
Microsoft announced the general availability of Expression Studio 4 which includes upgraded versions of Expression Blend (including Sketchflow), Encoder, Web (including SuperPreview) and Design.
In this article I am going to show how we can update a key value in app.config file in WPF. For this add reference of System.Configuration in your application.
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.
The code snippet in this article demonstrates how to use Application class static properties to get Windows Forms application startup path, executable path and user data path using C#.