fiendish50

Stories kicked by fiendish50

Review of SubSonic 3 from a SubSonic 2.x user perspective(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 2 years, 9 months ago

A quick review of SubSonic 3.0.0.3 from the perspective of a developer who's implemented SubSonic 2.x on numerous projects. An overview of initial likes and dislikes and a little bit of code snippets to bring back 2.x functions missing from 3.0. read more...

4 comments |category: |Views: 578

tags: another

MSSQL SERVER 2008 New Features for Developers(dogaoztuzun.com)

submitted by UnquaLeUnquaLe(375) 4 years, 6 months ago

MSSQL SERVER 2008 New Features for Developers read more...

1 comment |category: |Views: 19

tags: another

Ajax with the ASP.NET MVC Framework(nikhilk.net)

submitted by NikhilKothariNikhilKothari(1190) 4 years, 6 months ago

This post presents a few basic Ajax features (similar to partial rendering and behaviors in terms of concepts) running on top of the ASP.NET MVC framework... some early ideas, experimentation and app-building results. read more...

add a comment |category: |Views: 23

tags: another

Ruby.NET 0.9 released (first community OS version)(rubydotnet.googlegroups.com)

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

Ruby.NET is a compiler that translates Ruby source code into .NET intermediate code. They are close to a release (I think Msft licensed some of their code for IronRuby) and it might be worthwhile investigating if you can't wait for the DLR and IronRuby. read more...

add a comment |category: |Views: 2

tags: another

Nested Master Pages in VS 2008(aspnetpodcast.com)

submitted by wallymwallym(2085) 4 years, 8 months ago

A short example video of Nested Master Pages in Visual Studio 2008. read more...

add a comment |category: |Views: 71

tags: another

Exploring L-Systems with F# and C#(langexplr.blogspot.com)

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

In this post I'm going to show a little program for displaying graphical representations of L-Systems using turtle graphics implemented in F#, C# and WPF. read more...

add a comment |category: |Views: 76

tags: another

Don't Be a Validation Nazi(haacked.com)

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

"Postel wrote that in an RFC that defined TCP, but it applies much more broadly. It’s natural that developers, used to the exacting nature of writing code for a compiler, where even the most minor of typos can bring a program screeching to a halt, have a tendency to apply such exactitude on their users." read more...

add a comment |category: |Views: 1

tags: another

Reading other people’s .NET code(3poundmass.wordpress.com)

submitted by wooyaywooyay(695) 4 years, 9 months ago

Places to find great examples of .NET code read more...

add a comment |category: |Views: 5

tags: another

Creating Efficient ASP.NET AJAX Applications(barmagy.com)

submitted by husclasshusclass(65) 4 years, 9 months ago

Tips to use update panels in ASP.NET AJAX read more...

1 comment |category: |Views: 4

tags: another

How do you know if all of your ajax calls have completed?(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 9 months ago

When you are doing multiple asynchronous calls to the server in succession, how do you know when they are all completed so you can move on to the next page? Here is an example of how to solve this problem using the Asp.Net Ajax library. read more...

add a comment |category: |Views: 4

tags: another

Calling event handlers in JavaScript(themanaged.net)

submitted by soheilprosoheilpro(110) 5 years ago

In JavaScript, the keyword 'this' in the event handler method body refers to the object that has fired the event; not the object in which the event handler is defined. read more...

add a comment |category: |Views: 6

tags: another

Part 1 - Leveraging Workflow Foundation - It is just an API(keithelder.net)

submitted by TheElderTheElder(490) 5 years ago

To help you limit the amount of rusty washers you will run into with Workflow Foundation, I wanted to share our team's experience in working through Workflow. In this multiple part series we'll look at some of the challenges the team faced and how we solved some of these. I say "some" of these because we took side steps around the rusty washers we found due to our short time frame. Hopefully this brain dump of information will save others time who are about to start using Workflow Foundation. I'll cover some of the in and outs where you will want to look into workflow and some of the pitfalls we had to work around (the rusty washers). read more...

add a comment |category: |Views: 6

tags: another

Javascript and ASP.NET(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 5 years ago

Some thoughts on script support in ASP.NET how it evolved. read more...

add a comment |category: |Views: 3

tags: another

SubSonic: Move to Subversion is now complete(blog.wekeroad.com)

submitted by JGregoryJGregory(375) 5 years ago

SubSonic has now been successfully moved to Google Code, and thus Subversion source control. read more...

add a comment |category: |Views: 9

tags: another

SubSonic Starter Site is Out!(blog.wekeroad.com)

submitted by robconeryrobconery(160) 5 years ago

Check out the new SubSonic starter site, complete with CMS, membership, and more. read more...

1 comment |category: |Views: 191

tags: another

Is reinventing the wheel sometimes the right thing to do?(intrepidnoodle.com)

submitted by inoodleinoodle(305) 5 years, 1 month ago

When developing a software framework we can often leverage 3rd party frameworks - but is it always the best option ? read more...

add a comment |category: |Views: 3

tags: another