mjeaton

Stories kicked by mjeaton

The NEW DotNetKicks front page is in beta(dotnetkicks.com)

submitted by javeryjavery(5523) 1 year, 10 months ago

We are working on totally reworking how the front page of DotNetKicks works and the new version is now in public beta. Check it out, use it, and give us your feedback! read more...

5 comments |category: |Views: 433

tags: another

Free Visual Studio 2010 Wallpapers(www.myanmarasp.net)

submitted by cmmaungcmmaung(133) 1 year, 11 months ago

Now I just found some wallpapers for Visual Studio 2010. Very nice and clean! If you want you can go and set your desktop wallpaper. read more...

add a comment |category: |Views: 41

tags: another

Toughest Developer Puzzle Ever 2(toughestdeveloperpuzzleever.com)

submitted by jblankenburgjblankenburg(1264) 1 year, 11 months ago

You may recall giving the "Toughest Developer Puzzle Ever" a try last year, and they created a new one for this year. There's 100 levels, and they've got prizes for the first 100 people to finish it! read more...

add a comment |category: |Views: 1161

tags: another

Going Lazy<T> with System.Lazy(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 2 years ago

Taking a look at the how to use the System.Lazy namespace in .Net 4.0. One of the pretty cool new nuggets inside the .Net 4.0 framework is System.Lazy and System.Lazy. What System.Lazy brings to the table is a way to create objects which may need to perform intensive operations and defer the execution of the operation until it is 100% absolutely needed. read more...

add a comment |category: |Views: 609

tags: another

Learn to Code WatiN: Browser Test your Web Site with WatiN(www.cptloadtest.com)

submitted by jayharrisjayharris(160) 2 years, 1 month ago

This coding exercise is designed to give you an introduction to browser-based testing using the WatiN framework, or Web Application Testing in .NET. The framework allows developers to create integration tests (using a unit testing framework like MbUnit, NUnit, or MSTest) to test and assert their application within a browser window. The framework interacts with the browser DOM much like and end-user, producing reliable results that mimic the real world. In this sample, we will write a few WatiN tests against the Google search engine. read more...

add a comment |category: |Views: 428

tags: another

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

Mastering jQuery now available at TekPub | Encosia(encosia.com)

submitted by javeryjavery(5523) 2 years, 5 months ago

Dave and I launch a new series on TekPub about Mastering JQuery. read more...

3 comments |category: |Views: 378

tags: another

Tekpub: Concepts - Lambdas(tekpub.com)

submitted by javeryjavery(5523) 2 years, 7 months ago

A new episode in the concepts series at TekPub covering Lambdas. read more...

add a comment |category: |Views: 253

tags: another

Hello Tekpub(blog.wekeroad.com)

submitted by cranialstraincranialstrain(60) 2 years, 7 months ago

Rob Conery introduces his new venture into tutorial screencasts for .NET and associated technologies. He provides some background detail to his decision to start the venture with James Avery and his aims for it's future. read more...

1 comment |category: |Views: 153

tags: another

Siesta: Painless REST via ASP.NET MVC(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 9 months ago

A simple and easy-to-use REST system for ASP.NET, based on the API from the Zen project management system. read more...

add a comment |category: |Views: 365

tags: another

Table Per Class Hierarchy Inheritance Mapping with Fluent nHibernate(ang3lfir3.wordpress.com)

submitted by ang3lfir3ang3lfir3(660) 2 years, 9 months ago

This is the second in a short series of posts I am working on. While reading through NHibernate in Action I thought to my self that I should create these same examples of Inheritance mapping using Fluent nHibernate to show how simple these mappings can be. The three types of Inheritance mappings that are mentioned on page 92 of NHibernate in Action are :Model * Table Per Concrete Class * Table Per Class Hierarchy * Table Per Subclass I will be using the example from NHibernate in Action to illustrate the mappings. This post covers the Table Per Class Hierarchy example. read more...

add a comment |category: |Views: 487

tags: another

Table Per Class Inheritance Mapping with Fluent nHibernate(ang3lfir3.wordpress.com)

submitted by ang3lfir3ang3lfir3(660) 2 years, 9 months ago

This is the first in a short series of posts I am working on. While reading through NHibernate in Action I thought to my self that I should create these same examples of Inheritance mapping using Fluent nHibernate to show how simple these mappings can be. read more...

add a comment |category: |Views: 241

tags: another

ASP.NET MVC V2 Preview 1 Released - ScottGu's Blog(weblogs.asp.net)

submitted by javeryjavery(5523) 2 years, 9 months ago

The Gu walks through the first look at ASP.NET MVC V2! read more...

add a comment |category: |Views: 350

tags: another

Zen is Live!(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 10 months ago

Zen, the lean project management tool, is now open to the public! read more...

add a comment |category: |Views: 550

tags: another

Profiling the Memory Usage of a .NET Application (simple-talk.com)

submitted by redgateredgate(155) 2 years, 10 months ago

Automatic memory management in .NET makes development a lot easier; however, it's still easy to introduce memory leaks into your application. For example, in a complex application, it's easy to forget to unregister event handlers, and these are notorious for holding on to objects which you don't need to keep in memory any more. This typically leads to an increase in memory usage which, if it remains unchecked and unresolved, can lead to your application exhibiting poor performance, or even running out of memory and crashing. This is where a memory profiler becomes necessary. read more...

add a comment |category: |Views: 434

tags: another

Automagic Time Localization(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 11 months ago

A trick to localize timestamps without requiring users to pick their time zone manually. read more...

add a comment |category: |Views: 445

tags: another