Dustin
Name: Dustin
Score: 14,109.49
Last Seen: 472 days, 21 hours, 30 minutes ago
Member Since: 18 January, 2009
DotNetShoutout
atom rss
10
Shouts

dnrTV - Show #167 - Mark Brown on Microsoft's Web Platform Installer

published 1165 days, 2 hours, 36 minutes ago posted by mithumithu 1166 days, 9 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 2:42:25 PM GMT
Mark Brown from Microsoft shows the Web Platform Installer, a free tool from Microsoft to get fresh Windows machines up and running for web developers with an array of free tools and websites. (more)
category: Screencast | clicked: 1 | 1 comment | | source: www.dnrtv.com
tags: website, Microsoft, Web Platform Installer, dnrTV, Windows, web developers
10
Shouts

DeepFriedBytes - Episode 47: What's Coming in Silverlight 4 with Jesse Liberty

published 1165 days, 2 hours, 36 minutes ago posted by mithumithu 1166 days, 5 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 2:47:13 PM GMT
Silverlight 4 is just around the corner and it is the one technology a lot of developers are waiting on to build the next generation of rich Internet applications. In this episode Keith and Woody caught up with Jesse Liberty at the Professional Developers Conference and discussed what's coming in Silverlight 4 and what it means for developers. (more)
category: Podcast | clicked: 0 | comment | | source: deepfriedbytes.com
tags: developers, Silverlight 4, DeepFriedBytes, professional developers
6
Shouts

VS2010 Load Testing for Distributed and Heterogeneous Applications powered by dynaTrace Performance, Scalability and Architecture – Java and .NET Application Performance Management (dynaTrace Blog)

published 1165 days, 2 hours, 36 minutes ago posted by grabnerandigrabnerandi 1166 days, 19 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 2:32:27 PM GMT
Visual Studio 2010 is almost here – Microsoft just released the first Release Candidate which looks pretty solid and good. Microsoft added new interfaces for performance management solutions like dynaTrace to extend the Web- and Load-Testing capabilities (check out Ed Glas’s blog on what’s in VSTS Load Testing) to go beyond .NET environments and deeper than what Load Testing Reports tell you about the performance of the tested application. But before we go into what can be done by extending Visual Studi... (more)
category: Agile | clicked: 1 | comment | | source: blog.dynatrace.com
tags: Testing, VS2010, Java
5
Shouts

Sb2 Developers Blog | FluentNHibernarte.Search 0.3 Beta Released Now Support Fluent XML-Less Configuration

posted by xoroxoro 1167 days, 15 hours, 51 minutes ago
Monday, March 08, 2010 11:00:55 PM GMT
Just released FluentNHibernate.Search 0.3 Beta which now support Fluent XML-Less Configuration available on CodePlex. No need to configure NHibernate.Search in web.config or app.config, you can know configure it like FluentNHibernate do for NHibernate. 1: Configuration nhcfg = FluentSearch.Configure() 2: .DefaultAnalyzer().Standard() 3: .DirectoryProvider().FSDirectory() 4: .IndexBase("~/Index") 5: .IndexingStrategy().Event() 6: .MappingClass (more)
category: How To | clicked: 4 | comment | | source: blog.sb2.fr
tags: Lucene.NET, Fluent Mapping, NHibernate, Fluent Interface
4
Shouts

Using a WPF ListView as a DataGrid - Paul Sheriff's Blog for the Real World

posted by KhaledKhaled 1167 days, 18 hours, 28 minutes ago
Monday, March 08, 2010 8:23:48 PM GMT
Using a WPF ListView as a DataGrid Many people like to view data in a grid format of rows and columns. WPF did not come with a data grid control that automatically creates rows and columns for you based on the object you pass it. However, the WPF Toolkit can be downloaded from CodePlex.com that does contain a DataGrid control. This DataGrid gives you the ability to pass it a DataTable or a Collection class and it will automatically figure out the columns or properties and create all the columns for you ... (more)
category: Smart Client | clicked: 0 | comment | | source: weblogs.asp.net
6
Shouts

Repository, Specification, Unit of Work, Persistence Ignorance POCO with Microsoft ADO.NET Entity Framework 4.0 Beta 2 - Code Update

