<?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:blogger='http://schemas.google.com/blogger/2008' 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-2558571455087401138</id><updated>2024-09-04T08:47:10.097-07:00</updated><category term="Dot Net Framework"/><category term="C#"/><title type='text'>Dot Net Tutorials, Dot Net Examples, Dot Net Helps</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://dotnet-spiders.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default'/><link rel='alternate' type='text/html' href='http://dotnet-spiders.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2558571455087401138.post-8051145503148579243</id><published>2010-11-27T02:05:00.000-08:00</published><updated>2010-11-27T02:18:16.719-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C#"/><title type='text'>Difference between Properties and Indexers : Properties Vs Indexers</title><summary type="text">Properties and indexers are two of the most important concepts in C#.Properties are popularly known as &#39;Smart fields&#39; and they provide access to the fields of a class whereas indexers are popularly known as &#39;Smart arrays&#39; and they allows objects to be indexed as an array which is useful for looping or iterating or data binding operations.Defining an indexer is much like defining property but </summary><link rel='replies' type='application/atom+xml' href='http://dotnet-spiders.blogspot.com/feeds/8051145503148579243/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://dotnet-spiders.blogspot.com/2010/11/diference-between-properties-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/8051145503148579243'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/8051145503148579243'/><link rel='alternate' type='text/html' href='http://dotnet-spiders.blogspot.com/2010/11/diference-between-properties-and.html' title='Difference between Properties and Indexers : Properties Vs Indexers'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2558571455087401138.post-1607953993263611259</id><published>2009-10-30T08:58:00.000-07:00</published><updated>2010-05-15T02:49:26.355-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dot Net Framework"/><title type='text'>Dot Net Framework FAQ - Part Ten</title><summary type="text">What does this useful command line do? tasklist /m &quot;mscor*&quot; 
Lists all the applications and associated tasks/process currently  running on the system with a module whose name begins &quot;mscor&quot; loaded into them; which in nearly all cases means &quot;all the .NET processes&quot; BUF7H9VJ2R8S.

