bradygaster

Stories submitted by bradygaster

Coding Instinct: Content Management & Application Development(codinginstinct.com)

submitted by bradygasterbradygaster(4897) 3 years, 9 months ago

A short discussion about the perils of CMS systems and an introduction into how one particular CMS tool can solve some of the problems. read more...

add a comment |category: |Views: 11

tags: another

Drag-to-Scroll in WPF(blogs.vertigo.com)

submitted by bradygasterbradygaster(4897) 3 years, 9 months ago

Excellent blog post describing a simple way to allow users the ability to drag-and-scroll in your WPF applications. read more...

add a comment |category: |Views: 617

tags: another

TuneTweeter(bradygaster.com)

submitted by bradygasterbradygaster(4897) 3 years, 10 months ago

A simple WPF app with a simple goal - Monitor iTunes. Whenever the song iTunes is playing changes, post some information about that song to the user's Twitter account. Beta testers and suggestions welcome. read more...

4 comments |category: |Views: 105

tags: another

XAML Templates Resource(xamltemplates.net)

submitted by bradygasterbradygaster(4897) 3 years, 10 months ago

Nice site with lots of free and not-so-free XAML templates and styles. read more...

add a comment |category: |Views: 946

tags: another

Create and apply custom themes with WPF(blog.rioterdecker.net)

submitted by bradygasterbradygaster(4897) 3 years, 10 months ago

Concise blog post demonstrating how to apply themes and styles using WPF. read more...

add a comment |category: |Views: 1089

tags: another

Dependency Infection(beefycode.com)

submitted by bradygasterbradygaster(4897) 3 years, 10 months ago

Relatively pragmatic statement describing the major shortcoming of all the IoC thingamabobs out there. The main point - each requires special steps that eventually add to the complications. read more...

add a comment |category: |Views: 16

tags: another

WCF Callbacks; a beginners guide(idunno.org)

submitted by bradygasterbradygaster(4897) 3 years, 10 months ago

If you're in need of an event-based responsive system that will use WCF services this article is for you. I spent two days working on a way to build a WCF solution that would respond to changes on the server to no avail. Then I read this article, finally understood the way Publish-Subscribe SHOULD work in WCF, and made my goal a reality. Happy day... read more...

add a comment |category: |Views: 355

tags: another

News Ticker View for Graffiti CMS(bradygaster.com)

submitted by bradygasterbradygaster(4897) 3 years, 11 months ago

Quick custom view file that allows for prototype-js-based auto-rotation of post titles as links to the posts themselves. read more...

add a comment |category: |Views: 30

tags: another

Do our visual tools harm our innovation?(codebetter.com)

submitted by bradygasterbradygaster(4897) 3 years, 11 months ago

Amazing post by Jeremy Miller asking some important questions. How many times have you procrastinated with visual tools that eventually slowed your development process and made your code quality diminish? read more...

add a comment |category: |Views: 150

tags: another

Enable WPF/Windows Forms Interoperability with WPF Commands(devx.com)

submitted by bradygasterbradygaster(4897) 3 years, 11 months ago

Interop between Windows Forms and WPF. read more...

add a comment |category: |Views: 20

tags: another

ASP.NET MVC, JSON, and Prototype(bradygaster.com)

submitted by bradygasterbradygaster(4897) 3 years, 11 months ago

Using Prototype to communicate with the ASP.NET MVC framework using JSON. read more...

add a comment |category: |Views: 109

tags: another

SimpleTemplate(simpable.com)

submitted by bradygasterbradygaster(4897) 3 years, 11 months ago

Great example of how nvelocity can be used in conjunct with tdd. pretty cool. read more...

add a comment |category: |Views: 12

tags: another

Log4Net Tutorial pt 1: Getting Started(beefycode.com)

submitted by bradygasterbradygaster(4897) 3 years, 11 months ago

Excellent tutorial for the average noob who's looking to get started using Log4Net. read more...

add a comment |category: |Views: 2285

tags: another

101 LINQ Samples(msdn.microsoft.com)

submitted by bradygasterbradygaster(4897) 3 years, 11 months ago

Great resource on some of the basic tricks you can perform with Linq, from MSDN. read more...

add a comment |category: |Views: 30

tags: another

How to Build Your Very Own Provider Model - Part 1(csharpfeeds.com)

submitted by bradygasterbradygaster(4897) 4 years ago

Writing such a provider model is helpful for your applications in many ways. There are many circumstances where you can't do much with the default provider model in .NET. Before the birth of .NET Framework 2.0 and introduction of provider models in this version, there were many third party implementations of providers for different products so the provider model is not a very complicated thing to implement but it's not documented very well so this post series would help it a lot. read more...

add a comment |category: |Views: 16

tags: another

Writing CDs with C# and Windows XP's ICDBurn Interface(codeguru.com)

submitted by bradygasterbradygaster(4897) 4 years ago

Neat article on some more low-level love than typically posted. read more...

add a comment |category: |Views: 66

tags: another