yngvebn

Stories kicked by yngvebn

Automatic web deployment from TFS build(softscenario.blogspot.com)

submitted by snaitssnaits(197) 8 months, 11 days ago

A walkthrough of how to set up a web application for automatic deployment through TFS 2010 build server. read more...

1 comment |category: |Views: 105

tags: another

10 tricks that will make your jQuery enabled site go faster (csharptutorial.blogspot.com)

submitted by bacalaobacalao(320) 1 year, 5 months ago

During the last few weeks, I've had the chance to go more in depth with jQyery and general site performance. I've found some techniques that makes my site go much faster. I don't know if they're all best practice, but this article is meant to at least give you some good ideas. read more...

1 comment |category: |Views: 751

tags: another

Abandon ASP.NET WebForms!(itmeze.com)

submitted by michalzygulamichalzygula(100) 2 years, 11 months ago

Interesting experiance with classic web forms.... read more...

9 comments |category: |Views: 899

tags: another

How to get the values of an enum?(softscenario.blogspot.com)

submitted by snaitssnaits(197) 2 years, 11 months ago

My suggestion to how you can get the values of an enum as an array, and use it to pouplate a DropDown, ListBox, etc. read more...

add a comment |category: |Views: 7

tags: another

The Most Powerful Development Tool Ever Made(codethinked.com)

submitted by ZteffZteff(144) 2 years, 11 months ago

Justin Etheredge wrote a great blog post about not inventing the wheel everytime a classic programming problem shows up. read more...

4 comments |category: |Views: 1109

tags: another

Finding stuff in Visual Studio 2008(softscenario.blogspot.com)

submitted by snaitssnaits(197) 2 years, 11 months ago

A short intro to the find dialog in Visual Studio, with a few helpful hints how to refine your searches using wildcards. read more...

add a comment |category: |Views: 8

tags: another

Performance testing of Dictionary, List and HashSet(softscenario.blogspot.com)

submitted by snaitssnaits(197) 2 years, 11 months ago

A quick little test of how the .net 3.5 Dictionary, List and HashSet compare adding and finding items. read more...

add a comment |category: |Views: 1949

tags: another

Joining "IE6: Do NOT want!" campaign(codeclimber.net.nz)

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

IE6 users are still too many... it started with a tweet from a Norwegian web developer, and spread like fire across Europe. Joining the campaign is easy: just add a few lines of code to your site or blog. In this post is how to do it and a little more of background on how to do it. read more...

add a comment |category: |Views: 367

tags: another

Ruby inspired C# Extension Methods for natural DateTime operations(codeplex.com)

submitted by spavkovspavkov(1713) 3 years, 3 months ago

FluentDateTime is a open source library of Ruby inspired C# Extension Methods for easier and more natural DateTime handling and operations in .NET that allows you to write code like this: DateTime.Now + 1.Week() + 3.Days + 14.Minutes(); 3.Days().Ago(); 5.Days().After(new DateTime(2000, 1, 1)); DateTime.Now.NextDay(); DateTime.Now.WeekAfter(); DateTime.Now.Midnight(); DateTime.Now.SetTime(11, 55, 0); read more...

add a comment |category: |Views: 556

tags: another

Patterns, Purists, and Sinkholes(blog.wekeroad.com)

submitted by adminjewadminjew(1490) 3 years, 3 months ago

Before I was a geek, I was a Geologist. A Geophysicist to be precise – but mostly I just tell people I was a Geologist. I worked a lot with environmental cleanup, but I also spent a lot of time doing what’s known as “Geotechnical” work – the stuff that happens before buildings are built and holes are dug. It can be kind of boring, but it’s crucially important. One day I was sitting in our lab with some dark Bay Mud in a crucible, slowly adding water in measured doses and then pouring the mud through a screen and weighing out differences. I won’t bore you with the details – I’ll just tell you that I was 23 and cranky that this is what my career amounted to – a bunch of rigorous nonsense where I got to weigh mud. read more...

add a comment |category: |Views: 209

tags: another

Jeff Atwood Finally Jumps the Shark(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 3 months ago

Well, we all knew it had to happen eventually. After years of great blog posts and insightful commentary on the programming world, Jeff Atwood has finally jumped the shark in his latest post which essentially says "programming is hard, let's go shopping!" read more...

add a comment |category: |Views: 788

tags: another

Today I've Realized How Far We Have To Go(codethinked.com)

submitted by deanweberdeanweber(230) 3 years, 3 months ago

A call to climb on the shoulders of giants within the software develeopment industry. read more...

add a comment |category: |Views: 451

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

jQuery for Absolute Beginners: Video Series(nettuts.com)

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

This is a 9 parts video series for beginners to learn jQuery. read more...

add a comment |category: |Views: 435

tags: another

26 Ways To Know Your Software Development Project Is Doomed(cio.com)

submitted by estherschindlerestherschindler(550) 3 years, 5 months ago

There's always a moment when you realize that all is lost, that there is absolutely no way THIS project can be a success. Here's a few signs that should suggest your project is headed for failure. read more...

add a comment |category: |Views: 10

tags: another

SCRUM in 10 Minutes - HD Video(youtube.com)

submitted by hamidshamids(120) 3 years, 5 months ago

Covers backlogs, burn-down charts, daily scrum, team roles and more. If you are new to SCRUM or want to teach someone else about SCRUM, this is a great resource. read more...

add a comment |category: |Views: 423

tags: another