<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>Microsoft Study Bible</title>
	<link>http://www.microsoftbible.com</link>
	<description>Welcome to join us in exdploring and studying the Microsoft technology</description>
	<lastBuildDate>Mon, 22 Feb 2010 04:01:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Does your training center need an online business expansion?</title>
		<description>Hello everyone, I am Megan from Getinmore. Remember my name for I am willing to help your training center to get more income.

What is Getinmore?

Getinmore is an online training service corporation which aims to enable you to start your training business online with 0 input.

What is our Service?

We have three ...</description>
		<link>http://www.microsoftbible.com/does-your-training-center-need-an-online-business-expansion.html</link>
			</item>
	<item>
		<title>Linq statement in Asp.net</title>
		<description>If it is in desktop, you just need to 
_context.Log = Console.Out;
You just input SQL statement in the console .So, what about in Asp.net?
I want to try to use StringWriter. We can use it to replace Console.Out to help us receive the output log, and save the log in StringBuider.
So, ...</description>
		<link>http://www.microsoftbible.com/linq-statement-in-aspnet.html</link>
			</item>
	<item>
		<title>How to pass  parameters between Asp.net pages</title>
		<description> There are many methods to pass parameters between pages, including Get, Post, Session, and Application。However，there are some new and unique methods in Asp.Net.
The page B wants to take the value from Page A.
Page A code:
public partial class Default : System.Web.UI.Page
{
 
protected void Page_Load(object sender, EventArgs e)
　　{
 
　　}
　　public string F
 
　　{
 
　　get { return this.TextBox1.Text.ToString(); ...</description>
		<link>http://www.microsoftbible.com/how-to-pass-parameters-between-aspnet-pages.html</link>
			</item>
	<item>
		<title>How to achieve image zoom in WPF ？</title>
		<description>Here is a question! I need to perform a zoom on an image, how can I do this? Here, we’ll introduce a way to achieve image zoom by using the mouse in WPF.
Here is the key code.
XAML code:
&#60;Grid.Resources&#62;&#60;TransformGroup x:Key="ImageCompareResources"&#62;&#60;ScaleTransform /&#62;&#60;TranslateTransform/&#62;&#60;/TransformGroup&#62;&#60;/Grid.Resources&#62;                &#60;ScrollViewer HorizontalScrollBarVisibility="Disabled"="Disabled" Grid.Row="0" Grid.Column="0" x:Name="MasterScrollViewer" Margin="5" Background="WhiteSmoke"&#62;&#60;ContentControl x:Name="TestContentControl1"="MasterImage_MouseLeftButtonDown"="MasterImage_MouseLeftButtonUp"="MasterImage_MouseMove"="MasterImage_MouseWheel"&#62;&#60;Image RenderOptions.BitmapScalingMode="NearestNeighbor"                                          ="MasterImage" Source="{Binding Path=MasterImagePath}" ...</description>
		<link>http://www.microsoftbible.com/how-to-achieve-image-zoom-in-wpf-%ef%bc%9f.html</link>
			</item>
	<item>
		<title>Error LNK2001 (C++)</title>
		<description>Would you have such an experience: you try to build program in C++ code. All of the code is simple and legal, however, when you compile link with your programs, the following link errors happen:
&#62;error LNK2001: unresolved external symbol _purecall
To resolve this problem or know better how we make this ...</description>
		<link>http://www.microsoftbible.com/error-lnk2001-c-vs.html</link>
			</item>
	<item>
		<title>How to achieve Ajax in Asp.net 2.0?</title>
		<description> 
ASP.NET 2.0 Client side Callbacks Framework
ASP.NET 2.0 has been released for a long time .The 2.0 framework has a great number of new features, one of which is Client side Callback. It can retrieve page values and populate them to an already-generated page with out reconstructing page. This makes it ...</description>
		<link>http://www.microsoftbible.com/callbacks-ajax-aspnet-httphandler.html</link>
			</item>
	<item>
		<title>Microsoft open source the .Net Micro Framework</title>
		<description>At PDC in Los Angeles, Microsoft announced that we are open sourcing the product and making it available under the Apache 2.0 license open source community which is already being used by the community within the embedded space. They also will create a community to help shape the future of ...</description>
		<link>http://www.microsoftbible.com/microsoft-open-source-the-net-micro-framework.html</link>
			</item>
	<item>
		<title>SQL Server Compact on Windows 7 x 64-bit</title>
		<description>Today, when I use Visual Studio 2008 to develop a simple SQL Server Compact 3.1 application on Windows x64 platform, throws the following exception:
Message: "An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)"
StockTrace:
　　StockTrace
　　System.BadImageFormatException: An attempt was made to load a program with an ...</description>
		<link>http://www.microsoftbible.com/sql-server-compact-on-windows-7-x-64-bit.html</link>
			</item>
	<item>
		<title>Encapsulate if/else, switch/case and While</title>
		<description>This article will discuss how to use extension method to encapsulate if/else,swith/case and while. Through these extensions the written code will seldom use curly brackets. What about this extension, maybe you have better advice .Please let me know.
Proclamation: This article just wanted to express a thought. And the code provided ...</description>
		<link>http://www.microsoftbible.com/encapsulate-ifelse-switchcase-and-while.html</link>
			</item>
	<item>
		<title>Windows Mobile Development in VS 2010</title>
		<description>Firstly, let us talk about what we can get benefit when we develop WM application by VS 2010.Of course, we had to talk about the Windows 7’s official sale and Visual Studio 2010 on-line, both of which belong to a series of products released by Microsoft. These new products will ...</description>
		<link>http://www.microsoftbible.com/windows-mobile-development-in-vs-2010.html</link>
			</item>
</channel>
</rss>
