<?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-1448245121580174467</id><updated>2014-09-28T03:56:58.109-07:00</updated><category term="Interview Questions and Answers"/><category term="ASP.NET"/><category term="Reporting Services"/><category term="Silverlight"/><category term="Software Methodology"/><category term=".NET Mobile"/><category term="IIS"/><category term="Microsoft Certification"/><category term="Read-only Property"/><category term="SQL Server"/><category term="UML"/><category term="VB.NET"/><category term="WCF"/><title type='text'>Learn Technical Knowledge</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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>30</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-510760555206038129</id><published>2011-06-13T11:12:00.000-07:00</published><updated>2011-06-30T10:27:11.474-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term=".NET Mobile"/><title type='text'>Introduction to .NET Mobile Application</title><summary type="text">Today, It is many tools available on the market for creating application for mobile phones and portable devices.
The Microsoft introduced mobile technology for creating asp.net mobile application. Window mobile is a compact operating system for mobile devices and including Pocket PCs, Smart phones and Portal Media Centers. We can able to develop mobile based application on the Visual Studio 2003,</summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/510760555206038129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2011/06/introduction-to-net-mobile-application.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/510760555206038129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/510760555206038129'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2011/06/introduction-to-net-mobile-application.html' title='Introduction to .NET Mobile Application'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-3970785908140949920</id><published>2011-05-27T22:57:00.000-07:00</published><updated>2011-05-27T22:57:53.132-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Read-only Property"/><title type='text'>How to Create a Read-Only Property in C# &amp; VB.NET</title><summary type="text">

Read-only property in VB.NET:


Public ReadOnly Property PropertyName As ReturnType
Get              ‘Your Property Implementation goes in here
End Get
End Property


Read-only property in C#:


public returntype PropertyName
{
get{
//property implementation goes here
}
// Do not write the set implementation
}



</summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/3970785908140949920/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2011/05/how-to-create-read-only-property-in-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/3970785908140949920'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/3970785908140949920'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2011/05/how-to-create-read-only-property-in-c.html' title='How to Create a Read-Only Property in C# &amp; VB.NET'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-8862311863015786568</id><published>2011-03-22T11:20:00.000-07:00</published><updated>2011-03-22T11:23:09.072-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Microsoft Certification"/><title type='text'>Microsoft .NET Certification Details - MCSD</title><summary type="text">

MCSD - Microsoft Certified Solution Developer


This certification for two plus years of experience software developing and maintaining in application in the IT Industry


You have to got this certification of Microsoft. You must complete five module following list:
Web Application development module
Windows Application development module
Web services and server components module
Solution </summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/8862311863015786568/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2011/03/microsoft-net-certification-details.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/8862311863015786568'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/8862311863015786568'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2011/03/microsoft-net-certification-details.html' title='Microsoft .NET Certification Details - MCSD'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-6625708217111149846</id><published>2011-03-13T06:59:00.000-07:00</published><updated>2011-03-13T07:01:15.873-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="IIS"/><title type='text'>How to Install IIS on Windows XP</title><summary type="text">GoTo -&gt; Click Start Button -&gt; Settings -&gt;Click Control Panel
Double Click Add or Remove ProgramsThis will be opened “Add or Remove Programs” windowClick Add / Remove Windows Components
This will be opened “Windows Componets Wizard”Select Check Box for Internet Information Services (IIS)Click Next Button.  Configuring components for IIS setup copying files from the CD. After Completing the Windows</summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/6625708217111149846/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2011/03/how-to-install-iis-on-windows-xp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/6625708217111149846'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/6625708217111149846'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2011/03/how-to-install-iis-on-windows-xp.html' title='How to Install IIS on Windows XP'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh3.googleusercontent.com/-it6QUdz9Kic/TXzNk0trLNI/AAAAAAAAABw/BlgwttUL2Kw/s72-c/iis_step_by_step.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-2289933311831667136</id><published>2010-12-23T20:52:00.000-08:00</published><updated>2011-03-12T03:20:02.389-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><title type='text'>ASP.NET Features Review</title><summary type="text">Introducing ASP.NET


Create dynamic web pages by using server side scripting like ASP (Active Server Page).  It has introduced by Microsoft Corporation 


ASP.NET is more than the next version of Active Server Page (ASP). ASP.NET is a standard html file that contains embedded server side scripts.