published 1165 days, 2 hours, 36 minutes ago posted by kitchaiyongkitchaiyong 1166 days, 10 hours, 36 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 4:15:51 AM GMT
Code Re-factoring for the sample project attached with the post Repository, Specification, Unit of Work, Persistence Ignorance POCO with Microsoft ADO.NET Entity Framework 4.0 Beta 2. Brief explanation of the changes are included. (more)
category: Architecture | clicked: 3 | comment | | source: www.kitchaiyong.net
tags: Repository, Specification, Unit of Work, entity framework 4.0
7
Shouts

ASP.NET MVC Framework 2 Preview 2 with Repository - Part 1

published 1165 days, 2 hours, 36 minutes ago posted by kitchaiyongkitchaiyong 1166 days, 10 hours, 49 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 4:02:43 AM GMT
Part 1 of this post will only briefly explain and tell what is MVC, its history and its derivatives. Demo source codes are provided at the end of each pattern. Part 2 of this post is still in writing and it will touch on the ASP.NET MVC 2 Framework. (more)
category: Web Dev | clicked: 0 | 2 comments | | source: www.kitchaiyong.net
tags: ASP.NET MVC, MVC
7
Shouts

JQueryUI Datepicker in ASP.Net MVC | Rajeesh's Blog

published 1165 days, 2 hours, 36 minutes ago posted by adimauroadimauro 1167 days, 2 hours, 36 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Tuesday, March 09, 2010 12:15:27 PM GMT
JQueryUI Datepicker in ASP.Net MVC Technocrati code : M2U2PWSNTKW3 Datepicker is nice and cool plugin for displaying the calendar with ease. It is very easy to use JQuery plugin, it comes as part of JQueryUI library, so if you want to use this – first download JQueryUI from http://jqueryui.com/download and also download JQuery(http://docs.jquery.com/Downloading_jQuery) if you haven’t done yet.   For e.g. if you have a form like one below<% using(Html.BeginForm()){%> and you want to attach... (more)
category: Web Dev | clicked: 4 | comment | | source: www.rajeeshcv.com
tags: ASP.NET MVC, jQuery UI, DatePicker
8
Shouts

Uploading and downloading images from WCF in Silverlight

posted by KMilKMil 1167 days, 6 hours, 32 minutes ago
Tuesday, March 09, 2010 8:19:31 AM GMT
In this article, Gill Cleeren demonstrates how to upload and download images using a WCF service with Silverlight. (more)
category: Metro | clicked: 3 | comment | | source: www.silverlightshow.net
7
Shouts

Building OpenPOS: Part 2 - Rapid prototype using SketchFlow - Rudi Grobler in the Cloud

posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 1167 days, 7 hours, 29 minutes ago
Tuesday, March 09, 2010 7:22:56 AM GMT
The 2nd part in a series on creating a POS application using WPF & PRISM. In this article we use Sketchflow to quickly prototype out UI for the application! (more)
category: Smart Client | clicked: 4 | comment | | source: www.rudigrobler.net
tags: sketchflow, WPF, Prism
6
Shouts

Building OpenPOS: Part 1 - Introduction - Rudi Grobler in the Cloud

posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 1167 days, 7 hours, 32 minutes ago
Tuesday, March 09, 2010 7:19:43 AM GMT
A new series on how to create a Point-of-Service application using WPF & PRISM! (more)
category: Smart Client | clicked: 7 | comment | | source: www.rudigrobler.net
tags: WPF, Prism
7
Shouts

Debugging .Net framework source code within Windbg

published 1165 days, 2 hours, 36 minutes ago posted by reshmireshmi 1166 days, 2 hours, 45 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 12:06:53 PM GMT
One the coolest thing Microsoft did was to release the .NET Framework source code. In this post, I am going to demonstrate, how we could have a break-point on the .NET framework source code by line numbers ,using Windbg ,very similar to doing in  VS.NET. The first step towards doing this is to download .NET Framework Source Code and installing it on the local machine. The next step is to set the symbol path environment variable. My NTSYMBOL_PATH is set to SRVd:\dev\symbolshttp://referencesource.mic... (more)
category: Architecture | clicked: 2 | comment | | source: bit.ly
tags: .NET Framework, SOS, WinDbg, Debugging, SOSEX
7
Shouts

