themortalcoil

Stories kicked by themortalcoil

Review: ASP.NET MVC in Action(azamsharp.com)

submitted by themortalcoilthemortalcoil(105) 2 years, 11 months ago

Praise for ASP.NET MVC in Action read more...

add a comment |category: |Views: 29

tags: another

Life After Loops(codethinked.com)

submitted by markheathmarkheath(1485) 2 years, 11 months ago

Eliminating cumbersome looping code using Linq read more...

1 comment |category: |Views: 684

tags: another

Asp.Net vs php : Speed Comparison(naspinski.net)

submitted by naspinskinaspinski(610) 2 years, 11 months ago

Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another

13 ASP.NET MVC extensibility points you have to know(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you don’t like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline. This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view. read more...

add a comment |category: |Views: 501

tags: another

Creating SOLID Code: Refactoring the SOLID episode on DI to use IoC(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 1 month ago

Taking a look at the prior SOLID episode on DI and refactoring it to utilize the StructureMap IoC Container read more...

add a comment |category: |Views: 195

tags: another

Another look at Sharp Architecture: Validation, Design Decisions and A(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 1 month ago

Taking another look at Sharp Architecture, but this time we will be looking at data validation, design decisions and automapping read more...

add a comment |category: |Views: 395

tags: another

The Bare Minimum (codebetter.com)

submitted by themortalcoilthemortalcoil(105) 3 years, 2 months ago

When it comes to project management, I tend to favor the less-is-more approach... read more...

1 comment |category: |Views: 328

tags: another

IronRuby MVC progress(flanders.co.nz)

submitted by casualjimcasualjim(520) 3 years, 2 months ago

A progress update on the implementation for Ironruby and asp.net mvc read more...

2 comments |category: |Views: 207

tags: another

Creating SOLID Code: Open/Closed Principle (OCP)(dimecasts.net)

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

Taking a look at how to create SOLID Code: Creating SOLID Code: Open/Closed Principle (OCP). This is a second in a series where we will take a look at each of the parts the SOLID Principle read more...

1 comment |category: |Views: 469

tags: another

Back to Basics: Interfaces(codebetter.com)

submitted by karlkarl(265) 3 years, 2 months ago

When it comes to object-oriented programming there are few concepts as basic and important as interfaces. Only recently though, and at a snails pace, have .NET developers started to take advantage of the simple benefits interfaces have to offer. This interest stems from the core role interfaces play in some pretty hot topics, including: dependency injection, unit testing and mocking (to name a few). read more...

1 comment |category: |Views: 667

tags: another

Creating SOLID Code: Single Responsibility Principle (SRP)(dimecasts.net)

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

Taking a look at how to create SOLID Code: Single Responsibility Principle (SRP). This is a first in a series where we will take a look at each of the parts the SOLID Principle read more...

1 comment |category: |Views: 438

tags: another

Creating a badge icon plugin with jQuery(rndnext.blogspot.com)

submitted by Jabrown85Jabrown85(120) 3 years, 3 months ago

This is a quick run down on a simple jQuery plugin that will place an image over an element. read more...

1 comment |category: |Views: 408

tags: another

I love books "Free Programming eBooks"(igurr.com)

submitted by amrelgarhyamrelgarhy(825) 3 years, 3 months ago

The biggest collection of free programming ebooks, read more...

add a comment |category: |Views: 29

tags: another

Announcing TeamCity.CodeBetter.com (codebetter.com)

submitted by MichaelDotNetMichaelDotNet(450) 3 years, 3 months ago

CodeBetter – in collaboration with JetBrains, IdeaVine, and Devlicio.us – is proud to announce the launch of TeamCity.CodeBetter.com – a continuous integration server farm for open source projects. JetBrains is generously supporting our community efforts by funding the monthly costs of the server farm and providing a TeamCity Enterprise license. Volunteers from CodeBetter, IdeaVine, and Devlicio.us are administering the servers and setting up OSS projects on the build grid. read more...

1 comment |category: |Views: 205

tags: another

A New Look for Visual Studio 2010!(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0. Today I’m happy to reveal the new UI for Visual Studio, also built on WPF: read more...

add a comment |category: |Views: 1214

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