By tag: OpenSource
0
kicks
Subtext blogging engine theme – Twitter bootstrap basic
Twitter bootstrap basic fixed width theme,can easily be expanded and customised. I have tried to make it possible for the author to move the controls around such as recent comments, news, recent posts etc without breaking the layout.
0
kicks
Entity Framework goes open source!
Scott Hanselman announced today on his blog that Entity Framework will be released under an open source license. Even the EF Designer Surface will be released as open source at a later date.
0
kicks
nvents 0.7 - now with POCO and IPC support available on nuget
nvents is an open source library for strongly typed publishing/subscribing of events over the network
0
kicks
A somewhat performant networking library for .NET
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.
0
kicks
SimpleExcelExport: export your object list to excel without problems
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.
Giv...
0
kicks
Having fun with ImpressJs and WebSockets, creating real-time presentat
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 s...
0
kicks
Bundler.NET
An API for combining, minifying, compressing, and caching CSS and JavaScript for .NET websites.
0
kicks
Herding Code 142 - Scott Guthrie on the open source announcement
The Herding Code guys talk to Scott Guthrie about the recent open source announcement for ASP.NET MVC, Web API, and Razor.
0
kicks
7 Best open source Content Management System in .NET
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
0
kicks
Stack Exchange Open Source Projects
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 ...
0
kicks
Fluent NHibernate Solution to enable SchemaExport to create HiLo colum
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 po...
0
kicks
A strange bug in NHibernate 2.1 - 3.2.0
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’"
...
0
kicks
In .NET, open source does not beget open source
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...
0
kicks
If You Can’t Beat ‘Em, Join ‘Em: Microsoft and Open Source
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...
0
kicks
Nocco: Generating documentation for your project using code comments
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 outpu...