By tag: OpenSource
0
kicks
Cleaning Up Your Git Repository For NuGet 1.6
Provides an article detailing how to clean up the packages directory to get your project and repository ready for NuGet 1.6.
0
kicks
Declarative Threading: You're the Boss Now
Codeproject author "gossd" shares with us a new library which supports declarative threading. This new approach allows you to decorate your class and functions with attributes determining on what thread the functions may be called. The class takes care of all marshaling and spins off its o...
0
kicks
Doing the Time Warp with .Net, Daylight Savings, and Noda Time
Daylight Savings time and wreak havoc on business systems. Converting between local and UTC time can result in local times that never actually exist due to DST changeover. Jesse Taber shares with us a solution: using the C# port of the Joda time library, Noda Time.
0
kicks
Open Source ASP.NET Ajax Polls (for Umbraco and any ASP.NET 4.0 Web Ap
MAP Teams has just released open source Polls Widget for Umbraco 4.7 and any ASP.NET 4.0 Web Application Site.
The new things:
1. Mustache/Nustache Templating engine for the server side and client side.
2. Umbraco package automation using Ruby Rake.
0
kicks
Bonobo Git Server for Windows – New Version Released
Today has been released new version 1.1.0.0 of Bonobo Git Server for Windows. This version contains some new nice features that should make your git repository management more easier and fixes some essential bugs and errors.
0
kicks
Open Source CMS for WebMatrix - razorC.net
razorC.net - free CMS made with ASP.net web pages and WebMatrix
0
kicks
Nancy v0.8 Released - Not your granddaddy's Sinatra
Nancy, the Sinatra-inspired web framework for ASP.NET has just released version 0.8 with loads of cool features. This latest release is the work of 19 contributors over 186 commits, and includes highly requested features such as basic authentication and CSRF protection. Check it out!
0
kicks
NHibernate Code-Based Mappings vs. FluentNHibernate
Kazi Manzur Rashid shows us some side-by-side comparisons between the new code-based mappings in NHibernate and FluentNHibernate. Code-based mappings are built in to the lastest release of NHibernate; FluentNHibernate is compatible with the latest release as well.
0
kicks
Automapper 2.0 released: Now with twice the mapping goodness
Automapper, your favorite object mapping framework, has just released version 2.0. Check it out today!
0
kicks
Why Do "Not Windows Store"?
On Friday we released an open source alternative to the Windows Store for Windows 8 Apps called the "Not Windows Store". Why? Will people even want unverified apps? Aren't multiple app stores a detriment to end users?
0
kicks
Customise Subtext Core Pages – Part 1
I wanted to take time out from subtext themes for a moment and go over a topic that I think will be of some use to such webmasters that use subtext on a multi-blog platform. Customising Subtext core pages.
0
kicks
Microsoft Sync Framework now open source!
Microsoft's Sync framework is now open source under an Apache license. The Sync Framework allows you to build disconnected applications with ease, and allows offline clients to run in Silverlight, Windows Phone 7, Windows Mobile, Windows Embedded Handheld, and Windows Slate.
0
kicks
Open Source Command & Conquer game clone in C#
OpenRA is an open source clone of the Command & Conquer/Command & Conquer: Red Alert video games. This is a fun little project, and a good bit of code to look over for any C# programmers aspiring to create video games.