Upcoming Open Source stories

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

submitted by solidstonesolidstone(500) 2 months, 5 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

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

submitted by FlukeFanFlukeFan(279) 3 months, 20 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, 9 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

Bonobo Git Server for Windows – New Version Released(www.chodounsky.net)

submitted by jakubgarfieldjakubgarfield(60) 7 months, 17 days ago

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

add a comment |category: |Views: 9

tags: another

Open Source CMS for WebMatrix - razorC.net(www.razorc.net)

submitted by nmgroup2011nmgroup2011(5) 7 months, 18 days ago

razorC.net - free CMS made with ASP.net web pages and WebMatrix read more...

add a comment |category: |Views: 2

tags: another

How To Execute InstallUtil With WIX 3.5(blog.kaide.net)

submitted by IndraKurniawanIndraKurniawan(46) 8 months, 13 days ago

How to execute InstallUtil.exe using WIX 3.5 read more...

add a comment |category: |Views: 12

tags: another

Lucene.Net Video Tutorial(d80.co.uk)

submitted by dan_swaindan_swain(190) 8 months, 14 days ago

A quickstart screencast on Lucene.Net in C# read more...

add a comment |category: |Views: 8

tags: another

MyNuGets - Add NuGet love to your Orchard blog(www.bradygaster.com)

submitted by bradygasterbradygaster(4897) 8 months, 26 days ago

If you enjoy using NuGet to obtain and distribute your open source work and you maintain a blog or a site using Orchard, this post's for you. I've written a widget that will allow you to enter your author name. Then, the widget will hit the NuGet OData API and find any packages published with that author name. From that, the HTML is build up through the Orchard pipeline and what you get is a nice list of NuGet projects. Check it out for yourself on the MyNuGets project page or in the Orchard Gallery. read more...

add a comment |category: |Views: 3

tags: another

Intermittent Outdated Display in Nagios(www.danielahill.com)

submitted by resabioresabio(95) 9 months, 27 days ago

How to fix an issue where nagios periodically displays outdated data. read more...

1 comment |category: |Views: 2

tags: another

DistAppLog- Distributed application log for .net(github.com)

submitted by majimenezpmajimenezp(23) 10 months, 8 days ago

DistAppLog it's a library to create log entry from one application and replicate to a central server database, using ZeroMQ for messaging, Massive for ORM and Sqlite for the log storage. The objective it's to offer a centralized alternative for other libs like log4net or Nlog, but more simple and maybe faster. Check it out and send some suggestions or bug reports to improve the lib. read more...

add a comment |category: |Views: 3

tags: another

Using Open Source technologies along Microsoft Stack(neutrongenious.wordpress.com)

submitted by secretssecrets(95) 10 months, 28 days ago

Lately I am getting more in love with Open Source technologies especially those which are ported to .Net or can be directly used with .Net. read more...

add a comment |category: |Views: 8

tags: another

Where should i host my open source code?(www.findbestopensource.com)

submitted by solidstonesolidstone(500) 11 months, 13 days ago

I have a open source project but where should i host? This is the frequently asked question among developers. We picked 7 best code hosting site and did some review. Hope it helps you to choose a one for your projects. read more...

add a comment |category: |Views: 6

tags: another

The WeatherDotCom Widget for Orchard CMS(jasongaylord.com)

submitted by jgaylordjgaylord(475) 11 months, 19 days ago

If you’ve checked out my new website recently, you may have noticed that I have included the weather on the site. Mouse over on the right-hand side and you’ll notice a “bing-like” box that will appear. I’ll talk about this a bit more in a bit, but you’ll notice that the weather pulls for my local zip code. These are the results from the Weather Channel’s weather.com. read more...

add a comment |category: |Views: 5

tags: another

NHibernate.Envers - a quick introduction(www.primordialcode.com)

submitted by GuardianGuardian(1104) 11 months, 19 days ago

A quick introduction to NHibernate.Envers, shows how to setup the environment to enable rich auditing on entities. read more...

add a comment |category: |Views: 28

tags: another

RichTextbox sample in asp.net or how to use richtextbox in asp.net or (www.aspdotnet-suresh.com)

submitted by sureshdasarisureshdasari(715) 11 months, 23 days ago

RichTextbox sample in asp.net or how to use richtextbox in asp.net or how to insert or store richtextbox data into database and how to display richtextbox data from database in gridview using asp.net read more...

add a comment |category: |Views: 15

tags: another

How to use ZoneInfo/TZ Time Zones in .Net Applications(www.diaryofaninja.com)

submitted by wiredonewiredone(917) 11 months, 26 days ago

I recently had a need to implement Unix Time Zone support using a TZ database. This list of Time Zones is widely used by Unix systems around the world as their source of Time Zone information. Sadly Microsoft’s .Net framework doesn’t have any support for this library – but like other parts of the framework that developers have found to be lacking, there is a library out there to fill the gap. read more...

add a comment |category: |Views: 0

tags: another