<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Jack @ ASP.NET</title>
	<link>http://jack-fx.com/net</link>
	<description>As a software developer, I still Focus on .NET, internet, asp.net, C# and so on. I</description>
	<lastBuildDate>Mon, 08 Feb 2010 04:46:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>ASP.NET MVC 2 RC2 (Release Candidate 2) Released</title>
		<description><![CDATA[ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application – the UI logic using the view, user-input handling using the controller, and the domain logic using the [...]]]></description>
		<link>http://jack-fx.com/net/2010/02/08/asp-net-mvc-2-rc2-release-candidate-2-released/</link>
			</item>
	<item>
		<title>C# Code Snippet: Finding a Node in an XML String</title>
		<description><![CDATA[XML to be operated on:


   1: &#60;States&#62;

   2:   &#60;State name=&#34;Wisconsin&#34;&#62;

   3:     &#60;Regions&#62;

   4:       &#60;Region name=&#34;Milwaukee&#34;&#62;

   5:         &#60;Area name=&#34;Mukwanago&#34;/&#62;

   6:     [...]]]></description>
		<link>http://jack-fx.com/net/2010/02/02/c-code-snippet-finding-a-node-in-an-xml-string/</link>
			</item>
	<item>
		<title>How to manually remove programs from the Add or Remove Programs tool</title>
		<description><![CDATA[The Currently installed programs list in the Add or Remove Programs tool lists all of the Windows-compatible programs that have an uninstall program or feature. Occasionally, a program may not be removed completely, and the registry key that is used to display the program in the Currently installed programs list remains. In this situation, you [...]]]></description>
		<link>http://jack-fx.com/net/2010/01/26/how-to-manually-remove-programs-from-the-add-or-remove-programs-tool/</link>
			</item>
	<item>
		<title>TODO Comments in Visual Studio</title>
		<description><![CDATA[Using TODO
TODO comments allow you to tell Visual Studio to maintain a central list of tasks, which it reads from many different places in your code. The Task List is a panel or floating window in Visual Studio that will display all the TODO comments in your project. To open the list, go to View [...]]]></description>
		<link>http://jack-fx.com/net/2010/01/23/todo-comments-in-visual-studio/</link>
			</item>
	<item>
		<title>Tips and Tricks for the Visual Studio .NET IDE</title>
		<description><![CDATA[1. Record and play temporary macro
Ctrl+Shift+R to record a new temporary macro. Press Ctrl+Shift+R to stop recording. Ctrl+Shift+P to play the recorded macro.
This works similar to *recording* in Vim. If you think you are going to be repeating a set of keyboard keys, then record them once and play them each time after.
2. Multiple copy/pastes
Ctrl+Shift+V [...]]]></description>
		<link>http://jack-fx.com/net/2010/01/22/tips-and-tricks-for-the-visual-studio-net-ide/</link>
			</item>
	<item>
		<title>asp.net Interview: Can you explain the difference between an ADO.NET Dataset and an ADO Recordset</title>
		<description><![CDATA[Can you explain the difference between an ADO.NET Dataset and an ADO Recordset? 

You can store many edits in a DataSet, and write them to the original data source in a single operation. 
Though the DataSet is universal, other objects in ADO.NET come in different versions for different data sources. 
There&#8217;s no concept of cursor [...]]]></description>
		<link>http://jack-fx.com/net/2010/01/20/asp-net-interview-can-you-explain-the-difference-between-an-ado-net-dataset-and-an-ado-recordset/</link>
			</item>
	<item>
		<title>Interview Questions on asp.net</title>
		<description><![CDATA[Whats MSIL, and why should my developers need an appreciation of it if at all? MSIL is the Microsoft Intermediate Language. All .NET compatible languages will get converted to MSIL.  
Which method do you invoke on the DataAdapter control to load your generated dataset with data? The .Fill() method 
Can you edit data in [...]]]></description>
		<link>http://jack-fx.com/net/2010/01/19/interview-questions-on-asp-net/</link>
			</item>
	<item>
		<title>ASP.NET Interview Questions and Answers</title>
		<description><![CDATA[1. Explain the differences between Server-side and Client-side code?   Server-side code executes on the server. Client-side code executes in the client&#8217;s browser. 
2. What type of code (server or client) is found in a Code-Behind class?   Server-side code. Since code-behind is executed on the server. However, during the code-behind&#8217;s execution on [...]]]></description>
		<link>http://jack-fx.com/net/2010/01/19/asp-net-interview-questions-and-answers/</link>
			</item>
</channel>
</rss>
