Stories recently tagged with 'OpenSource'

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

submitted by jgauffinjgauffin(160) 24 days, 1 hour 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: 253

tags: another

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

submitted by sedanwersedanwer(216) 25 days, 14 hours 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

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

submitted by majimenezpmajimenezp(23) 26 days, 3 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

Bundler.NET(bundler.codeplex.com)

submitted by numinanumina(25) 1 month 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

7 Best open source Content Management System in .NET(www.findbestopensource.com)

submitted by solidstonesolidstone(500) 2 months, 7 days ago

Content Management System is capable to create website / portal without any technical knowledge. Here is the list of 7 best open source CMS in .NET read more...

add a comment |category: |Views: 12

tags: another

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

submitted by vincentw56vincentw56(169) 3 months, 6 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

Fluent NHibernate Solution to enable SchemaExport to create HiLo colum(anthonydewhirst.blogspot.com)

submitted by FlukeFanFlukeFan(279) 3 months, 22 days ago

I spent a few hours recently trying to figure out why Fluent NHibernate (FNH) wasn’t doing what I thought it should be doing when using the HiLo generator conventions and then using the SchemaExport tool to generate my schema. After eventually looking at the hbm files that FNH was producing for a possible error and to make sure that I was using FNH correctly, I realised that FNH wasn't the problem, and that the problem lies within SchemaExport. I have created a solution ... for FNH shown below. read more...

add a comment |category: |Views: 9

tags: another

A strange bug in NHibernate 2.1 - 3.2.0(www.codewrecks.com)

submitted by lukianlukian(5) 4 months, 12 days ago

In a previous post I described a technique to insert query hints into NHibernate query with the use of comments. Testing this code in a real project lead to a strange exception when I issue queries with ICriteria. Error message: "The query should start with ‘SELECT’ or ‘SELECT DISTINCT’" This happens because ICriteria queries inserts comments inside the query and if you enable comments to flow into the query with the setting use_sql_comments something weird happens when you use SetMaxResults to issue a paginated query. If you look into the NHibernate code that is throwing the exception you find this function in the Sql Dialect read more...

add a comment |category: |Views: 8

tags: another

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

submitted by alexandrul.ctalexandrul.ct(475) 4 months, 18 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, 13 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, 13 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, 15 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, 5 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, 10 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, 13 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