Latest Open Source stories

A somewhat performant networking library for .NET(blog.gauffin.org)

submitted by jgauffinjgauffin(155) 23 days, 13 hours ago

Griffin.Networking is a networking library inspired by Netty for Java. It should be somewhat perfomant and provide the infrastructure required to rapidly create networking applications. read more...

add a comment |category: |Views: 252

tags: another

SimpleExcelExport: export your object list to excel without problems(github.com)

submitted by majimenezpmajimenezp(23) 25 days, 14 hours ago

For a requirement where i work, i needed to make a export to excel feature in every screen of an application, that's why and created a small library to create a excel file using NPOI(a c# library to create excel files without excel) that receive a list of any object and create the excel file. Give it a try and let me know your ideas or comments. read more...

3 comments |category: |Views: 146

tags: another

Having fun with ImpressJs and WebSockets, creating real-time presentat(daniel.wertheim.se)

submitted by sedanwersedanwer(216) 25 days, 1 hour ago

So a friend of mine showed me ImpressJs today. He was going to have notes on another screen (well actually on an iPad) and I thought it would be cool if the presentation could be synced with notes on another screen as well. Fired up Visual Studio and put together a small socket server as well as a simple java script client and created a Presenter-Attendee solution with ImpressJs and WebSockets. read more...

1 comment |category: |Views: 156

tags: another

Bundler.NET(bundler.codeplex.com)

submitted by numinanumina(25) 29 days, 18 hours ago

An API for combining, minifying, compressing, and caching CSS and JavaScript for .NET websites. read more...

1 comment |category: |Views: 369

tags: another

Herding Code 142 - Scott Guthrie on the open source announcement(herdingcode.com)

submitted by jongallowayjongalloway(4380) 1 month, 4 days ago

The Herding Code guys talk to Scott Guthrie about the recent open source announcement for ASP.NET MVC, Web API, and Razor. read more...

1 comment |category: |Views: 113

tags: another

Stack Exchange Open Source Projects(blog.stackoverflow.com)

submitted by vincentw56vincentw56(169) 3 months, 5 days ago

As Stack Overflow is one of the most prominent Microsoft .NET-created sites for software developers in the world, we feel that it’s part of our mission to help lead fellow .NET developers — and the most effective way to do that is by contributing some of the code that we use to build Stack Overflow and Stack Exchange back to the greater .NET developer community as reusable open source packages. This isn’t just a fundamental part of every Stack Exchange developer’s “be more awesome” plan, it’s an explicit goal embedded in the very DNA of the company. read more...

1 comment |category: |Views: 242

tags: another

In .NET, open source does not beget open source(bvanderveen.com)

submitted by alexandrul.ctalexandrul.ct(475) 4 months, 17 days ago

Ruby, Python, Perl, Node, and Clojure all have, to varying degrees, a unified story for defining a project, translating its source code into runnable code, running a test suite, building distributable packages, and resolving and installing a project or package’s dependencies. These stories just work across all supported platforms. Setting up a cross-platform open source .NET project is non-trivial. ... read more...

1 comment |category: |Views: 167

tags: another

If You Can’t Beat ‘Em, Join ‘Em: Microsoft and Open Source(servicesangle.com)

submitted by pwhe23pwhe23(972) 5 months, 12 days ago

It's in Microsoft's best interest to see next generation technologies like Node.js and Hadoop run on its platforms. Although its .NET languages have large, dedicated developer communities, Microsoft has seen the writing on the wall. Open source programming languages from Java to PHP to Ruby to Scala are becoming the norm. JavaScript in particular is quickly becoming ubiquitous... read more...

1 comment |category: |Views: 149

tags: another

Nocco: Generating documentation for your project using code comments(dontangg.github.com)

submitted by dpetersondpeterson(4397) 5 months, 12 days ago

Check out the Nocco project, a .Net port of the Docco tool for generating project documentation in HTML format based off code comments in Markdown. Now you can comment your code and generate your documentation at the same time. The Github page includes an example of the documented code that is output by the tool, on its own source code. read more...

add a comment |category: |Views: 156

tags: another

Cleaning Up Your Git Repository For NuGet 1.6(coderjournal.com)

submitted by zigamorphzigamorph(3319) 5 months, 14 days ago

Provides an article detailing how to clean up the packages directory to get your project and repository ready for NuGet 1.6. read more...

1 comment |category: |Views: 35

tags: another

Declarative Threading: You're the Boss Now(www.codeproject.com)

submitted by dpetersondpeterson(4397) 6 months, 4 days ago

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 own thread, meaning no one has to concern themselves with invoking the call on the right thread. read more...

add a comment |category: |Views: 54

tags: another

Doing the Time Warp with .Net, Daylight Savings, and Noda Time(geekswithblogs.net)

submitted by dpetersondpeterson(4397) 6 months, 9 days ago

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. read more...

add a comment |category: |Views: 16

tags: another

Open Source ASP.NET Ajax Polls (for Umbraco and any ASP.NET 4.0 Web Ap(blog.kaide.net)

submitted by IndraKurniawanIndraKurniawan(46) 6 months, 12 days ago

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. read more...

add a comment |category: |Views: 16

tags: another

NHibernate Video Tutorial(www.d80.co.uk)

submitted by dan_swaindan_swain(190) 7 months, 22 days ago

A beginning Fluent NHibernate screencast. read more...

1 comment |category: |Views: 31

tags: another

Nancy v0.8 Released - Not your granddaddy's Sinatra(www.grumpydev.com)

submitted by dpetersondpeterson(4397) 7 months, 23 days ago

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! read more...

add a comment |category: |Views: 43

tags: another

NHibernate Code-Based Mappings vs. FluentNHibernate(kazimanzurrashid.com)

submitted by dpetersondpeterson(4397) 7 months, 27 days ago

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. read more...

1 comment |category: |Views: 119

tags: another