Click here to Skip to main content
15,885,757 members
Articles / Programming Languages / C#

WF 4 Persistence, Tracking, and Bookmarks: A Practical Approach

Rate me:
Please Sign up or sign in to vote.
4.73/5 (31 votes)
21 Aug 2010CPOL17 min read 142K   8.5K   62  
Shows practical examples about WF 4 Persistence, Tracking, and Bookmarks.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestWF", "TestWF\TestWF.csproj", "{A4FA8E59-0304-4AC6-BC3E-61880E860BE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication1", "ConsoleApplication1\ConsoleApplication1.csproj", "{A7EB7552-FE0C-4684-9CC6-9AE2C8EA148E}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{A4FA8E59-0304-4AC6-BC3E-61880E860BE5}.Debug|x86.ActiveCfg = Debug|x86
		{A4FA8E59-0304-4AC6-BC3E-61880E860BE5}.Debug|x86.Build.0 = Debug|x86
		{A4FA8E59-0304-4AC6-BC3E-61880E860BE5}.Release|x86.ActiveCfg = Release|x86
		{A4FA8E59-0304-4AC6-BC3E-61880E860BE5}.Release|x86.Build.0 = Release|x86
		{A7EB7552-FE0C-4684-9CC6-9AE2C8EA148E}.Debug|x86.ActiveCfg = Debug|x86
		{A7EB7552-FE0C-4684-9CC6-9AE2C8EA148E}.Debug|x86.Build.0 = Debug|x86
		{A7EB7552-FE0C-4684-9CC6-9AE2C8EA148E}.Release|x86.ActiveCfg = Release|x86
		{A7EB7552-FE0C-4684-9CC6-9AE2C8EA148E}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Lebanon Lebanon

Comments and Discussions