Sign in
Sushil's WebLog
Random ADO.Net discussion
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Misc
Notification Support
Provider and Server Enumeration
SQL Server's Xml DataType w/ADO.Net 2.0
Archive
Archives
June 2009
(1)
October 2005
(1)
September 2005
(2)
March 2005
(2)
January 2005
(1)
December 2004
(2)
October 2004
(3)
August 2004
(2)
July 2004
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Sushil's WebLog
XML Data type in ADO.Net v2.0 - Part I
Posted
over 9 years ago
by
sushilc
8
Comments
After a long hiatus, let me start with how the new XML data type in SQL Server 2005 is exposed via ADO.Net 2.0. I will discuss this new data type in following parts: XML data type in SQL Server 2005 – A brief Introduction : You can consider...
Sushil's WebLog
Using Provider Factories
Posted
over 9 years ago
by
sushilc
8
Comments
There are situation in real world; when you dont want to write code, dependent on just one of the managed provider. This also helps to easily move from using one provider to another if the code design changes in the future. Pre-Whidbey, the only way to...
Sushil's WebLog
Enumerating SQL Servers
Posted
over 9 years ago
by
sushilc
8
Comments
Continuing with the discussion on enumeration, I will go over ways to enumerate active SQL servers on the network in this blog. Pre-Whidbey, to get list of active servers on the network, we could have done Inter-Op calls to server enumeration APIs in...
Sushil's WebLog
XML Data type in ADO.Net v2.0 - Part II
Posted
over 9 years ago
by
sushilc
6
Comments
In this section we will look at ways ADO.Net v2.0 (Code named 'Whidbey') allows us to insert/delete/update Xml data values in a table containing Xml column in SQL Server 2005 (Code named 'Yukon'). With earlier versions of the .Net Framework (1.0 and 1...
Sushil's WebLog
Notification Support in SqlClient Managed Provider
Posted
over 9 years ago
by
sushilc
5
Comments
After a brief hiatus, let me start with blogging the new Notification support in SqlClient MP that is introduced in Whidbey. There are scenarios in which an application would store a cache of data obtain from a DB Server and then re-query from the same...
Sushil's WebLog
Welcome!
Posted
over 9 years ago
by
sushilc
4
Comments
Inspired by my colleagues here, I have taken into blogging. I had wanted to do it for a long time now. With the beta release 2.0 version of the Microsoft .Net framework (code named 'Whidbey'), its a opportune moment to blog on some of the exciting features...
Sushil's WebLog
Provider Enumeration in Whidbey
Posted
over 9 years ago
by
sushilc
3
Comments
I have been wanting to post for a long time now, and have finally decided to FIGHT my slackness. I will continue with my views on some of the new features in ADO.Net for Whidbey. I will start with talking about a new feature in Whidbey - Provider Enumeration...
Sushil's WebLog
Getting Notifications to Work.
Posted
over 8 years ago
by
sushilc
3
Comments
With good things said about Notification in my previous blog, I will like to take a step further to walk you through some common issues in setting up this feature. We would need to undestand how notifications internally work to track some of these issues...
Sushil's WebLog
See you at PDC05!
Posted
over 8 years ago
by
sushilc
2
Comments
I am here at PDC05, LA represeting the SQL Server team as part of staffing the product pavillion. There is just one word to sum up the level of excitment/ enthusiasm that I feel in the air - WOW! And I have been told that its just starting, with more...
Sushil's WebLog
SqlDependency changes for RTM
Posted
over 8 years ago
by
sushilc
0
Comments
I just posted a blog on our team webpage on the changes in new SqlDependency feature from Beta 2 to RTM. There have been a lot of changes since we shipped in Beta 2. Do let us know what you think of the new changes. We are looking forward to hear about...
Sushil's WebLog
SQL Server 2005 and Visual Studio 2005 RTM!
Posted
over 8 years ago
by
sushilc
0
Comments
Yes, we have done it! SQL Server 2005 and Visual Studio 2005 are now released to manufacturing. What this means that we are done with both the products, you can even download the official bits if you have MSDN subscription. More information can be found...
Sushil's WebLog
Time to resurrect my blog...
Posted
over 4 years ago
by
sushilc
0
Comments
Its me again after 4 long year. I have decided to start blogging agian. From the last time I wrote in 2005, there have been multitude of things I have been working. I was working on JDBC driver for SQL Server in 2005-06 and then moved to Entity Framework...
Sushil's WebLog
Our team blog is Online
Posted
over 8 years ago
by
sushilc
0
Comments
The team in which I work is called DataWorks. I am excited to announce that we as a team have our own Web Log at http://blogs.msdn.com/dataaccess . Check out the message from our PUM (Product Unit Manager) - Alyssa. Via this blog, we look forward to get...
Sushil's WebLog
ConnectionStringBuilder in ADO.Net v2.0 - a Primer
Posted
over 8 years ago
by
sushilc
0
Comments
Do you want to know more about ConnectionStringBuilder feature in ADO.Net v2.0? If yes, then look up our team site where I posted a short introduction.
Sushil's WebLog
Typed XML in ADO.Net v2.0
Posted
over 9 years ago
by
sushilc
0
Comments
In the earlier sections, we have been looking at Untyped XML which are different from Typed XML. Typed XML data type is an XML defined with an associated xml schema in Sql Server 2005. You may ask if there is anything different on how Typed XML are exposed...
Sushil's WebLog
Guerrilla SQL Server 2005 class
Posted
over 9 years ago
by
sushilc
0
Comments
I happened to go to one of the class from a mentoring company. It was presented by Bob Beauchemin-Niels Berglund-Dan Sullivan. Boy! they were great! I was just in time for the ADO.Net presentation that Bob made. He talked about top 3 features that he...
Page 1 of 1 (16 items)