What’s wrong with a line like this? DateTime.Parse(myString); 
Therez nothing wrong with this declaration.Converts the </summary><link rel='replies' type='application/atom+xml' href='http://dotnet-spiders.blogspot.com/feeds/1607953993263611259/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/10/dot-net-framework-faq-part-ten.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/1607953993263611259'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/1607953993263611259'/><link rel='alternate' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/10/dot-net-framework-faq-part-ten.html' title='Dot Net Framework FAQ - Part Ten'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2558571455087401138.post-4755995241165300696</id><published>2009-10-29T08:06:00.000-07:00</published><updated>2009-10-29T08:19:42.764-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dot Net Framework"/><title type='text'>Dot Net Framework FAQ - Part Nine</title><summary type="text">What is the difference between an EXE and a DLL? You can create an objects of Dll but not of the EXE.Dll is an In-Process Component whereas EXE is an OUt-Process Component.Exe is for single use whereas you can use Dll for multiple use.Exe can be started as standalone where dll cannot be.What is strong-typing versus weak-typing? Which is preferred? Why? Strong typing implies that the types of </summary><link rel='replies' type='application/atom+xml' href='http://dotnet-spiders.blogspot.com/feeds/4755995241165300696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/10/dot-net-framework-faq-part-nine.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/4755995241165300696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/4755995241165300696'/><link rel='alternate' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/10/dot-net-framework-faq-part-nine.html' title='Dot Net Framework FAQ - Part Nine'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2558571455087401138.post-7133174055875364972</id><published>2009-10-12T09:56:00.000-07:00</published><updated>2009-10-12T10:03:47.404-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dot Net Framework"/><title type='text'>Dot Net Framework FAQ - Part Eight</title><summary type="text">How you deploy .NET assemblies?One way is simply use xcopy. others are use and the setup projects in .net. and one more way is use of nontuch deployment.What is Globalizationa and Localization ?Globalization is the process of creating an application that meets the needs of users from multiple cultures. It includes using the correctcurrency, date and time format, calendar, writing direction, </summary><link rel='replies' type='application/atom+xml' href='http://dotnet-spiders.blogspot.com/feeds/7133174055875364972/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/10/dot-net-framework-faq-part-eight.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/7133174055875364972'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/7133174055875364972'/><link rel='alternate' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/10/dot-net-framework-faq-part-eight.html' title='Dot Net Framework FAQ - Part Eight'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2558571455087401138.post-343999747370166354</id><published>2009-10-04T07:17:00.000-07:00</published><updated>2010-11-27T01:12:51.119-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dot Net Framework"/><title type='text'>Dot Net Framework FAQ - Part Seven</title><summary type="text">What is Value type and refernce type in .Net?.
Value Type : A variable of a value type always contains a value of that type. The assignment to a variable of a value type creates a copy of the assigned value, while the assignment to a variable of a reference type creates a copy of the reference but not of the referenced object.
The value types consist of two main categories: 
Stuct Type
</summary><link rel='replies' type='application/atom+xml' href='http://dotnet-spiders.blogspot.com/feeds/343999747370166354/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/10/dot-net-framework-faq-part-seven.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/343999747370166354'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/343999747370166354'/><link rel='alternate' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/10/dot-net-framework-faq-part-seven.html' title='Dot Net Framework FAQ - Part Seven'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2558571455087401138.post-3784627473767390445</id><published>2009-09-29T09:11:00.000-07:00</published><updated>2009-09-29T09:23:04.494-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dot Net Framework"/><title type='text'>Dot Net Framework FAQ - Part Six</title><summary type="text">What are the Main Features of .NET platform?Features of .NET Platform are :-Common Language Runtime Explains the features and benefits of the common language runtime, a run-time environment that manages the execution of code and provides services that simplify the development process. Assemblies Defines the concept of assemblies, which are collections of types and resources that form logical </summary><link rel='replies' type='application/atom+xml' href='http://dotnet-spiders.blogspot.com/feeds/3784627473767390445/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/09/dot-net-framework-faq-part-six.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/3784627473767390445'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/3784627473767390445'/><link rel='alternate' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/09/dot-net-framework-faq-part-six.html' title='Dot Net Framework FAQ - Part Six'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2558571455087401138.post-6237939917780267905</id><published>2009-09-26T00:13:00.000-07:00</published><updated>2009-09-26T00:56:49.867-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dot Net Framework"/><title type='text'>Dot Net Framework FAQ - Part Five</title><summary type="text">Describe the accessibility modifier &quot;protected internal&quot;?It is available to derived classes and classes within the same Assembly (and naturally from the base class it&#39;s declared in).What&#39;s the top .NET class that everything is derived from?System.Object.What&#39;s the advantage of using System.Text.StringBuilder over System.String?StringBuilder is more efficient in cases where there is a large amount</summary><link rel='replies' type='application/atom+xml' href='http://dotnet-spiders.blogspot.com/feeds/6237939917780267905/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/09/dot-net-framework-faq-part-five.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/6237939917780267905'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/6237939917780267905'/><link rel='alternate' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/09/dot-net-framework-faq-part-five.html' title='Dot Net Framework FAQ - Part Five'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2558571455087401138.post-2441693021190315561</id><published>2009-09-25T11:19:00.000-07:00</published><updated>2009-09-25T11:27:59.500-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dot Net Framework"/><title type='text'>Dot Net Framework FAQ - Part Four</title><summary type="text">How do you initiate a string without escaping each backslash? Put an @ sign in front of the double-quoted string. What&#39;s the access level of the visibility type internal? Current application. Explain encapsulation ?The implementation is hidden, the interface is exposed. What data type should you use if you want an 8-bit value that&#39;s signed? sbyte. Speaking of Boolean data types, what&#39;s different </summary><link rel='replies' type='application/atom+xml' href='http://dotnet-spiders.blogspot.com/feeds/2441693021190315561/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/09/dot-net-framework-faq-part-four.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/2441693021190315561'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/2441693021190315561'/><link rel='alternate' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/09/dot-net-framework-faq-part-four.html' title='Dot Net Framework FAQ - Part Four'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2558571455087401138.post-334561933222786784</id><published>2009-09-20T03:53:00.000-07:00</published><updated>2009-09-20T04:03:46.735-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dot Net Framework"/><title type='text'>Dot Net Framework FAQ - Part Three</title><summary type="text">What are the contents of assembly?In general, a static assembly can consist of four elements:          The assembly manifest, which contains assembly metadata.          Type metadata.          Microsoft intermediate language (MSIL) code that implements the types.          A set of resources.What is GC (Garbage Collection) and how it works?One of the good features of the CLR is Garbage Collection,</summary><link rel='replies' type='application/atom+xml' href='http://dotnet-spiders.blogspot.com/feeds/334561933222786784/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/09/dot-net-framework-faq-part-three.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/334561933222786784'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/334561933222786784'/><link rel='alternate' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/09/dot-net-framework-faq-part-three.html' title='Dot Net Framework FAQ - Part Three'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2558571455087401138.post-867300504399590475</id><published>2009-09-19T03:55:00.000-07:00</published><updated>2009-09-20T03:10:36.527-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dot Net Framework"/><title type='text'>Dot Net Framework FAQ - Part Two</title><summary type="text">What is serialization?Serialization is the process of converting an object into a stream of bytes. Deserialization is the opposite process of creating an object from a stream of bytes. Serialization / Deserialization is mostly used to transport objects (e.g. during remoting), or to persist objects (e.g. to a file or database).Does the .NET Framework have in-built support for serialization?There </summary><link rel='replies' type='application/atom+xml' href='http://dotnet-spiders.blogspot.com/feeds/867300504399590475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/09/dot-net-framework-faq-part-two.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/867300504399590475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/867300504399590475'/><link rel='alternate' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/09/dot-net-framework-faq-part-two.html' title='Dot Net Framework FAQ - Part Two'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2558571455087401138.post-3034896123889788352</id><published>2009-09-17T09:55:00.000-07:00</published><updated>2009-09-19T03:54:43.238-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dot Net Framework"/><title type='text'>Dot Net Framework FAQ</title><summary type="text">When was .NET announced?Bill Gates delivered a keynote at Forum 2000, held June 22, 2000, outlining the .NET &#39;vision&#39;. The July 2000 PDC had a number of sessions on .NET technology, and delegates were given CDs containing a pre-release version of the .NET framework/SDK and Visual Studio.NET.When was the first version of .NET released?The final version of the 1.0 SDK and runtime was made publicly </summary><link rel='replies' type='application/atom+xml' href='http://dotnet-spiders.blogspot.com/feeds/3034896123889788352/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/09/dot-net-framework-faq.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/3034896123889788352'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2558571455087401138/posts/default/3034896123889788352'/><link rel='alternate' type='text/html' href='http://dotnet-spiders.blogspot.com/2009/09/dot-net-framework-faq.html' title='Dot Net Framework FAQ'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>