fehaar

Stories submitted by fehaar

Standalone Silverlight Apps with Full Trust(geekswithblogs.net)

submitted by fehaarfehaar(580) 3 years, 9 months ago

Laurent shows that it is possible to distribute Silverlight Apps as a single .hta file that can run in full trust. read more...

add a comment |category: |Views: 93

tags: another

Compressing your audio in XNA(dolittle.com)

submitted by fehaarfehaar(580) 3 years, 10 months ago

An easy to use guide for a setting everyone can use until comression of audio becomes a real feature in XNA. read more...

add a comment |category: |Views: 12

tags: another

Web Deployment projects on 2005(weblogs.asp.net)

submitted by fehaarfehaar(580) 4 years ago

ScottGu describes how to use Web Deployment Projects for VS 2005. read more...

1 comment |category: |Views: 25

tags: another

XNA Tweener Library(fehaar.blogspot.com)

submitted by fehaarfehaar(580) 4 years, 1 month ago

An XNA 2.0 library for creating 2D animation, Flash style. read more...

add a comment |category: |Views: 32

tags: another

Changing visibility with extension methods(ayende.com)

submitted by fehaarfehaar(580) 4 years, 1 month ago

Ayende shows a great technique for using extension methods to work around "protected" limitations for testing. read more...

add a comment |category: |Views: 3

tags: another

More MVC mockery(fehaar.blogspot.com)

submitted by fehaarfehaar(580) 4 years, 1 month ago

A follow up post to the last post on using mocks for testing Routes in the MVC framework. read more...

add a comment |category: |Views: 2

tags: another

MVC: Mocking HttpContext for testing routes(fehaar.blogspot.com)

submitted by fehaarfehaar(580) 4 years, 2 months ago

ScottGu skipped quickly over how to mock the HttpContext for routes. Here it is shown how you can do it. read more...

add a comment |category: |Views: 175

tags: another

CodeBehind in ASP.NET Handlers(fehaar.blogspot.com)

submitted by fehaarfehaar(580) 4 years, 3 months ago

Visual Studio cannot not make HttpHandlers (ASHX) files CodeBehind when creating them, you need to jump through some hoops to make it so. This post describes them. read more...

add a comment |category: |Views: 0

tags: another

ASP.NET AJAX templating technique(weblogs.asp.net)

submitted by fehaarfehaar(580) 4 years, 4 months ago

Scott shows off a really cool way of using AJAX with custom web controls to make complex AJAX UI easier - without using UpdatePanels read more...

1 comment |category: |Views: 39

tags: another

The Interface Tax(fehaar.blogspot.com)

submitted by fehaarfehaar(580) 4 years, 6 months ago

A little piece on the YAGNI of interfaces. read more...

add a comment |category: |Views: 1

tags: another

.NET Ajax TreeView control(codeclimber.net.nz)

submitted by fehaarfehaar(580) 4 years, 7 months ago

Simone has done some research in getting an efficient dynamic TreeView component for ASP.NET. read more...

add a comment |category: |Views: 687

tags: another

Back to strongarming(fehaar.blogspot.com)

submitted by fehaarfehaar(580) 4 years, 8 months ago

Further development in the Cansdale vs. Microsoft case has filled my cup. SharpDevelop - here I come. read more...

1 comment |category: |Views: 1

tags: another

TDD Anti-Patterns(blog.james-carr.org)

submitted by fehaarfehaar(580) 5 years, 3 months ago

While not being entirely constrained to dot net, the article gives a useful set of anti-patterns for determining when your TDD smells bad. read more...

add a comment |category: |Views: 24

tags: another

Explorer WebServer here shortcut(weblogs.asp.net)

submitted by fehaarfehaar(580) 5 years, 4 months ago

A nifty tip for getting a Development web server up and running quickly without usíng Visual Studio. read more...

add a comment |category: |Views: 3

tags: another

Infinite Loops: The CodeExpressionBuilder(infinitiesloop.blogspot.com)

submitted by fehaarfehaar(580) 5 years, 6 months ago

An ASP.NET component that allows you to add code expressions in your server tags in a clean and efficient way. read more...

add a comment |category: |Views: 44

tags: another