jstangroome

Stories kicked by 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

Code Coverage Delta with Team System and PowerShell(codeassassin.com)

submitted by jstangroomejstangroome(665) 3 years, 2 months ago

A PowerShell script that locates the two most recent successful TFS builds and outputs a list of classes whose coverage has changed between those builds, citing the change in the number of blocks not covered. read more...

add a comment |category: |Views: 20

tags: another

Automating builds and publishing with CruiseControl.Net(cyberkruz.com)

submitted by CyberkruzCyberkruz(45) 3 years, 2 months ago

A simple tutorial on how to automate builds and publishes with CruiseControl in a corporate environment. read more...

add a comment |category: |Views: 54

tags: another

Practice Your Code-Fu: Programming Exercises, Puzzles, & Contests(grok-code.com)

submitted by grokcodegrokcode(25) 3 years, 2 months ago

A list of sites for keeping your programming skills fresh. Sites for practicing your coding chops, showing off your programming skills, and competing for fame and fortune. Exercise your brain by untangling obfuscation, applying algorithms knowledge, growing your inner math geek, or playing a bit of code golf. read more...

add a comment |category: |Views: 14

tags: another

Functional C# - Unfolding Lists(codebetter.com)

submitted by cls2degcls2deg(1535) 3 years, 11 months ago

Very nice post on implementing ideas from functional programming with C#. read more...

add a comment |category: |Views: 353

tags: another

Using IDisposable and Lambdas for temporary values(codeassassin.com)

submitted by jstangroomejstangroome(665) 4 years ago

Overriding a property value with a new value, only for the duration of a using block. read more...

add a comment |category: |Views: 13

tags: another

spec# & dbc(codebetter.com)

submitted by GooseGoose(30) 4 years ago

For everyone! read more...

add a comment |category: |Views: 1

tags: another

Completely free PDF .NET library written in C#(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 4 months ago

Want to add PDF support to your .NET project. Try this. Open Source library to create/edit PDF files. With unrestricted license to change, sell, sublicense. read more...

5 comments |category: |Views: 7498

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

Guerrilla refactoring, or "How to bring down a totalitarian regime"(codebetter.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 5 months ago

Funny post on Guerrilla refactoring. read more...

1 comment |category: |Views: 3

tags: another

3 Open Source Apps I'm Thankful For(bloodyflux.com)

submitted by wvdominickwvdominick(480) 4 years, 6 months ago

I'm thankful for a lot of things right now, but here are 3 open source applications that I'm truly thankful for. Happy Thanksgiving! read more...

1 comment |category: |Views: 7

tags: another

The Virtual Tarball(jondavis.net)

submitted by stimpy77stimpy77(1271) 4 years, 6 months ago

The Virtual Tarball spec proposal - a rough draft. read more...

add a comment |category: |Views: 1

tags: another

UDDI is (Not) Dead?(devlicio.us)

submitted by jimmy.sjimmy.s(330) 4 years, 6 months ago

Over year ago Ed Gibbs asked the same question. Well it wasn't question maybe, however point is that UDDI may not be such dead yet. Some time ago I dug out that and I think it still can be useful. There are some conclusions. read more...

1 comment |category: |Views: 3

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

MVC or MVP Pattern – Whats the difference?(blogs.infragistics.com)

submitted by uadozeruadozer(650) 4 years, 6 months ago

This awesome post explains differences between MVP and MVC patterns using VS Class Diagrams read more...

3 comments |category: |Views: 611

tags: another

Announcing Microsoft Search Server 2008 Express(microsoft.com)

submitted by johnmanjohnman(1280) 4 years, 6 months ago

Ever wanted to index your intranet, external sites, documents etc but didn't know how.....well there are various alternatives (.net flavours of lucene), solr, nutch but now Microsoft have just announced they are releasing an Express edition of their search server with no document limits. Sounds good and worth a look. Original blog post here: http://blogs.msdn.com/enterprisesearch/archive/2007/11/06/announcing-microsoft-search-server-2008-express.aspx John read more...

2 comments |category: |Views: 5

tags: another