deason

Stories kicked by deason

Refactor ForEach to Join(kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years, 10 months ago

Have you ever noticed the goofy logic that must be used to do simple things like creating a comma-delimited string? read more...

add a comment |category: |Views: 12

tags: another

Awful Command Line Parsing API in .NET 4.0(tirania.org)

submitted by KhabaKhaba(125) 3 years, 3 months ago

Miguel de Icaza about System.Core's new System.Shell.CommandLine read more...

add a comment |category: |Views: 525

tags: another

Googleman - Quite possibly the best WPF application ever(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 3 months ago

Googleman is a fun and pointless application for launching Google.com in the style of the Batman 60s TV show, complete with spinning Google logo and sound effects. Now when a friend or co-worker says “To Google!” you can open your favourite search engine in style. Googleman uses WPF and is written using the MVP pattern. read more...

1 comment |category: |Views: 1229

tags: another

A .NET Open Source Project Retrospective: Json.NET(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 3 months ago

A look inside the development of a .NET open source project. What went right and what went wrong and lessons learnt along the way. read more...

add a comment |category: |Views: 294

tags: another

Time released content in ASP.NET(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 4 months ago

"While working on the PDC2008 website, we had several time-critical updates. There were some announcements that needed to go live on the website at specific times to coincide with other marketing, there were updates to the list of of software being given to attendees that needed to go live right after the keynotes in which they were announced, etc." read more...

add a comment |category: |Views: 284

tags: another

jQuery Alert Dialogs(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

Cory S.N. LaViska (creator of one of my favorite jQuery Plugins – contextMenu.js) released version 1.0 of jQuery Alert Dialogs a few days ago. It looked interesting and worth some investigation. To test things out I decided to try and recreate the dialogs from one of my earlier posts ASP.NET Popup Message Box User Control which was originally based off a post by Janko. read more...

add a comment |category: |Views: 124

tags: another

Migrations in C# using RikMigrations(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 5 months ago

Jealous of those pesky Ruby on Rails developers? Want to be able to use Migrations in your .net apps? Well then check this post out! read more...

add a comment |category: |Views: 308

tags: another

.NET Database Migration Tool Roundup(flux88.com)

submitted by simonechsimonech(10.1k) 3 years, 11 months ago

A overview of all the available DB Migration tools available on the .NET platform read more...

add a comment |category: |Views: 658

tags: another

Saving time and effort with advanced Monorail features(gojko.net)

submitted by gojkogojko(1115) 4 years ago

In the third part of the Castle tutorial, we look into the features of Monorail that allow us to save a lot of time and effort when developing web applications. We explore advanced Monorail concepts that help us delegate error processing and authentication to the framework and reuse templates. We also look into how Monorail integrates nicely with ActiveRecord to automatically load and modify database objects based on HTML forms. read more...

add a comment |category: |Views: 4

tags: another

RikMigrations 0.2 Released(rikware.com)

submitted by deasondeason(185) 4 years ago

New release of .NET database migrations library. read more...

1 comment |category: |Views: 4

tags: another

Using AjaxRepeater Control, ASP.NET AJAX (blog.devarchive.net)

submitted by kirchikirchi(240) 4 years ago

Recently after reading blog post Ajax Templates by Nikhil Kothari I really liked the idea, the source code is great, and the control is huge help for AJAX development. In this blog post I want to share what I learned after investigating sample more carefully, and in what scenarios I feel this control is doing it's job quite well. read more...

add a comment |category: |Views: 48

tags: another

TimeSpanPicker released under BSD(rikware.com)

submitted by deasondeason(185) 4 years ago

A BSD licensed Windows Forms control for editing TimeSpan values. read more...

add a comment |category: |Views: 47

tags: another

LINQ to SQL Batch Updates/Deletes: Fix for 'Could not translate expres(aneyfamily.com)

submitted by terry.aneyterry.aney(115) 4 years, 1 month ago

I've found and posted a new fix in the code from my original post: Batch Updates and Deletes with LINQ to SQL. I'm not sure of the etiquette for this sort of thing: new post (like I'm doing) or just a comment in the original post. I want to be sure to make anyone who downloaded my code aware of an issue/fix (assuming they are monitoring via a RSS feed). read more...

add a comment |category: |Views: 23

tags: another

A C# fluent repeater(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

A fully-featured fluent class used for repeating method calls, handle exceptions, callbacks and more... Just plug-and-play and start repeating stuff! read more...

1 comment |category: |Views: 51

tags: another

Batch Updates and Deletes with LINQ to SQL(aneyfamily.com)

submitted by terry.aneyterry.aney(115) 4 years, 1 month ago

A couple weeks ago, I read the article, LINQ to SQL Extension: Batch Deletion with Lambda Expression by Jeffrey Zhao. In case you didn't read the article, it discusses the downside of most O/R Mapping frameworks when it comes to multiple updates or deletes. He states the fact that a SQL statement for each row flagged as update/delete in the entity set is created. I went about implementing something similar to what Jeffrey envisioned and I'll explain some of the hurdles I had to overcome to achieve it. read more...

add a comment |category: |Views: 336

tags: another

Ajax Templates(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 1 month ago

A prototype for an Ajax templating solution, combined with an Ajax-friendly server-side solution based on asp.net server controls. read more...

add a comment |category: |Views: 38

tags: another