SteveAndrews

Stories kicked by SteveAndrews

A deeper look into AutoMapper: Custom Type Resolvers(www.dimecasts.net)

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

AutoMapper is a framework which uses a convention-based matching algorithm to match up source to destination values. In this episode we are going to learn how to use type resolvers. Type resolvers allow you to perform custom value mapping in a very simple and elegant way with very little code read more...

add a comment |category: |Views: 592

tags: another

Learning the Iterator Pattern(dimecasts.net)

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

Taking a look at how using the Iterator Pattern can help you abstract the way in which you interact with a collection of data. This is helpful when you are working with various formats but you would like to create a constant way to work with each format. read more...

add a comment |category: |Views: 240

tags: another

Performing Static Page Checking in MVC(dimecasts.net)

submitted by tryfailretrytryfailretry(90) 2 years, 8 months ago

Taking a look at how you can setup Static Type checking within your ASP.Net MVC web project. Having static checking is a great asset as it can reduce the chances of run time errors due to refactoring. Static checking will also allow the compiler to verify all your strongly typed objects are being called correctly. read more...

add a comment |category: |Views: 203

tags: another

Exploring StructureMap: Learning how to setup registries(dimecasts.net)

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

Taking a look at how to setup and use the Registry feature of StructureMap. This is a feature that will allow the IoC container to scan for and find a method in a single class which will setup your mappings for the associated assembly read more...

add a comment |category: |Views: 146

tags: another

How to read from Performance Counters(dimecasts.net)

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

Part of the core .net framework allows you to not only create performance counters, but also allows you to read from them as well. We will show how you can easily create hooks to take advantage of these counters and read in the data. read more...

add a comment |category: |Views: 254

tags: another

Learning the Mediator Pattern(dimecasts.net)

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

Taking a look at how we can use the Mediator Pattern in our application. .The Mediator pattern allows us to create a loosely coupled system by creating a set of objects which encapsulates the way that sets of objects interact with each other. By removing this behavior from the individual objects you reduce their responsibility and reduce coupling read more...

add a comment |category: |Views: 452

tags: another

Learning how to harness the power of NUnit RowTest(dimecasts.net)

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

Taking a look at how you can utilize the power of RowTests within NUnit. By learning how to use RowTests you can reduce the amount of duplicate test code which exists when doing data driven tests. read more...

add a comment |category: |Views: 258

tags: another

Building a Nant Script -- Part 4: Adding fxCop to your build script(dimecasts.net)

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

Taking a look at how to add in the ability to run the fxCop static analysis tool to your build script. Having this ability can allow you to keep very close tabs on your code at any time. read more...

add a comment |category: |Views: 204

tags: another

A lap around MIX09 keynote announcements(codeclimber.net.nz)

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

Simone collects all the big announcements from MIX09 and provides links to get deeper into the new stuff read more...

add a comment |category: |Views: 364

tags: another

Retrieving data from a REST based service using C(dimecasts.net)

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

A short overview on how you can retrieve data from a REST based service using C#. read more...

add a comment |category: |Views: 160

tags: another

Posting data to a REST service using C#(dimecasts.net)

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

A short overview on how you can post data to a REST based service using C#. read more...

1 comment |category: |Views: 455

tags: another

Taking a look at how to separate out your WCF service project into mul(dimecasts.net)

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

Taking a look at how to separate out your WCF service project into multiple parts. We take a look at how you can put your entities in one project and the interfaces into another. This allows for better separation of concerns. read more...

add a comment |category: |Views: 181

tags: another

Building a Nant Script -- Part 3: Adding Code Coverage(dimecasts.net)

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

Taking a look how to add code coverage (via NCover) to your NAnt build script. read more...

add a comment |category: |Views: 130

tags: another

Learn how to consume a WCF Service(dimecasts.net)

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

Learn how to setup your .net application to consume as WCF service. Take a look at how you can Visual Studio to create your service proxy as well as how to use SvcUtil to create the proxy. read more...

add a comment |category: |Views: 391

tags: another

Introdction to S#arp Architecture(dimecasts.net)

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

An introduction to the S#arp Architecture for the ASP.NET MVC Framework. read more...

add a comment |category: |Views: 401

tags: another

Best of 2008: 5 most popular posts(codeclimber.net.nz)

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

Simone Chiaretta, MVP, has gathered his favorite blog's posts in this post. Don't miss it! read more...

add a comment |category: |Views: 719

tags: another