Click here to Skip to main content
15,881,204 members
Articles / Desktop Programming / WPF

A Silverlight Introduction for Line-of-Business Applications

Rate me:
Please Sign up or sign in to vote.
4.71/5 (15 votes)
30 Aug 2009CPOL18 min read 54.1K   660   56  
An introduction on Silverlight for developers of administrative applications. The article starts by explaining the basics of WPF and then delves deeper in the business-oriented aspects.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarSelector", "CarSelector\CarSelector.csproj", "{4400916C-C5F9-4ADA-A340-AB062A9C6993}"
	ProjectSection(ProjectDependencies) = postProject
		{113F25A6-F20F-42B9-B8E1-73384907944A} = {113F25A6-F20F-42B9-B8E1-73384907944A}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CarSelector.Web", "CarSelector.Web\CarSelector.Web.csproj", "{113F25A6-F20F-42B9-B8E1-73384907944A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4400916C-C5F9-4ADA-A340-AB062A9C6993}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4400916C-C5F9-4ADA-A340-AB062A9C6993}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4400916C-C5F9-4ADA-A340-AB062A9C6993}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4400916C-C5F9-4ADA-A340-AB062A9C6993}.Release|Any CPU.Build.0 = Release|Any CPU
		{113F25A6-F20F-42B9-B8E1-73384907944A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{113F25A6-F20F-42B9-B8E1-73384907944A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{113F25A6-F20F-42B9-B8E1-73384907944A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{113F25A6-F20F-42B9-B8E1-73384907944A}.Release|Any CPU.Build.0 = Release|Any CPU
	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
CEO TRI-S bvba, Cogenius bvba
Belgium Belgium
I'm working since 1999 in an IT environment: started developing in PROGRESS 4GL, then VB6 and am working since 2003 with C#. I'm currently transitioning to HTML5, CSS3 and JavaScript for the front-end development.
I started my own company (TRI-S) in 2007 and co-founded another one (Cogenius) in 2012.
Besides being a Microsoft Certified Professional Developer (MCPD) I'm also a Microsoft Certified Trainer (MCT) and am teaching .NET and JavaScript courses.

Comments and Discussions