Click here to Skip to main content
15,879,326 members
Articles / Programming Languages / C#

AccountPlus

Rate me:
Please Sign up or sign in to vote.
4.47/5 (63 votes)
10 Sep 2009LGPL320 min read 239.3K   61.8K   209  
A Complete Account Management System

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccountPlus.UserInterface", "AccountPlus.UserInterface\AccountPlus.UserInterface.csproj", "{1C9748DC-9BC0-4C45-B5E8-C68F5EF9EF25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccountPlus.BusinessLogic", "AccountPlus.BusinessLogic\AccountPlus.BusinessLogic.csproj", "{4F04F47A-0984-4C0F-9653-C09AA45A0EE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccountPlus.Configurations", "AccountPlus.Configurations\AccountPlus.Configurations.csproj", "{8219A041-ABF4-4278-8EF9-93C5BF992381}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccountPlus.Messaging", "AccountPlus.Messaging\AccountPlus.Messaging.csproj", "{75F15526-289A-4D1F-BF44-01CFA3C48017}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccountPlus.DataAccess", "AccountPlus.DataAccess\AccountPlus.DataAccess.csproj", "{AF9E7495-E441-4258-9B5D-28099523AF2B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccountPlus.Formatting", "AccountPlus.Formatting\AccountPlus.Formatting.csproj", "{10E357DF-2926-4EC3-87CD-36694F9C4D86}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AccountPlus.Setup", "AccountPlus.Setup\AccountPlus.Setup.vdproj", "{DCDACAB6-FB83-4736-9261-EA69B3576DB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AccountPlus.Setup.CustomActions", "AccountPlus.Setup\AccountPlus.Setup.CustomActions\AccountPlus.Setup.CustomActions.csproj", "{033B84A4-4368-4367-9C2A-5D45004BA6B7}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1C9748DC-9BC0-4C45-B5E8-C68F5EF9EF25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1C9748DC-9BC0-4C45-B5E8-C68F5EF9EF25}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1C9748DC-9BC0-4C45-B5E8-C68F5EF9EF25}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1C9748DC-9BC0-4C45-B5E8-C68F5EF9EF25}.Release|Any CPU.Build.0 = Release|Any CPU
		{4F04F47A-0984-4C0F-9653-C09AA45A0EE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4F04F47A-0984-4C0F-9653-C09AA45A0EE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4F04F47A-0984-4C0F-9653-C09AA45A0EE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4F04F47A-0984-4C0F-9653-C09AA45A0EE9}.Release|Any CPU.Build.0 = Release|Any CPU
		{8219A041-ABF4-4278-8EF9-93C5BF992381}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{8219A041-ABF4-4278-8EF9-93C5BF992381}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{8219A041-ABF4-4278-8EF9-93C5BF992381}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{8219A041-ABF4-4278-8EF9-93C5BF992381}.Release|Any CPU.Build.0 = Release|Any CPU
		{75F15526-289A-4D1F-BF44-01CFA3C48017}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{75F15526-289A-4D1F-BF44-01CFA3C48017}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{75F15526-289A-4D1F-BF44-01CFA3C48017}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{75F15526-289A-4D1F-BF44-01CFA3C48017}.Release|Any CPU.Build.0 = Release|Any CPU
		{AF9E7495-E441-4258-9B5D-28099523AF2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{AF9E7495-E441-4258-9B5D-28099523AF2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{AF9E7495-E441-4258-9B5D-28099523AF2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{AF9E7495-E441-4258-9B5D-28099523AF2B}.Release|Any CPU.Build.0 = Release|Any CPU
		{10E357DF-2926-4EC3-87CD-36694F9C4D86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{10E357DF-2926-4EC3-87CD-36694F9C4D86}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{10E357DF-2926-4EC3-87CD-36694F9C4D86}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{10E357DF-2926-4EC3-87CD-36694F9C4D86}.Release|Any CPU.Build.0 = Release|Any CPU
		{DCDACAB6-FB83-4736-9261-EA69B3576DB7}.Debug|Any CPU.ActiveCfg = Debug
		{DCDACAB6-FB83-4736-9261-EA69B3576DB7}.Debug|Any CPU.Build.0 = Debug
		{DCDACAB6-FB83-4736-9261-EA69B3576DB7}.Release|Any CPU.ActiveCfg = Release
		{DCDACAB6-FB83-4736-9261-EA69B3576DB7}.Release|Any CPU.Build.0 = Release
		{033B84A4-4368-4367-9C2A-5D45004BA6B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{033B84A4-4368-4367-9C2A-5D45004BA6B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{033B84A4-4368-4367-9C2A-5D45004BA6B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{033B84A4-4368-4367-9C2A-5D45004BA6B7}.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 GNU Lesser General Public License (LGPLv3)


Written By
Founder Aspirea Technologies Pvt Ltd
India India
• 8 years of experience in IT Industry as a Developer.
• Experience of End-To-End Software Development and Implementation (Entire SDLC i.e Software Development Life Cycle)
• Real time Exposure to Banking, Finance and Energy industry.
• Expertise in distributed application architecture as well as web based applications using Microsoft.NET platform.
• Expertise in database design, SQL programming and SQL performance tuning.
• Expertise in Web Services and WCF Services.
• Experience of Rich Internet Application using Adobe Flex.
• Experience in migration of legacy application to latest technology, migration of VB application to .NET.
• Knowledge of OOPS and Design Concepts.
• Expertise in Agile/ Scrum software development processes.

Specialties
• Languages\ Technologies-
.NET Framework 1.1/2.0/3.0/3.5, C#.NET, VB.NET, ASP.NET, VB6, AJAX, ASP.NET, Adobe Flex 3.0, Web Services, Windows Communication Foundation (WCF), LINQ, SQL Server, Oracle, MySql, MS Access, HTML, XML, JavaScript, C# Script, CSS and XSLT.

• Methodology/ Concepts-
OOPS, Data Structures, Design Concepts and Agile/ Scrum Software Development

Comments and Discussions