pwigle

Stories kicked by pwigle

Any() versus Count()(kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years, 5 months ago

Jimmy Bogard brought to my attention today that I had been doing something wrong all along. I’ve been using Count() on my enumerations when I should have been using Any(). I’ve even done this in a presentation I’ve been giving the past few months. This is from Mash Up. read more...

2 comments |category: |Views: 692

tags: another

Integration Testing Your ASP.NET MVC Application(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 11 months ago

Unit tests are great for proving the correctness of a single component. But how can you prove that you whole ASP.NET MVC application hangs together properly - including its view templates, configuration settings, and database schema? Integration tests cover what unit tests can't - Steven Sanderson shows one way to approach it with ASP.NET MVC. read more...

add a comment |category: |Views: 401

tags: another

Git/Github survival guide(flanders.co.nz)

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

Now that all the cool guys are moving to Git/GitHub, Ivan posts a survival guide, with all the most useful commands of git and how to get started with github/git read more...

2 comments |category: |Views: 322

tags: another

ASP.NET MVC Domain Driven Design(nathan.whiteboard-it.com)

submitted by nrstottnrstott(345) 3 years, 2 months ago

The first in a series of posts detailing how to create ASP.NET MVC projects in a way that facilitates DDD. Fluent NHibernate, NHibernate.Burrow, and MVCContrib will be used. read more...

1 comment |category: |Views: 613

tags: another

Microsoft Certification Exam - Discount Code - Free Second Chance(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 3 months ago

Please note down this important code or share with your colleagues who are keen to take Microsoft Certification Exam. This unique code is only available through Microsoft MVP's and only published here to help community and no other intention. Share and Book mark this post. Complete your community responsibility. read more...

5 comments |category: |Views: 775

tags: another

An Illustrated Guide to Git on Windows(nathanj.github.com)

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

"This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done using GUI tools." read more...

3 comments |category: |Views: 580

tags: another

Automatic/Convention-based mapping entities with Fluent NHibernate(blog.jagregory.com)

submitted by chadmyerschadmyers(840) 3 years, 4 months ago

James Gregory has a 4-part post on the "auto-mapping" features of Fluent NHibernate. Basically, Fluent NHibernate can automatically map most of your entities based on the conventions you specify and can apply other conventions such as table names, foreign-key constraint naming, etc. This is the first post of the 4, the others are linked as Trackbacks at the bottom. After reading these 4, you should have a better idea of how to get started using the conventional mapping features of Fluent NHibernate. read more...

add a comment |category: |Views: 310

tags: another

Tired Of Working With Big Visual Studio Solutions?(davybrion.com)

submitted by DavyBrionDavyBrion(345) 3 years, 4 months ago

a simple trick to make working with big Visual Studio solutions much more bearable read more...

add a comment |category: |Views: 925

tags: another

Raising Events the right way, the easy way, with an Extension Method(brianc.me)

submitted by briancbrianc(195) 3 years, 5 months ago

Raising events takes 3 lines of code. Let's follow the DRY principal and get that down to one line. Less noise, more action, very tastey. Merry Christmas. read more...

1 comment |category: |Views: 527

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

Leaning the various ways to use UpdateModel in Asp.Net MVC(dimecasts.net)

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

Leaning the various ways to use UpdateModel in Asp.Net MVC. Take a look at how to use UpdateModel, TryUpdateModel and how to use an IBindable interface in conjuction with the UpdateModel. At each point we will take about the various different features that are part of this process in order to provide you a solid understanding of the process. read more...

add a comment |category: |Views: 2341

tags: another

Migrations in C# using RikMigrations(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 5 months ago

Jealous of those pesky Ruby on Rails developers? Want to be able to use Migrations in your .net apps? Well then check this post out! read more...

add a comment |category: |Views: 308

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

Run R# tests without switching to the mouse(startbigthinksmall.wordpress.com)

submitted by lcorneliussenlcorneliussen(490) 3 years, 5 months ago

How to run unit tests right from within your code without even using the mouse. read more...

add a comment |category: |Views: 7

tags: another

NHibernate Session handling in ASP.NET - The easy way(pwigle.wordpress.com)

submitted by pwiglepwigle(10) 3 years, 5 months ago

This blog post describes how to implement NHibernate session handling in an ASP.NET web application with very little code. The proposed solution uses the ManagedWebSessionContext class as a contextual session provider. read more...

add a comment |category: |Views: 85

tags: another

SytleCop For Resharper 4.1 Updated and a new Release is out...Wow!!!(smallworkarounds.blogspot.com)

submitted by ash143guptaash143gupta(750) 3 years, 5 months ago

StyleCop for Resharper is a Resharper4.1 plugin which allows Microsoft Style Cop to be run as we type and generates real time syntax highlighting of violations Guys do check out this it will help you write cleaner code which is in accordance with specified standards. According to me Resharper and Style Cop are must have's for a .net developer to code smartly and efficiently. read more...

1 comment |category: |Views: 14

tags: another