VS2010 TMap Testing Template | Initial Work Items #1

published 1165 days, 2 hours, 36 minutes ago posted by ClemensReijnenClemensReijnen 1166 days, 5 hours, 54 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 8:57:49 AM GMT
During the unfolding of the TMap for VS2010 process template, several pre-defined work items are created for the test organization. These work items helps the test organization to start structured test process with a Master Test Plan. When starting a testing effort first several things needs to be in place… we need to understand the assignment, determine what we are going to test what are the risks, etc… (more)
category: Agile | clicked: 0 | comment | | source: www.clemensreijnen.nl
tags: TMap; VS2010
9
Shouts

Writing an AsyncLoader to enqueue long running operations

published 1165 days, 2 hours, 36 minutes ago posted by KMilKMil 1166 days, 3 hours, 33 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 11:18:51 AM GMT
In this article Andrea Boschin demonstrates how to write an AsyncLoader to enqueue long running operations. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
8
Shouts

Having fun with jQuery and HTML 5

published 1175 days, 2 hours, 13 minutes ago posted by mehdi_mousavimehdi_mousavi 1177 days, 5 hours, 40 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Saturday, February 27, 2010 9:12:16 AM GMT
Discusses how you can create an amazing "Scare Bear" using HTML5 and jQuery. (more)
category: How To | clicked: 0 | comment | | source: blog.mehdi.biz
tags: JavaScript, jQuery, CSS, html5
11
Shouts

A First Look at Unity 2.0

published 1175 days, 2 hours, 13 minutes ago posted by KhaledKhaled 1180 days, 1 hour, 55 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Wednesday, February 24, 2010 12:56:30 PM GMT
Unity is an open-source project from the Patterns & Practices group at Microsoft aimed at providing a classic IoC framework for developers to build object instances in a smart and highly configurable way. Unity works as a standalone framework but it is often packaged along with Enterprise Library. With the advent of .NET 4 and V... (more)
category: Architecture | clicked: 0 | comment | | source: dotnetslackers.com
8
Shouts

No Intellisense with VS 2010 RC (and how to fix it) - ScottGu's Blog

published 1175 days, 2 hours, 13 minutes ago posted by ali62bali62b 1177 days, 6 hours, 48 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Saturday, February 27, 2010 8:04:08 AM GMT
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] Patrick recently posted about something he found odd when installing the VS 2010 RC – which was that code intellisense for C# wasn’t working.  When he pulled up Tools->Options and checked under the Text Editor->C# settings he noticed that the reason Intellisense wasn’t working was because his profile had them turned off – and he couldn’t understand why it was configured to be of... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: Visual Studio 2010 RC, ASP.NET
12
Shouts

XAML Power toys add-in for VS2010

published 1175 days, 2 hours, 13 minutes ago posted by ZORIGZORIG 1177 days, 22 hours, 17 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Friday, February 26, 2010 4:35:00 PM GMT
XAML Power toys add-in for VS2010 If you have been using XAML Power toys addin in VS2008, you would be happy to know that Karl has now got it ready for VS2010.. (more)
category: UX | clicked: 2 | comment | | source: blogs.msdn.com
tags: VS 2010
10
Shouts

DotNetRocks - Show #528 - It's the Visual Studio 2010 Launch Show!

published 1175 days, 2 hours, 13 minutes ago posted by mithumithu 1178 days, 6 hours, 35 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Friday, February 26, 2010 8:17:16 AM GMT
Carl and Richard talk to Dave Mendlen and Sam Gazitt from Microsoft about the launch event April 12-14, 2010 at the Bellagio in Las Vegas where .NET 4.0 and Visual Studio 2010 will be officially launched. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, Visual Studio 2010, .Net 4.0, Microsoft, VS 2010
10
Shouts

Silverlight: IronPython in the browser Part 1

published 1175 days, 2 hours, 13 minutes ago posted by sonukapoorsonukapoor 1178 days, 11 hours, 43 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Friday, February 26, 2010 3:09:05 AM GMT
In the article the authors discuss how to take advantage of the exciting Silverlight platform with IronPython. (more)
category: Metro | clicked: 0 | comment | | source: dotnetslackers.com
tags: Silverlight