<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7556796828499868213</id><updated>2011-07-08T05:11:34.634-07:00</updated><title type='text'>Development with DotNet</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://developmentwithdotnet.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7556796828499868213/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://developmentwithdotnet.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>nimesh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7556796828499868213.post-4597420665705359284</id><published>2009-07-03T08:47:00.001-07:00</published><updated>2009-07-03T08:47:52.743-07:00</updated><title type='text'>AddThis Social Bookmarking Sharing Button Widget</title><content type='html'>&lt;a href="http://www.addthis.com/bookmark.php"&gt;AddThis Social Bookmarking Sharing Button Widget&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Shared via &lt;a href="http://addthis.com"&gt;AddThis&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7556796828499868213-4597420665705359284?l=developmentwithdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7556796828499868213/posts/default/4597420665705359284'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7556796828499868213/posts/default/4597420665705359284'/><link rel='alternate' type='text/html' href='http://developmentwithdotnet.blogspot.com/2009/07/addthis-social-bookmarking-sharing.html' title='AddThis Social Bookmarking Sharing Button Widget'/><author><name>nimesh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-7556796828499868213.post-7340364110078516756</id><published>2009-06-16T11:32:00.000-07:00</published><updated>2009-07-13T10:00:41.893-07:00</updated><title type='text'>Development Web Application, Web Services</title><content type='html'>&lt;strong&gt;Introduction of Namespace&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;NameSpace&lt;/strong&gt; is logical group of classies which help to develop an application. &lt;strong&gt;Namespace&lt;/strong&gt; allows you to use in-built .NET Classes. "System" at top(begining) of the code behind page.&lt;br /&gt;&lt;br /&gt;In C#, We have to write "using" keyword begining of namespace e.g "using System".&lt;br /&gt;&lt;br /&gt;In VB, We have to write "Imports" keyword begining of namespace e.g "Imports System".&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System&lt;/em&gt;: Root for All other namespace in Dot Net. It is basic namespace for all other namespace.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.Collections&lt;/em&gt;: This namespace for classis which represent  different types like SortedList, ArrayList,Queue, and Stack. We also can find abstract classes, like CollectionBase.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.ComponentModel&lt;/em&gt;: This namespace for classis which consist of create and containement, like as attributes, type converters, &amp; license providers.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.Data&lt;/em&gt;: This namespace contains classes required for database access and manipulations, as well as additional namespaces used for data access.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.Data.Common&lt;/em&gt;: This namespace contains a set of classes that are shared by the .NET managed data providers.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.Data.OleDb&lt;/em&gt;: This namespace contains classes that make up the managed data provider for OLE DB data access.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.Data.SQLClient&lt;/em&gt;: This namespace contains classes that are optimized for interacting with Microsoft SQL Server.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.Drawing&lt;/em&gt;: This namespace exposes GDI+ functionality and provides classes that facilitate graphics rendering.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.IO&lt;/em&gt;: In this namespace, you will find types for handling file system I/O.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.Math&lt;/em&gt; : This namespace is home to common mathematics functions such as extracting roots and trigonometry.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.Reflection&lt;/em&gt;: This namespace provides support for obtaining information and dynamic creation of types at runtime.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.Security&lt;/em&gt;: This namespace is home to types dealing with permissions, cryptography, and code access security.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.Threading&lt;/em&gt;: This namespace contains classes that facilitate the implementation of multithreaded applications.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;System.Windows.Forms&lt;/em&gt; :This namespace contains types involved in creating standard Windows applications. Classes that represent forms and controls reside here as well.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;e.g&lt;/strong&gt; In C#&lt;br /&gt;using System;&lt;br /&gt;using System.Data;&lt;br /&gt;using System.Configuration;&lt;br /&gt;using System.Web;&lt;br /&gt;using System.Web.Security;&lt;br /&gt;using System.Web.UI;&lt;br /&gt;using System.Web.UI.WebControls;&lt;br /&gt;using System.Web.UI.WebControls.WebParts;&lt;br /&gt;using System.Web.UI.HtmlControls;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;e.g&lt;/strong&gt; In VB&lt;br /&gt;Imports System;&lt;br /&gt;Imports System.Data;&lt;br /&gt;Imports System.Configuration;&lt;br /&gt;Imports System.Web;&lt;br /&gt;Imports System.Web.Security;&lt;br /&gt;Imports System.Web.UI;&lt;br /&gt;Imports System.Web.UI.WebControls;&lt;br /&gt;Imports System.Web.UI.WebControls.WebParts;&lt;br /&gt;Imports System.Web.UI.HtmlControls;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7556796828499868213-7340364110078516756?l=developmentwithdotnet.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7556796828499868213/posts/default/7340364110078516756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7556796828499868213/posts/default/7340364110078516756'/><link rel='alternate' type='text/html' href='http://developmentwithdotnet.blogspot.com/2009/06/development-web-application-web.html' title='Development Web Application, Web Services'/><author><name>nimesh</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>