You able to access information from data sources, such as back-end database and text files that </summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/2289933311831667136/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/12/aspnet-features-review.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/2289933311831667136'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/2289933311831667136'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/12/aspnet-features-review.html' title='ASP.NET Features Review'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-4840983927915893306</id><published>2010-11-24T22:20:00.000-08:00</published><updated>2011-03-12T03:21:14.152-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Software Methodology"/><title type='text'>Essential documentation in projects</title><summary type="text">Essential documentation in projects
In the previous article we discussed the various SDLC life cycle models. For every stage in the model we have documents created according to phases such as
Requirement stage:
&lt;!--[if !supportLists]--&gt;-          &lt;!--[endif]--&gt;Use case document
Design stage:
&lt;!--[if !supportLists]--&gt;-          &lt;!--[endif]--&gt;Technical document
Build stage:
&lt;!--[if !supportLists]--</summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/4840983927915893306/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/11/essential-documentation-in-projects.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/4840983927915893306'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/4840983927915893306'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/11/essential-documentation-in-projects.html' title='Essential documentation in projects'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-1548244582146337979</id><published>2010-11-24T21:24:00.000-08:00</published><updated>2011-03-12T03:22:02.205-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Software Methodology"/><title type='text'>The Growth of software professional</title><summary type="text"> The Growth of software professional
If you are self taught programmer or working in a company which is not process oriented the title of this section can sound a bit bureaucratic to you. A good software product other than source code has proper documentation and process at place.
Every young developer in his initial part of the software career is hot blooded and full of enthusiasm.The only goal </summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/1548244582146337979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/11/growth-of-software-professional.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/1548244582146337979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/1548244582146337979'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/11/growth-of-software-professional.html' title='The Growth of software professional'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_2dJdB6tr4zQ/TO3xi5vEqgI/AAAAAAAAAAo/axuGFB2LzuU/s72-c/sdlc.bmp" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-5903387550105706117</id><published>2010-10-06T10:53:00.000-07:00</published><updated>2011-03-12T03:23:05.438-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="UML"/><title type='text'>UML ( Unified Modeling Language)</title><summary type="text">The Unified Modeling Language is only a language. It is not a way of designing a system, but it is a way to model a system.The main object of UML is to make the project understanding more crisp and clear. It is a global computer industry modeling language to communicate between software professional in a project.UML help us to create documents, artifacts and also give visualization so that we can</summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/5903387550105706117/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/10/uml.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/5903387550105706117'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/5903387550105706117'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/10/uml.html' title='UML ( Unified Modeling Language)'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-1139694242915544580</id><published>2010-08-03T23:04:00.000-07:00</published><updated>2010-08-03T23:04:30.824-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="WCF"/><title type='text'>Introduction to Windows Communication Foundation:</title><summary type="text">Windows Communication Foundation is one of main new technologies that are included in .NET 3.0. Windows Communication Foundation (WCF), formerly code-named Indigo - a service-oriented messaging system which allows programs to interoperate locally or remotely similar to web services.
It is one of the four major application programming interfaces introduced as part of .NET Framework 3.0, which is </summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/1139694242915544580/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/08/introduction-to-windows-communication.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/1139694242915544580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/1139694242915544580'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/08/introduction-to-windows-communication.html' title='Introduction to Windows Communication Foundation:'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_2dJdB6tr4zQ/TFkAVE37CdI/AAAAAAAAAAM/-JesIeoge50/s72-c/wcf_image.bmp" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-3814148546310231188</id><published>2010-08-02T22:20:00.000-07:00</published><updated>2011-03-12T03:23:41.138-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Silverlight"/><title type='text'>Silverlight 2 Tool Add-on for Visual Studio 2008:</title><summary type="text">Step 1:
Visual Studio 2008 Service Pack 1 supporting tool for Microsoft Silverlight 2
It can be installed software for developers like Visual Studio 2008 SP1 or Visual Web Developer 2008 Express with SP1, and we can able to develop Silverlight project system for developing Silverlight application using C#.NET or VB.NET
Software Update for Visual Studio 2008 Service Pack 1 Click: http://</summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/3814148546310231188/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/08/silverlight-2-tool-add-on-for-visual.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/3814148546310231188'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/3814148546310231188'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/08/silverlight-2-tool-add-on-for-visual.html' title='Silverlight 2 Tool Add-on for Visual Studio 2008:'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-3366820493060200746</id><published>2010-08-02T22:17:00.001-07:00</published><updated>2010-08-02T22:17:39.820-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Silverlight"/><title type='text'>How to Uninstall Silverlight:</title><summary type="text">Start menu -&gt; Settings      -&gt; Click Control Panel

Double Click Add or Remove      Programs

This will be opened “Add or      Remove Programs Wizard” 

Find out installed Microsoft      Silverlight. Then Click Remove Button

After, you can see message “Are      you sure you want to remove Microsoft Silverlight from your computer?” 

