By tag: open
0
kicks
Open Source Interactive WPF image cropper control released
Although there are already some good articles on how to crop an image in WPF, the ones We tried out did not fit out requirements, so we decided to write our own control. Our control extends the regular Image control, so you can use the all of the features you are used to have.
That’s it in a nutshe...
0
kicks
NPOI with Excel Table and dynamic Chart
NPOI is a great open source project that enables us to create Excel spreadsheets in code using Microsoft .Net Framework. A reader of my blog commented on the post titled Creating Excel spreadsheets .XLS and .XLSX in C# about a problem he was having to get NPOI working with an Excel table bound to a ...
0
kicks
Use Event Aggregator to make your application more extensible
Recently, in KiGG/DotNetShoutout we have integrated Twitter, nothing complex, very basic thing like when a story is submitted or appears in the front page it will broadcast in Twitter and like our feed it will post the short url of the original story (Cant resist to do some shameless marketing f...
0
kicks
Use Bootstrapper in Your ASP.NET MVC Application and Reduce Code Smell
In this post, I will how you can use a simple bootstrapper to make your application more extensible. In a typical ASP.NET MVC application you will find there are lots of thing going on in Application_Start, like configuring your IoC/DI, registering routes, model binders etc. The following is the cod...
0
kicks
Forms interaction with ASP.NET MVC (screencast)
This screencast is a short demonstration on how you can handle form interactions using the ASP.NET MVC framework.
0
kicks
System.Web.MVC, Rhino Commons, Castle Active Record, Nhibernate, Part
Rhino.Commons, AR & NHibernate was the right decision for my project, but I’ve made a conscious effort to shield the MVC web site application from having any knowledge of their existence. This was done to achieve greater separation of layers and fewer direct dependecies.
0
kicks
SubSonic ASP.NET Providers
I am announcing the SubSonic ASP.NET Providers (now only Membership and Roles) using the SubSonic DAL and the official Beta 1 release.