Stories recently tagged with 'source'

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

Anatomy of a Silverlight Game: Avoid Mistakes Building Online Games(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

Last week I created a document that incorporates my experiences developing the Shock Silverlight online game so far. The document discusses the basics of online games in Silverlight and has a lot of practical examples (code) and a working project that you can use to build your own game. Don't make the mistakes I did! Happy coding! read more...

add a comment |category: |Views: 27

tags: another

Have you ever wanted to monitor a website for changes?(dink.no-ip.info)

submitted by hughesdohughesdo(59) 3 years, 7 months ago

Here is a free and handy tool to have around for anyone that has ever wanted to monitor when a web site has changed. This is a very small install and a very small task to alert you when your favorite page has a new update. RadPop also hides so that it is nearly unnoticeable. The program nicely alerts you to when changes occur with a MSN style popup. You can configure it to continually watch for changes to your favorite pages by dragging it to your startup folder. read more...

add a comment |category: |Views: 48

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

Check In the freaking code!!!??!!(adronbhall.com)

submitted by adronadron(835) 4 years, 10 months ago

I was pondering recently the various methods a team could go about assuring good check ins into source control. I would assume that much of a check in, build, and source repository's tasks can be automated. Continuous build integration is a good part of assuring check ins aren't breaking things they should not be. read more...

add a comment |category: |Views: 2

tags: another

Top 10+ source code search engines(plentyofcode.com)

submitted by bayarsaikhanbayarsaikhan(830) 4 years, 10 months ago

Programmers are coding and coding in somewhere for some purpose. I wonder how many lines of code is written in a minute on the world :) I guess thousands of lines. But most them are coding the same snippets of code again and again. I always used "Koders" not to reinvent america, means not to rewrite the codes someone else have already solved. There are plenty of code search engines out there to serve us (programmers) with the millions of lines of codes to fasten our job. So you can use the following code search engines for this purpose read more...

add a comment |category: |Views: 25

tags: another

A Better View On Your Coding Community!(codefeeds.com)

submitted by deksildeksil(10) 5 years ago

A great site that aggregates the top coding-related feeds in one convenient and easy-to-use location. Filter information by providers, topics and keywords in order to quickly find the information that you need. read more...

add a comment |category: |Views: 3

tags: another

CodePlex to support anonymous repository access(ccnetconfig.org)

submitted by camalotcamalot(630) 5 years, 2 months ago

Jim Newkirk, the CodePlex Product Unit Manager, posted some more information on some of the new features that will be coming on April 2nd in response to my last post on this topic. read more...

add a comment |category: |Views: 6

tags: another