anderson72

Stories kicked by anderson72

Best of 2008: 5 most popular posts(codeclimber.net.nz)

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

Simone Chiaretta, MVP, has gathered his favorite blog's posts in this post. Don't miss it! read more...

add a comment |category: |Views: 719

tags: another

Migrating from .asmx web services to WCF web services(dimecasts.net)

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

Learning how to migrate from .asmx web services to WCF web services read more...

add a comment |category: |Views: 455

tags: another

http://codeclimber.net.nz/archive/2008/12/30/looking-at-oxite-the-ldqu(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 4 months ago

Simone Chiaretta shares his opinions about Oxite, the CMS built by MIX team as a showcase for ASP.NET MVC, and talks how the downsides of the software can help you apply your knowldege in ASP.NET WebForms in ASP.NET MVC. read more...

2 comments |category: |Views: 198

tags: another

Extending ASPX Panel Control to produce Rounded Corners(c-sharpcorner.com)

submitted by saumya321saumya321(775) 3 years, 4 months ago

This article shows how to create a custom control which encapsulates scripts. Also shows how to add method attributes to interact with VS Designer and ToolBox as well as providing intellisense dropdowns. read more...

5 comments |category: |Views: 415

tags: another

Alt.NET Podcast Episode 13: Ruby on Rails(altnetpodcast.com)

submitted by blowmageblowmage(455) 3 years, 4 months ago

Brian Eng and Jeff Cohen from the Softies on Rails blog, and James Avery discuss the Ruby on Rails web framework and what Alt.NET can learn from it. read more...

add a comment |category: |Views: 186

tags: another

Debugging With Tracepoints (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 4 months ago

Well, last week, while I saw John Cunninghams session at PDC 2008 about Visual Studio Debugger Tips & Tricks, I learned something new about breakpoints. The Visual Studio debugger has another feature called tracepoints. read more...

2 comments |category: |Views: 333

tags: another

What is Microsoft waiting for providing a decent path API?(codebetter.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

I was recently browsing the code source of Managed Extensibility Framework and realized that this future part of .NET 4, full of tricky and advanced ideas, was naively relying on strings to describe files and directories paths. It seems that the version 4 of .NET will miss the need for a descent path API. There is the class System.IO.Path but it is feature limited, full of flaws and pitfalls (to not say bugs) and it fosters users to encode their paths into raw strings. It seems to me that using strings to encode paths is as primitive as using String.IndexOf("<tag>") to parse some XML. read more...

1 comment |category: |Views: 262

tags: another

Compressing JS files as part of your build process(codebetter.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

Ideally, we want to develop using readable JavaScript files (even 3rd party files) and deploy compressed/obfuscated code. Our solution has simply been to apply a post-build task to our project. Here's what we did read more...

1 comment |category: |Views: 382

tags: another

Making the Entity Framework Fit Your Domain - Part 1(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 4 months ago

Need to use the Entity Framework but don't know how to fit it into your domain? Come check out this series on CodeThinked.com where you will learn how to keep your domain entities fairly clean while using the Entity Framework. read more...

add a comment |category: |Views: 294

tags: another

Tired Of Working With Big Visual Studio Solutions?(davybrion.com)

submitted by DavyBrionDavyBrion(345) 3 years, 4 months ago

a simple trick to make working with big Visual Studio solutions much more bearable read more...

add a comment |category: |Views: 925

tags: another

TheBeerHouse MVC Beta Now on CodePlex(leedumond.com)

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

Tired of bitching about Oxite? Here's a new MVC sample application to sink your teeth into -- an MVC version of the famous TheBeerHouse Starter Kit. read more...

1 comment |category: |Views: 466

tags: another

ASP.NET 3.5 Service Pack 1 Wrox Blox (morewally.com)

submitted by simonechsimonech(10.1k) 3 years, 4 months ago

Wally's book on the new features of ASP.NET 3.5 SP1 in now available for sale as PDF eBook. read more...

add a comment |category: |Views: 209

tags: another

BlogEngine.NET Backup Manager(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 5 months ago

A simple Backup Manager for BlogEngine.NET in order to perform some entire Weblog Backups. read more...

add a comment |category: |Views: 256

tags: another

Encosia Best of 2005, 5 most popular posts(encosia.com)

submitted by mosessaurmosessaur(5424) 3 years, 5 months ago

Reviewing Dave's stats for the year, you might think the only topic Dave wrote about is jQuery. Of the posts he has written in 2008, 80% of the most popular posts have been jQuery related. read more...

4 comments |category: |Views: 262

tags: another

JavaScript And The rel Attribute(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 5 months ago

Working in JavaScript is one of my favorite things to do. I love how dynamic the language is and how powerful it can be. This programming dream is often turned into a nightmare by varying browser implementations, blatant disregard for accepted Web Standards (I’m looking at you IE), and a host of other odd things that can pop up. read more...

add a comment |category: |Views: 339

tags: another

Spark Language Package - Preview 1(whereslou.com)

submitted by LordLord(3737) 3 years, 5 months ago

This is a very early copy of a msi which installs a Spark language package for Visual Studio 2008. It will put dlls into a Program Files\Spark directory and add just enough registry keys to add color and intellisense to files with a .spark extension. read more...

add a comment |category: |Views: 293

tags: another