dimmer

Stories kicked by dimmer

Setting up and running Subversion and Tortoise SVN(west-wind.com)

submitted by rstrahlrstrahl(7226) 4 years, 9 months ago

A quick walkthrough of setting up and configuring SubVersion with Tortoise SVN and getting started creating repositories, adding files and folders, creating local copies and working with SVN. read more...

1 comment |category: |Views: 153

tags: another

Why should we (not) use .NET for "real" web apps?(blog.activa.be)

submitted by activaactiva(2340) 4 years, 9 months ago

If you're building web apps on .NET, what leads you to assume that you should be building on .NET? . While this is a question a technologist might ask, it is a no-brainer for stake-holders. read more...

add a comment |category: |Views: 3

tags: another

Monorail Vs Rails Isn't a Meaningful Question(codebetter.com)

submitted by buildmasterbuildmaster(225) 4 years, 9 months ago

There are reasons for either of the three choices, but we technologists often fail to actually make a choice as much as we choose not to choose for not being even aware of our choices. How do you know that you're using the best, most productive tools? read more...

add a comment |category: |Views: 6

tags: another

DotNetKicks Beta 1 Available For Download(blog.incremental.ie)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 9 months ago

I have just tagged and uploaded SVN revision 132 as DotNetKicks Beta 1. Enjoy! read more...

add a comment |category: |Views: 43

tags: another

Using LINQ to XML (and how to build a custom RSS Feed Reader with it)(weblogs.asp.net)

submitted by k000derk000der(4765) 4 years, 9 months ago

Describes how to use LINQ to XML. Shows an example application (RSS Feed reader) built by using LINQ to XML. read more...

add a comment |category: |Views: 44

tags: another

Attempting to Demystify Behavior Driven Development(lostechies.com)

submitted by agilejoeagilejoe(860) 4 years, 9 months ago

After receiving several emails and reading Roy Osherove's post on Behave#, I wanted to give more incite and answer some questions that were asked about Behave# and BDD in general. read more...

add a comment |category: |Views: 10

tags: another

Announcing MbUnitForms!(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 9 months ago

I've ported NUnitForms to run against the increasingly popular unit testing framework, MbUnit. read more...

add a comment |category: |Views: 7

tags: another

LINQ to SQL Pipeline(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 9 months ago

C# Principal Architect Matt Warren and Lead PM Luca Bolognese detail the pipeline that hastens your LINQ queries to execution. Matt did most of the design and implementation of this code. His explanations are vivid and useful. The drawings are well organized, well executed, and clearly explained. Matt and Luca have worked together for years, and they make an excellent team. read more...

add a comment |category: |Views: 25

tags: another

Reflection performance put in perspective(blog.activa.be)

submitted by activaactiva(2340) 4 years, 9 months ago

The web framework I built over the last few years, ProMesh.NET, relies on reflection for a lot of the features it offers. Often though, I am asked if the heave use of reflection doesn’t have a significant impact on performance. My answer usually is: YES, but it doesn’t matter. Now you probably think that I don’t care about performance or that I’ve had too much too drink. None of the above. I’ll explain: read more...

add a comment |category: |Views: 14

tags: another

The Null Object Pattern(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 9 months ago

An alternative way to alleviate yourself from checking for null each time you work with a potentially missing object. read more...

1 comment |category: |Views: 15

tags: another

Inversion of Control and Dependency Injection with Castle Windsor III(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 9 months ago

Third article of a 4 parts series about IoC and DI with Castle Windsor Container. This article tackles configuration properties, includes, type converters, decorators and configuration conditional statements. Any feedback, questions, ratings are welcome and will be answered as soon as possible. read more...

add a comment |category: |Views: 34

tags: another

LightSpeed 1.0 Released!(mindscape.co.nz)

submitted by traskjdtraskjd(3229) 4 years, 9 months ago

LightSpeed is a new domain modeling framework that really empowers developers to work more efficiently. No code generation is needed, no mapping files - it all just works. Supports heaps of database engines, takes care of sql generation and a lot more. The focus of LightSpeed is to help developers work faster and more effectively. read more...

5 comments |category: |Views: 16

tags: another

LINQDataSource and ListView - a Dream Team(andreas-kraus.net)

submitted by reteepreteep(739) 4 years, 9 months ago

Another huge step in productivity and really comfortable, set up a dynamic ASP.NET Page with Update,Insert, Delete and Custom Template Support in seconds - almost out of the box. read more...

add a comment |category: |Views: 30

tags: another

WPF Gotcha: Cannot locate Resource "FileName.xaml"(devlicio.us)

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

A simple solution for the Cannot locate resource runtime error in WPF. read more...

add a comment |category: |Views: 326

tags: another

Setting a Default Browser for Visual Studio(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 9 months ago

Want to launch a particular web browser when selecting "View in Browser" or debugging your web application from within Visual Studio? Read on to learn how. read more...

add a comment |category: |Views: 30

tags: another

Framework to automatically UnitTest your Model(thejoyofcode.com)

submitted by .NetKicks.NetKicks(1304) 4 years, 9 months ago

The author "Josh" created a kind of framework to automatically unit test the Model-Classes. "Stuff that nobody ever tests directly because it would be so time consuming." can now be tested with almost no afford. Read his article so you know why you want to test those domain classes read more...

add a comment |category: |Views: 6

tags: another