Stories recently tagged with 'open'

Open Source Interactive WPF image cropper control released(teamdistinction.com)

submitted by akosfakeakosfake(65) 1 year, 10 months ago

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 nutshell. It’s a simple interactive image cropping control written in WPF and C#. read more...

add a comment |category: |Views: 335

tags: another

NPOI with Excel Table and dynamic Chart(leniel.net)

submitted by lenielleniel(504) 2 years, 7 months ago

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 chart. The chart should get updated whenever new data is inserted into the table. NPOI doesn't achieve what the user desires at first but in this post I experiment a workaround to the problem so that you can use NPOI to insert new data on a template spreadsheet that has a table bound to chart. Read on... read more...

add a comment |category: |Views: 361

tags: another

Use Event Aggregator to make your application more extensible(weblogs.asp.net)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 2 months ago

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 for DotNetShoutout). Since it is a new requirement, initially I have modified the StoryService constructor to include the twitter client as a new argument and use it after the story is added in the database, the code is something like the following:... read more...

1 comment |category: |Views: 412

tags: another

Use Bootstrapper in Your ASP.NET MVC Application and Reduce Code Smell(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 3 months ago

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 code snippet of latest Oxite... read more...

add a comment |category: |Views: 458

tags: another

Forms interaction with ASP.NET MVC (screencast)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 8 months ago

This screencast is a short demonstration on how you can handle form interactions using the ASP.NET MVC framework. read more...

add a comment |category: |Views: 109

tags: another

System.Web.MVC, Rhino Commons, Castle Active Record, Nhibernate, Part (michaelhanney.com)

submitted by mhanneymhanney(25) 3 years, 11 months ago

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

add a comment |category: |Views: 224

tags: another

SubSonic ASP.NET Providers(weblogs.asp.net)

submitted by zowenszowens(988) 4 years, 7 months ago

I am announcing the SubSonic ASP.NET Providers (now only Membership and Roles) using the SubSonic DAL and the official Beta 1 release. read more...

1 comment |category: |Views: 26

tags: another