Click Yes Button
</summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/3366820493060200746/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/08/how-to-uninstall-silverlight.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/3366820493060200746'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/3366820493060200746'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/08/how-to-uninstall-silverlight.html' title='How to Uninstall Silverlight:'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-9088972178927947342</id><published>2010-08-02T22:16:00.000-07:00</published><updated>2010-08-02T22:16:38.251-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Silverlight"/><title type='text'>How to Install Silverlight:</title><summary type="text">Go to http://www.silverlight.net/

Download Silverlight.exe to      Click to Install Button

Double Click Silverlight.exe

This will be opened “Open      File – Security Warning” as Silverlight Run Wizard

Click Run Button

This will be opened “Install      Silverlight Wizard”

Click Install Now Button

After, you can see message      “Installation successful” for Silverlight

Finally, Click </summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/9088972178927947342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/08/how-to-install-silverlight.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/9088972178927947342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/9088972178927947342'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/08/how-to-install-silverlight.html' title='How to Install Silverlight:'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-749246017986834841</id><published>2010-03-26T23:47:00.000-07:00</published><updated>2011-03-12T03:26:33.484-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Interview Questions and Answers"/><title type='text'></title><summary type="text">Explain the use of virtual, sealed, override, and abstract?Abstract: The keyword can be applied for a class or method.
 Class: If we use abstract keyword for a class it makes the class an abstract class, which means it cant be instantiated. Though it is not nessacary to make all the method within the  abstract class to be virtual. ie, Abstract class can have concrete methods
 Method: If we make a</summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/749246017986834841/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/explain-use-of-virtual-sealed-override.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/749246017986834841'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/749246017986834841'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/explain-use-of-virtual-sealed-override.html' title=''/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-7036404198805764631</id><published>2010-03-26T23:40:00.000-07:00</published><updated>2011-03-12T03:27:52.994-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Interview Questions and Answers"/><title type='text'></title><summary type="text">.NET Assembly Interview Question and Answer01. How is the DLL Hell problem solved in .NET?Ans : Assembly versioning allows the application to specify not only the library it needs to run (which was available under Win32), but also the version of the assembly.02. What are the ways to deploy an assembly? Ans : An MSI installer, a CAB archive, and XCOPY command. 03. What is a satellite assembly? Ans</summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/7036404198805764631/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/blog-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/7036404198805764631'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/7036404198805764631'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/blog-post.html' title=''/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-5522408369701879566</id><published>2010-03-26T23:29:00.000-07:00</published><updated>2011-03-12T03:28:37.576-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Interview Questions and Answers"/><title type='text'></title><summary type="text">C # Class Interview Question and Answer01. What is the syntax to inherit from a class in C#?  Ans : Place a colon and then the name of the base class.
Example: class MyNewClass : MyBaseClass  02. Can you prevent your class from being inherited by another class?Ans : Yes.  The keyword “sealed” will prevent the class from being inherited.  03. Can you allow a class to be inherited, but prevent the </summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/5522408369701879566/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/c-class-interview-question-and-answer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/5522408369701879566'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/5522408369701879566'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/c-class-interview-question-and-answer.html' title=''/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-6846538664073583855</id><published>2010-03-26T23:20:00.000-07:00</published><updated>2011-03-12T03:30:07.899-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Interview Questions and Answers"/><title type='text'></title><summary type="text">C # Interview Question and Answer01. Does C# support multiple-inheritance? Ans : No. 02. Who is a protected class-level variable available to?Ans : It is available to any sub-class (a class inheriting this class). 03. Are private class-level variables inherited?Ans : Yes, but they are not accessible.  Although they are not visible or accessible via the class interface, they are inherited.  04. </summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/6846538664073583855/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/c-interview-question-and-answer-01.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/6846538664073583855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/6846538664073583855'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/c-interview-question-and-answer-01.html' title=''/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-8108002602479241538</id><published>2010-03-26T22:36:00.000-07:00</published><updated>2011-03-12T03:32:03.026-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Interview Questions and Answers"/><title type='text'></title><summary type="text">.NET Remoting Interview Questions and Answers
What distributed process frameworks outside .NET do you know? Distributed Computing Environment/Remote Procedure Calls (DEC/RPC), Microsoft Distributed Component Object Model  (DCOM), Common Object Request Broker Architecture (CORBA), and Java Remote Method Invocation (RMI). 

