mariotm82

Stories kicked by mariotm82

Moonlight 1.0 Release - Open Source Silverlight 1.0 Implementation on (hanselman.com)

submitted by mariotm82mariotm82(95) 3 years, 3 months ago

Scott Hanselman talks about Moonlight 1.0. read more...

add a comment |category: |Views: 14

tags: another

Extension Methods (ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 4 months ago

The single responsibility principle (SRP) is a strategy for structuring our code to make it more maintainable and testable. In this post, I’m going to discuss how we can use extension methods to make our code easier to read and satisfy the idea behind SRP. read more...

1 comment |category: |Views: 256

tags: another

10 Reasons ASP.NET Webforms Suck(jdconley.com)

submitted by jconleyjconley(650) 3 years, 4 months ago

I think the title says it all. A great rant from an experienced ASP.NET developer. read more...

10 comments |category: |Views: 1050

tags: another

The Unrealistic Deadline Anti-Pattern(elegantcode.com)

submitted by mariotm82mariotm82(95) 3 years, 5 months ago

The Unrealistic Deadline Anti-Pattern.... read more...

add a comment |category: |Views: 13

tags: another

Composing animations with Silverlight.FX(dimebrain.com)

submitted by dcrennadcrenna(1355) 3 years, 5 months ago

Shows how to use Nikhil Kothari's Silverlight.FX with a fluent interface to build composable animations like jQuery. read more...

add a comment |category: |Views: 34

tags: another

ASP.NET MVC Release Candidate shipping in January(weblogs.asp.net)

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

ScottGu talks about the upcoming Release Candidate of ASP.NET MVC V1 and the features it brings to the table read more...

1 comment |category: |Views: 521

tags: another

Oxite Refactor, Take 1(blog.wekeroad.com)

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

I mentioned yesterday on Twitter that I'm helping out the Oxite team with some refactoring and tweaking of their codebase. I got started last night and people have been asking about it a LOT, so I thought that today I'd show you initially what I'm up to. read more...

add a comment |category: |Views: 377

tags: another

PowerShell Documentation(elegantcode.com)

submitted by mariotm82mariotm82(95) 3 years, 5 months ago

Power shell Documentarion read more...

add a comment |category: |Views: 25

tags: another

BlogEngine.NET Christmas update(blog.madskristensen.dk)

submitted by MarwanMarwan(850) 3 years, 5 months ago

Some exiting things have been going on with BlogEngine.NET lately... read more...

add a comment |category: |Views: 344

tags: another

Transfer Visual Studio Settings Between PCs(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 3 years, 5 months ago

Visual Studio has many hundreds of settings that can be configured using the Options dialog box from the Tools menu. If you use several computers, it can be useful to configure the environment on one machine, then transfer the settings to other systems. read more...

add a comment |category: |Views: 13

tags: another

When Should I Write Tests?(stevenharman.net)

submitted by usshermussherm(5285) 3 years, 5 months ago

The definitive answer to a question that comes up all the time... read more...

2 comments |category: |Views: 494

tags: another

Is F# faster than C#(nearinfinity.com)

submitted by josephfjosephf(235) 3 years, 5 months ago

I had a bet with a co-worker that C# would out perform F# for a simple counting exercise. This turned out to be quite a surprise for many reasons. In this blog post I will try to explain why. read more...

add a comment |category: |Views: 776

tags: another

IronPython 2.0 Has Been Released(infoq.com)

submitted by mghaouimghaoui(340) 3 years, 5 months ago

Microsoft has released IronPython 2.0 on CodePlex, the .NET implementation of the Python language. The most important improvement is running on top of the Dynamic Language Runtime (DLR). read more...

7 comments |category: |Views: 219

tags: another

The Ten Most Asked SQL Server Questions And Their Answers(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 5 months ago

Then 10 most asked SQL Server Programming questions and their answer read more...

1 comment |category: |Views: 729

tags: another

Taking a look at how to create a application feature via TDD(dimecasts.net)

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

This is the second part of 'Creating a new feature via TDD' series where we make our test logic pass by filling out our application logic. read more...

add a comment |category: |Views: 256

tags: another

Be a Keyboard Guru, not a Mouse Guru(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 5 months ago

If you are a developer who wants to improve your skills, do not just think of code & syntax. Have you ever been in front of a team lead or architect lead and they look like magicians when they code and you feel embarrassed when you pick up your mouse? I know I have. Well, it’s not really anything fancy. They are not musicians even though it’s intimidating when you are not that fast with the keyboard; read more...

add a comment |category: |Views: 503

tags: another