Click here to Skip to main content
15,886,085 members
Articles / Programming Languages / C# 4.0

Solar Calculator - Calculate Sunrise, Sunset, and Maximum Solar Radiation

Rate me:
Please Sign up or sign in to vote.
4.79/5 (33 votes)
10 Jan 2011CPOL2 min read 137K   4.4K   80  
A C# assembly for calculating Sunrise, Sunset, and Maximum Solar Radiation

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Astronomy", "Astronomy\Astronomy.csproj", "{2E525A88-3C0A-4907-9040-979D9D348FAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AstronomyTest", "AstronomyTest\AstronomyTest.csproj", "{6CEC178A-6845-40D2-A4F4-07151E5B1766}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Include", "Include", "{015A1644-2DBC-450C-8F56-25892A877F1B}"
	ProjectSection(SolutionItems) = preProject
		Include\AssemblyInfoShared.cs = Include\AssemblyInfoShared.cs
		Include\nunit.framework.dll = Include\nunit.framework.dll
		Include\Rhino.Mocks.dll = Include\Rhino.Mocks.dll
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleCalculator", "ConsoleCalculator\ConsoleCalculator.csproj", "{F71CD8D4-48E9-403B-8396-305680118A7B}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{2E525A88-3C0A-4907-9040-979D9D348FAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2E525A88-3C0A-4907-9040-979D9D348FAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2E525A88-3C0A-4907-9040-979D9D348FAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2E525A88-3C0A-4907-9040-979D9D348FAA}.Release|Any CPU.Build.0 = Release|Any CPU
		{6CEC178A-6845-40D2-A4F4-07151E5B1766}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6CEC178A-6845-40D2-A4F4-07151E5B1766}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6CEC178A-6845-40D2-A4F4-07151E5B1766}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6CEC178A-6845-40D2-A4F4-07151E5B1766}.Release|Any CPU.Build.0 = Release|Any CPU
		{F71CD8D4-48E9-403B-8396-305680118A7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F71CD8D4-48E9-403B-8396-305680118A7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F71CD8D4-48E9-403B-8396-305680118A7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F71CD8D4-48E9-403B-8396-305680118A7B}.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
Architect http://www.simpletechture.nl
Netherlands Netherlands
Patrick Kalkman is a senior Software Architect with more than 20 years professional development experience. He works for SimpleTechture where he helps teams develop state of the art web applications.

Patrick enjoys writing his blog. It discusses agile software development. Patrick can be reached at patrick@simpletechture.nl.

Published Windows 8 apps:


Published Windows Phone apps:


Awards:

Best Mobile article of March 2012
Best Mobile article of June 2012

Comments and Discussions