What are possible implementations of distributed applications in .NET? 
.</summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/8108002602479241538/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/net-remoting-interview-questions-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/8108002602479241538'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/8108002602479241538'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/net-remoting-interview-questions-and.html' title=''/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-711262182844210104</id><published>2010-03-26T03:05:00.000-07:00</published><updated>2011-03-12T03:32:53.218-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Interview Questions and Answers"/><title type='text'>Ajax Interview Questions and Answers</title><summary type="text">    </summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/711262182844210104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/ajax-interview-questions-and-answers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/711262182844210104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/711262182844210104'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/ajax-interview-questions-and-answers.html' title='Ajax Interview Questions and Answers'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-6573047201482643870</id><published>2010-03-26T02:59:00.000-07:00</published><updated>2011-03-12T03:33:40.748-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Interview Questions and Answers"/><title type='text'>Oracl Interview Questions Answers</title><summary type="text">                </summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/6573047201482643870/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/oracl-interview-questions-answers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/6573047201482643870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/6573047201482643870'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/oracl-interview-questions-answers.html' title='Oracl Interview Questions Answers'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-7961910132247284834</id><published>2010-03-11T00:43:00.000-08:00</published><updated>2011-03-12T03:34:14.555-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><title type='text'>ASP.NET Pages browse error</title><summary type="text">The page cannot be found while browsing the aspx page in Windows Server 2003 with IIS 6.0To resolve this, do the following steps:Click on start then Programs - &gt; Visual Studio 2005 (i.e. your system installed version)
Visual Studio Tools then Click Visual studio command prompt.
That will reregister ASP.NET to IIS C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -I
C:\WINDOWS\</summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/7961910132247284834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/aspnet-pages-browse-error.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/7961910132247284834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/7961910132247284834'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/aspnet-pages-browse-error.html' title='ASP.NET Pages browse error'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-8643571082650927085</id><published>2010-03-07T22:07:00.000-08:00</published><updated>2010-03-07T22:08:00.447-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="VB.NET"/><title type='text'>How To Use MDI Forms In Visual Basic 2008</title><summary type="text"></summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/8643571082650927085/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/how-to-use-mdi-forms-in-visual-basic.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/8643571082650927085'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/8643571082650927085'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/how-to-use-mdi-forms-in-visual-basic.html' title='How To Use MDI Forms In Visual Basic 2008'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-3084817776356914843</id><published>2010-03-05T04:58:00.001-08:00</published><updated>2011-03-12T03:19:21.003-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><title type='text'>Asp.Net MVC Tutorial Overview Part 3</title><summary type="text"></summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/3084817776356914843/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/aspnet-mvc-tutorial-overview-part-3.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/3084817776356914843'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/3084817776356914843'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/aspnet-mvc-tutorial-overview-part-3.html' title='Asp.Net MVC Tutorial Overview Part 3'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-9012392590986338663</id><published>2010-03-05T04:54:00.000-08:00</published><updated>2011-03-12T03:18:05.585-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><title type='text'>Asp.Net MVC Tutorial Overview Part 2</title><summary type="text"></summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/9012392590986338663/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/aspnet-mvc-tutorial-overview-part-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/9012392590986338663'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/9012392590986338663'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/aspnet-mvc-tutorial-overview-part-2.html' title='Asp.Net MVC Tutorial Overview Part 2'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-822982335794815793</id><published>2010-03-05T04:49:00.000-08:00</published><updated>2011-03-12T03:17:27.907-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ASP.NET"/><title type='text'>Asp.Net MVC Tutorial Overview Part 1</title><summary type="text"></summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/822982335794815793/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/aspnet-mvc-tutorial-overview-part-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/822982335794815793'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/822982335794815793'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/03/aspnet-mvc-tutorial-overview-part-1.html' title='Asp.Net MVC Tutorial Overview Part 1'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1448245121580174467.post-5680231301243647914</id><published>2010-02-26T02:12:00.000-08:00</published><updated>2010-02-26T02:15:38.920-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="SQL Server"/><title type='text'>Microsoft SQL Server Interview Questions &amp; Answers</title><summary type="text">What result would you expect from this statement?Select * from dbo.MyTableAll records from [dbo].[MyTable]The answer is all records from [dbo].[MyTable]. Qualified names can include white space before and after the dots. Restrictions apply only to the names themselves that may need quoted identifiers with embedded white space or invalid characters.  You are using SQL Server 2005 and you wish to </summary><link rel='replies' type='application/atom+xml' href='http://santha-learntechnicalknowledge.blogspot.com/feeds/5680231301243647914/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/02/microsoft-sql-server-interview.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/5680231301243647914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1448245121580174467/posts/default/5680231301243647914'/><link rel='alternate' type='text/html' href='http://santha-learntechnicalknowledge.blogspot.com/2010/02/microsoft-sql-server-interview.html' title='Microsoft SQL Server Interview Questions &amp; Answers'/><author><name>Santha Kumar M</name><uri>http://www.blogger.com/profile/10379994762777797659</uri><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><thr:total>0</thr:total></entry></feed>