JimmyBay

Stories kicked by JimmyBay

DotNet Ajax Frameworks(ajaxpatterns.org)

submitted by pedrolimapedrolima(60) 4 years, 10 months ago

DotNet Ajax Frameworks Wiki read more...

add a comment |category: |Views: 26

tags: another

Use the PageRequestManager to Get More Control of Your UpdatePanels.(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 10 months ago

The ASP,NET AJAX framework provides a new client-side JavaScript class that defines properties, events, and methods that can be used to on any page that has at least one UpdatePanel and a ScriptManager control. Use this class to take back control of your UpdatePanels and the pages they live on. read more...

1 comment |category: |Views: 17

tags: another

Ways to revert a database to pre-Test state after Unit testing (weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 10 months ago

A few ways on how to revert a database to pre-testing state after test completion read more...

1 comment |category: |Views: 26

tags: another

Design Dilemma - Using AOP to Track Object State(blogs.ittoolbox.com)

submitted by alexexmachinaalexexmachina(1020) 4 years, 10 months ago

In this follow-up to my previous dilemma, I explain, in greater detail, the pros and cons to using AOP for object state tracking. I also explain the difference between runtime and compile time weaving and discuss the "guts" of each. If you're new to AOP or interested, you should give this a once-over. read more...

add a comment |category: |Views: 2

tags: another

Open Source DotNetKicks?(blog.incremental.ie)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 10 months ago

A few long months ago I announced my intention to fully open source the DotNetKicks.com codebase. Due to recent work commitments this process has taken much longer that I had wished; the good news now is that it is very close to an initial beta release. read more...

2 comments |category: |Views: 18

tags: another

Writing a DSL using nested lambda's in C# 3.0(blog.bittercoder.com)

submitted by bittercoderbittercoder(150) 4 years, 10 months ago

An example of creating a nested DSL using C# 3.0's Lambda's, allowing for tree-like declarations to be coded in a more natural fashion. read more...

2 comments |category: |Views: 918

tags: another

CI Factory 0.8 Final Release!(jayflowers.com)

submitted by jflowersjflowers(1860) 4 years, 10 months ago

Announcing the final release for CI Factory 0.8.0.165. There have been a few surprises in getting the final out the door. read more...

add a comment |category: |Views: 0

tags: another

Mocking a Web Service Proxy(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 10 months ago

A simple howto for mocking a web service proxy class. read more...

2 comments |category: |Views: 143

tags: another

Influential Books(codebetter.com)

submitted by markheathmarkheath(1485) 4 years, 10 months ago

Jeremy Miller shares a list of books that have influenced him, mainly on software design, patterns and programming methodologies. read more...

1 comment |category: |Views: 11

tags: another

Regionerate, a Code Layout tool for C#(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 10 months ago

A cool product for automatically generating and laying out your code into regions. read more...

add a comment |category: |Views: 13

tags: another

In-Depth: The UpdatePanel ASP.NET AJAX Server Control: Triggers and Up(mattberseth.com)

submitted by k000derk000der(4765) 4 years, 10 months ago

In depth article of UpdatePanel: Using Triggers and UpdateMode read more...

add a comment |category: |Views: 159

tags: another

CSSVista(sitevista.com)

submitted by lenrocklenrock(75) 4 years, 10 months ago

CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously read more...

add a comment |category: |Views: 1

tags: another

Creating FxCop rules with F#(langexplr.blogspot.com)

submitted by feddrfeddr(220) 4 years, 10 months ago

In this post I'm going to show a little example of a FxCop rule created with F#. read more...

add a comment |category: |Views: 21

tags: another

Some Groundrules for Interfaces(evanhoff.com)

submitted by ehoffehoff(980) 4 years, 10 months ago

A few groundrules for using interfaces in your code can help maintainability go a long way. read more...

1 comment |category: |Views: 4

tags: another

Soup to Nuts: WPF Enterprise Example with “Rails”(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 10 months ago

This article demonstrates some best practices for developing WPF applications. A complete “enterprise” ready architecture is recommended covering everything from data access to presentation. Of particular interest is an MVP UI framework inspired by “Rails” which is included with the downloadable solution. read more...

1 comment |category: |Views: 56

tags: another

Unit of Work for Webservices(evanhoff.com)

submitted by ehoffehoff(980) 4 years, 10 months ago

Here is a simple implementation of the Unit of Work pattern for webservices.. read more...

1 comment |category: |Views: 60

tags: another