Richard

Stories kicked by Richard

Introducing Rx (Linq to Events) AKA Reactive Framework(themechanicalbride.blogspot.com)

submitted by sgoguensgoguen(70) 2 years, 9 months ago

It appears that the Silverlight 3 Toolkit has included the upcoming Reactive Framework in with it. If you haven't been following, the Reactive Framework should do to event-based and asynchronous programming what LINQ did to working with lists, sets, queries, etc. read more...

add a comment |category: |Views: 524

tags: another

New name for ALT.NET(blog.robustsoftware.co.uk)

submitted by MintmanMintman(280) 3 years ago

I've always felt the name ALT.NET to be quite elitist, here I suggest an alternative. read more...

add a comment |category: |Views: 16

tags: another

A Closable jQuery Plug-in(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 1 month ago

I've found it very useful to have a closeable plug-in that hide the content of an HTML element providing a visual close image cue. Almost every UI I build these days requires either closing pop up windows or even more commonly requires that items are removed and visually hidden which usually implies 'close' behavior. In addition to removing a bunch of HTML markup, having a plug-in is also quite useful for server controls especially if multiple behaviors (plug-ins) need to be applied. read more...

1 comment |category: |Views: 295

tags: another

Don’t Get Bit By Lazy Evaluation(codethinked.com)

submitted by mattman206mattman206(305) 3 years, 1 month ago

A very good explanation of how delayed evaluation can cause subtle problems in your code. read more...

add a comment |category: |Views: 299

tags: another

Load User Controls with ASP.Net AJAX(blog.tboda.com)

submitted by lobsterinolobsterino(320) 3 years, 1 month ago

Dynamically load user controls using ASP.NET Ajax with no postback and without corrupting the viewstate. Example source code included. read more...

add a comment |category: |Views: 32

tags: another

Alt.Net Podcast Episode 17: The State of Alt.Net(altnetpodcast.com)

submitted by javeryjavery(5523) 3 years, 2 months ago

Mike Moore talks with Scott Bellware about the state of Alt.Net read more...

2 comments |category: |Views: 126

tags: another

12+ open source projects for .NET you probably didn’t know about.(blog.webdistortion.com)

submitted by squiggssquiggs(585) 3 years, 2 months ago

Here’s a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. read more...

1 comment |category: |Views: 1932

tags: another

Use jQuery to catch and display ASP.NET AJAX service errors(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 2 months ago

An example of how to detect errors that occur when requesting ASP.NET AJAX web services and page methods with jQuery, how to handle them, and how to more attractively present errors to the user. read more...

1 comment |category: |Views: 263

tags: another

A cool puzzle game for programmers, written in Silverlight(robozzle.com)

submitted by igoroigoro(815) 3 years, 3 months ago

The goal of the game is to program a robot to pick up stars. The puzzles are submitted by other users, and ranked by difficulty based on votes. read more...

3 comments |category: |Views: 567

tags: another

ASP.NET MVC 1.0 Release Candidate Now Available(weblogs.asp.net)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

Finally Scott Guthrie announced ASP.NET MVC 1.0 RC. Check it out. read more...

2 comments |category: |Views: 239

tags: another

Silverlight HomePage is a good Laugh!(west-wind.com)

submitted by leedumondleedumond(2144) 3 years, 4 months ago

Silverlight is going to be center stage today with the Silverlight player being chosen for providing Web viewing of Obama’s inauguration. That’s great for promotion… but… there’s always a but. A big butt in this case. read more...

add a comment |category: |Views: 406

tags: another

jQuery 1.3 Released(blog.jquery.com)

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

"The jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone in to this release and we're really quite proud of it. " read more...

add a comment |category: |Views: 480

tags: another

SubSonic 3.0 Preview 2(blog.wekeroad.com)

submitted by jkealeyjkealey(235) 3 years, 6 months ago

Rob Conery: Over the last week I've made massive improvements and upgrades to SubSonic 3.0 and the templates that it comes with. I haven't been this obsessive and inspired since I created SubSonic in the first place, and I have to tell you I am more than stoked to see this pull together. read more...

1 comment |category: |Views: 438

tags: another

Microsoft kills Linq to SQL(ayende.com)

submitted by JonSagaraJonSagara(310) 3 years, 6 months ago

Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. read more...

5 comments |category: |Views: 1388

tags: another

Client Templating with jQuery(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 7 months ago

Client templating in Javascript can be a great tool to reduce the amount of code you have to write to create markup content on the client. There are a number of different ways that templating can be accomplished from a purely manual approach to a full templating engine. In this entry I'll look at several different approaches. read more...

add a comment |category: |Views: 327

tags: another

ALT.NET Podcast 11: jQuery in ASP.NET(altnetpodcast.com)

submitted by powerrushpowerrush(3873) 3 years, 7 months ago

In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, Scott Koon, and Steven Harman discuss Microsoft’s jQuery in ASP.NET announcement. read more...

2 comments |category: |Views: 195

tags: another