Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » C#   (RSS)

Regionerate - blogged by Roy Osherove

Roy's blog is a goldmine for great advide and tools ... this morning he posted Regionerate - Free Code Layout Addin for VS.NET - ISerializable - Roy Osherove's Blog Regionerate looks like quite a cool little tool, maintaining 'stuff' in the right place
Posted by Insane | (Comments Off)
Filed under: , ,

In Response To Rob

Now I rarely bite... but Rob deserves a reply (and plus, until my 9pm meeting I have little else to do! :) Rob said (in response to my comment on his blog): @Casey: Come on homey - gimme a little something here. Your comment is just ridiculous - unit

Should Ayende Rise To Rob's Challenge?

Ayende asks how he should write the code to demonstrate the ORM solution to Rob's question ... Well - if he feels the need - then I suggest Web Forms or Monorail ... But is there a need? Any example problem has multitudes of possible answers, and any
Posted by Insane | 1 Comments

Hope to Desperation!

The weekend started well, I have the authorisation I need to hire 4 top notch developers, I send out a short interview test to the agencies, and am told they have some good people. The test is simple ... to write a small application that can tell the

The Pragmatic Data Access Discussion

SubSonic is a great product, and while reading up on it I came across a superb post on data access in general . I think Rob let the whole ASP.NET drag and drop data access get off lightly ... but oh well :) Share this post: email it! | bookmark it! |
Posted by Insane | 1 Comments
Filed under: , , ,

Ruby or Not Ruby ... and some ORM/Relational Database vs Object Database Stuff

Scott Hanselman started yet another great debate ... on Ruby and why it is the '***' ... Today I came across a great artice (via Frans Bouma ), called In Defence of the RDBMS - a very well written debunk of a number or database theorist's

Oren joins the 'MS losing the Alpha Geeks' debate

Scott started it ... then Oren replied ... and I'm bored so I thought I would reply :) To be honest .. I don't think MS is listening to the BIG companies, so much as it is busy trying to attract the LAMP brigades ... Switching to MS development

Windsor Container examples and tutorials

Windsor Container is one of my favourite 'tools' - it makes Inversion of Control just that bit easier, and IoC (or Dependency Injection depending on your latest buzzword manual) is just something that all well designed software should attempt
Posted by Insane | 1 Comments
Filed under: , , ,

Further Technical Interview Questions

Name the four core principles of an Object Oriented Programming language This opener will immediately gauge the real world experience somebody has. Even if you are self taught, you really should know all four off the top of your head, and even if you
Posted by Insane | 1 Comments
Filed under: , ,

Another "killer" Interview Question

"Can you tell me some of the development blogs you regularly read, and why you think they are of value?" If someone names the 'gurus' or 'glitterati' of the development blogshphere, it is damn likely they are also a good developer.

February 2007 CTP of Enterprise Library 3.0 Released

The February 2007 CTP of Enterprise Library 3.0 has been released, according to Tom Hollander this is the last version before the release in about a month. It has a fair few interesting additions which Tom explains in more detail . I've always been
Posted by Insane | 1 Comments
Filed under: , , ,

"When I hire someone, I'm looking for them to be tall"

What a piece of genius from Scott Hanselman : Here's the deal, when I hire someone, I'm looking for them to be tall . A boss told me once that he just wanted his programmers to be tall, because when you're putting together a basketball team,

Interview Questions

Why is it that when I have interviewed people for developer positions, they can't answer the most basic of questions? Inspired by a blog elsewhere by Jeff Atwood I thought I would list a few of my basic interview questions on C# and .NET ... he advocates
Posted by Insane | 2 Comments

How to Sort a in a Custom Order

More than once I have needed to sort items according to some arbitary sort criteria, for example to sort a list of status codes. They can't be logically sorted alphabetically, so I wrote these routines. In the example, it is a string list, but it could be any object with a bit of modification. Essentially this uses a Comparer, which uses the position within the SortString to decide on the order of the items. Nice and simple.
Posted by Insane | (Comments Off)
Filed under: , ,

My first useful post

web.config and naming appSettings keys
Posted by Insane | (Comments Off)
Filed under: , ,