jstangroome

Stories kicked by friends of jstangroome

Generating Documents with the Open XML SDK – Part 1(cultivatingcode.com)

submitted by jburgerjburger(815) 1 year, 10 months ago

Part one in a series that shows how generating data rich word documents is possible through the power of the Open XML SDK v2. read more...

add a comment |category: |Views: 36

tags: another

Resharper live templates: drop down lists(cultivatingcode.com)

submitted by jburgerjburger(815) 2 years, 3 months ago

Today I thought I’d highlight a simple, yet useful feature in Resharper 5 EAP that doesn’t currently receive much press: Custom Live templates can now use drop down lists. read more...

add a comment |category: |Views: 5

tags: another

Mapping Many to Many relationships using Fluent NHibernate(www.mattlong.com.au)

submitted by mattdlongmattdlong(90) 2 years, 3 months ago

In my previous posts I went over the basics of mapping objects to traditional relational database tables and mapping relationships using Fluent NHibernate. One relationship I neglected to discuss in the previous post was a Many to Many relationship and how it is mapped using Fluent NHibernate, that is going to be the topic of today’s post. read more...

2 comments |category: |Views: 759

tags: another

Five things I don't like about F#(cultivatingcode.com)

submitted by jburgerjburger(815) 2 years, 3 months ago

Jim - a passionate F# developer - attempts to direct some constructive criticism regarding the latest CTP of the F# language. read more...

add a comment |category: |Views: 17

tags: another

Translating lambda expressions(cultivatingcode.com)

submitted by jburgerjburger(815) 2 years, 3 months ago

A post describing the continuing growth of declarative programming styles in languages on the CLR, and some tips on how to translate Expression constructs to and from F#. read more...

add a comment |category: |Views: 11

tags: another

XNA 2D Collision Detection(www.progware.org)

submitted by iwannisiwannis(452) 2 years, 4 months ago

An introduction to some basic 2D collision detection methods in XNA. read more...

add a comment |category: |Views: 412

tags: another

Can't think of a good class name?(classnamer.com)

submitted by rimsystemsrimsystems(6119) 4 years, 2 months ago

Try this read more...

11 comments |category: |Views: 121

tags: another

Implement an Option Strict on Checkin Policy(nervoustych.com)

submitted by jburgerjburger(815) 4 years, 2 months ago

Code examples on how to force your VB using friends to use Option Strict or not check in using VB9 LINQ to XML language features. read more...

add a comment |category: |Views: 13

tags: another

Using .NET XSLT Extension Objects(nervoustych.com)

submitted by jburgerjburger(815) 4 years, 5 months ago

How to leverage the CLR from your XSL Transformations. read more...

add a comment |category: |Views: 159

tags: another

Expresso - a Great Regular Expression Tool (dev102.blogspot.com)

submitted by razamitrazamit(4566) 4 years, 5 months ago

This one is for all you guys who are tired of pressing F5 over and over in Visual studio just to see if you got the Regular expression right, I know got tired of it and that's how i found this tool. read more...

2 comments |category: |Views: 114

tags: another

Learn Model-View-Presenter in ASP.NET Screencast(pnpguidance.net)

submitted by PnPGuidancePnPGuidance(30) 4 years, 5 months ago

Learn how to implement Model-View-Presenter in ASP.NET. The screencast discusses two Model-View-Presenter QuickStarts shown in the MVP Bundle from Microsoft Patterns & Practices, focusing on view-presenter communication, depenency injection, and mock frameworks. read more...

add a comment |category: |Views: 86

tags: another

Why you shouldn't upgrade to VS 2008(blog.dmbcllc.com)

submitted by davembushdavembush(15) 4 years, 5 months ago

Top 10 excuses for not upgrading. You've probably heard a few yourself. read more...

add a comment |category: |Views: 212

tags: another

ASP.NET MVC: Prevent XSS with automatic HTML encoding(blog.codeville.net)

submitted by desmonddesmond(2014) 4 years, 5 months ago

Tired of having to remember to HTML-encode all your strings to prevent cross-site-scripting? Here's a way to change the ASPX page compilation process so that output is correctly encoded by default. read more...

add a comment |category: |Views: 558

tags: another

Playing Jazz with Test-Driven Development(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 5 months ago

Test Driven Development is NOT about just making it up as you go along. Here's why... read more...

add a comment |category: |Views: 1

tags: another

Upgrading to Team Foundation Server 2008 Workgroup Edition(codeassassin.com)

submitted by jburgerjburger(815) 4 years, 5 months ago

The Code assassin warns of potential SQL collation dramas when upgrading to the latest Team Foundation Server. read more...

add a comment |category: |Views: 75

tags: another

Writing Testable Code Is About Managing Complexity(haacked.com)

submitted by davehoguedavehogue(160) 4 years, 6 months ago

One of the key benefits of the new ASP.NET MVC framework is improved testability of web applications. Phil Haack talks about why improved testability is good and how it helps to manage complexity and separate concerns. read more...

add a comment |category: |Views: 9

tags: another