Dustin
Name: Dustin
Score: 14,109.49
Last Seen: 503 days, 23 hours, 27 minutes ago
Member Since: 18 January, 2009
DotNetShoutout
atom rss
5
Shouts

Svetoslav Savov's Blog: WPF 4.0 New Features: Text

published 1212 days, 10 hours, 49 minutes ago posted by http://svetoslavsavov.blogspot.com/http://svetoslavsavov.blogspot.com/ 1214 days, 7 hours, 15 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Sunday, February 21, 2010 9:34:16 AM GMT
In WPF 4 Microsoft has significantly improved the way texts are rendered on the screen. They introduced several new options to allow us define the parameters of text rendering. (more)
category: How To | clicked: 0 | comment | | source: svetoslavsavov.blogspot.com
tags: WPF 4, Rendering, text, WPF, XAML
6
Shouts

Partial Validation in ASP.NET MVC 2 « Steve Sanderson’s blog

published 1212 days, 10 hours, 49 minutes ago posted by KhaledKhaled 1213 days, 13 hours, 22 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Monday, February 22, 2010 3:26:59 AM GMT
It’s tiny tip time… Since all the fuss about [Required] validators in ASP.NET MVC 2, the validation behaviour was changed in Release Candidate 2. Previously, the framework only validated fields that were actually posted in the form, whereas now it validates all the fields on any model object that the model binder gives you. Most people prefer this new behaviour, because they don’t like the idea that someone can avoid a [Required] rule just by using FireBug or similar to delete the HTML form field. That’... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.stevensanderson.com
5
Shouts

Consuming WCF / ASMX / REST service using JQuery

published 1212 days, 10 hours, 49 minutes ago posted by KhaledKhaled 1213 days, 21 hours, 44 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Sunday, February 21, 2010 7:04:25 PM GMT
In this article I will explain how to consume a WCF / ASMX service using jQuery. The scope of the article is limited to creating & consuming different kind of services using jQuery. I have segregated this article into 7 topics based on the service consumption. (more)
category: Web Dev | clicked: 0 | comment | | source: www.c-sharpcorner.com
6
Shouts

A basic proxy for intercepting method calls (Part – 3) - Mehfuz's WebLog

published 1212 days, 10 hours, 49 minutes ago posted by http://mehfuzh.myopenid.com/http://mehfuzh.myopenid.com/ 1213 days, 18 hours, 48 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Sunday, February 21, 2010 10:00:31 PM GMT
Monday, February 22, 2010 3:37 AM mehfuzh A basic proxy for intercepting method calls (Part – 3) In my previous posts, I showed how to create a proxy that can delegate calls. I further modified it to support argument list from original method and handled scenarios for void and non-void calls. In this post, i will further enhance it to introduce generic calls. Basically proxy overrides the virtual or interface calls dynamically and to consider generic meth... (more)
category: Agile | clicked: 0 | comment | | source: weblogs.asp.net
tags: C#, MSIL
6
Shouts

Using JqGrid with ASP.NET MVC

published 1217 days, 2 hours, 43 minutes ago posted by mceranskimceranski 1218 days, 3 hours, 11 minutes ago
Thursday, February 18, 2010 2:05:33 PM GMT Wednesday, February 17, 2010 1:37:59 PM GMT
When I discovered the jQuery Grid I had very high expectations. So I thought I would put it through some tests to see if it could handle my requirements. The requirements are: paging, sorting, inline controls and filtering. So, If you want to use jqGrid in your ASP.NET MVC app then just follow these steps... (more)
category: Web Dev | clicked: 5 | comment | | source: www.codecapers.com
tags: ASP .NET, jQuery, MVC
8
Shouts

ASP.NET MVC 2 RC 2 & VS 2010 RC « MVC#

published 1217 days, 2 hours, 43 minutes ago posted by ali62bali62b 1218 days, 4 hours, 48 minutes ago
Thursday, February 18, 2010 2:05:33 PM GMT Wednesday, February 17, 2010 12:00:44 PM GMT
Abstract: Visual Studio 2010 RC comes with MVC 2 RC 1 but if you had VS 2008 with MVC.NET 2 RC 2 installed ,as Phil Haack mentioned in his blog post, when you install VS 2010 RC you have using RC 2 version of MVC.NET automatically but without new item and project templates. In this post I’m going to show how you can manually use the latest version of templates which comes with RC 2 release of MVC.NET. I assumed you had installed VS 2008 with MVC.NET 2 RC 2 and then installed VS 2010 RC now want to upda... (more)
category: Web Dev | clicked: 2 | comment | | source: mvcsharp.wordpress.com
tags: ASP.NET MVC, Visual Studio 10, ASP.NET MVC 2, Visual Studio, Visual Studio 2010 RC2
7
Shouts

DotNetRocks - Show #525 - Stephen Toub on .NET 4.0 Concurrency Features

published 1217 days, 2 hours, 43 minutes ago posted by jantujantu 1218 days, 5 hours, 39 minutes ago
Thursday, February 18, 2010 2:05:33 PM GMT Wednesday, February 17, 2010 11:09:45 AM GMT
Stephen Toub talks to the boys about the new concurrency features in .NET 4.0.Stephen ToubStephen Toub is a lead program manager on the Parallel Computing Platform team at Microsoft. He's also a Contributing Editor to MSDN Magazine. (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, .Net 4.0, Microsoft, MSDN Magazine
5
Shouts

Proposal: Let’s call ASP.NET MVC “.MVC” | Adventures in HttpContext

published 1216 days, 4 hours, 22 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawk49Py_XJbm7y9rwOTlWTv4kEpMlEyv2awhttps://www.google.com/accounts/o8/id?id=AItOawk49Py_XJbm7y9rwOTlWTv4kEpMlEyv2aw 1216 days, 23 hours, 5 minutes ago
Friday, February 19, 2010 12:26:42 PM GMT Thursday, February 18, 2010 5:43:30 PM GMT
I hereby propose renaming ASP.NET MVC to just “.MVC”. It’s just so much easier to type. (more)
category: Web Dev | clicked: 0 | comment | | source: www.michaelhamrah.com
5
Shouts

Using ASP.NET MVC and NHibernate (Part 2) « Forerunner-G34

published 1216 days, 4 hours, 22 minutes ago posted by KhaledKhaled 1217 days, 4 hours, 42 minutes ago
Friday, February 19, 2010 12:26:42 PM GMT Thursday, February 18, 2010 12:06:39 PM GMT
This is the second part of a series of articles about using NHibernate in an ASP.NET MVC application, you can read the first part here.  Put it on the Bag We will continue by creating a map file for the Post class, this is a little bit different than the Category map file since now we have to represent a many-to-many relationship between Posts and Categories, we accomplish this by using the BAG element in the map file, this is the code of the Post.hbm.xml file: IMPORTANT: Set the build action of each ... (more)
category: Web Dev | clicked: 0 | comment | | source: forerunnerg34.wordpress.com
5
Shouts

Using ASP.NET MVC and NHibernate (Part 1) « Forerunner-G34

published 1216 days, 4 hours, 22 minutes ago posted by KhaledKhaled 1217 days, 4 hours, 43 minutes ago
Friday, February 19, 2010 12:26:42 PM GMT Thursday, February 18, 2010 12:06:10 PM GMT
In this article I’m going to cover how to install and configure NHibernate and use it in a ASP.NET MVC application. This is the first part of a series of articles which demonstrates how to set up NHibernate for a .Net Application. (more)
category: Web Dev | clicked: 0 | comment | | source: forerunnerg34.wordpress.com
5
Shouts

Using ASP.NET MVC and NHibernate (Part 3 – final) « Forerunner-G34

published 1216 days, 4 hours, 22 minutes ago posted by KhaledKhaled 1217 days, 4 hours, 42 minutes ago
Friday, February 19, 2010 12:26:42 PM GMT Thursday, February 18, 2010 12:07:00 PM GMT
This is the third and last part of a series of articles about using NHibernate in an ASP.NET MVC application. These are the links of the two previous posts:Using ASP.NET MVC and NHibernate Part 1Using ASP.NET MVC and NHibernate Part 2 In this article we will create our ASP.NET MVC application to manage Posts and Categories. Our project will have the following structure: The CategoriesController will let us Fetch, Create,Update and delete categories from our repository. The PostController will let u... (more)
category: Web Dev | clicked: 0 | comment | | source: forerunnerg34.wordpress.com
4
Shouts

My object to object mapper source released

published 1216 days, 4 hours, 22 minutes ago posted by gpeipmangpeipman 1216 days, 23 hours, 41 minutes ago
Friday, February 19, 2010 12:26:42 PM GMT Thursday, February 18, 2010 5:07:53 PM GMT
Some readers asked me for Visual Studio project of my simple object to object mapper. I am glad to announce that the source code of my mapper is now available for download. (more)
category: How To | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: .NET, object to object mapping, Source, Tools
11
Shouts

Innovation Showcase : Power Tools for Windows Azure

published 1213 days, 22 hours, 13 minutes ago posted by wzackwzack 1215 days, 23 hours, 53 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Friday, February 19, 2010 4:55:26 PM GMT
Power Tools for Windows Azure Ryan Dunn of the Microsoft Developer and Platform Evangelism group has just released updated versions of the Windows Azure Service Management (WASM) Cmdlets for PowerShell. These cmdlets can be combined in order to script out many useful Windows Azure management functions. (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
7
Shouts

Forcing Event Consumer Cleanup without Weak Events | Colin Eberhardt's Adventures in WPF

published 1213 days, 22 hours, 13 minutes ago posted by FantasticMrFishFantasticMrFish 1216 days, 5 hours, 7 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Friday, February 19, 2010 11:42:14 AM GMT
This blog post describes a simple technique for ensuring that consumers of events unsubscribe their event handlers without the need for weak events. I think the concept of managed memory, where the cleanup of unused objects from the heap is performed by a garbage collector, is a fantastic idea. It means that developers working with Java or C# (or other CLR languages) can often forget all about memory allocation, concentrating on more interesting tasks. However, whereas in the Java language the concept o... (more)
category: Architecture | clicked: 1 | comment | | source: www.scottlogic.co.uk
tags: Weak Reference, Weak Eventing, Memory Leaks
6
Shouts

ASP.NET MVC 2: Strongly Typed Html Helpers : ASP Alliance

published 1213 days, 22 hours, 13 minutes ago posted by KhaledKhaled 1215 days, 18 hours, 56 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Friday, February 19, 2010 9:52:37 PM GMT
In this article, Scott examines the usage of Strongly Typed Html Helpers included with ASP.NET MVC 2. He begins with a short description of the existing HTML Helper method in ASP.NET MVC 1 and discusses the new methods, providing screenshots and a detailed listing of these new methods. (more)
category: Web Dev | clicked: 1 | comment | | source: aspalliance.com
9
Shouts

ASP.NET 4.0 and the Entity Framework 4 - Part 1 - Create a Database using Model-First Development: ASP Alliance

published 1213 days, 22 hours, 13 minutes ago posted by KhaledKhaled 1215 days, 18 hours, 59 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Friday, February 19, 2010 9:49:40 PM GMT
This is the first in a series of articles that will develop an ASP.NET application that uses the Entity Framework 4. This article will demonstrate how to use Visual Studio 2010 and the Entity Framework 4 to create a database in a step-by-step approach. The database created in this article will then be used in future articles to demonstrate how to add, update, delete, and select records using the Entity Framework. (more)
category: Web Dev | clicked: 0 | comment | | source: aspalliance.com
12
Shouts

Introducing ElasticObject for .NET 4.0 - An easier way to work with XML in CSharp, A Smarter Cousin of ExpandoObject.

published 1213 days, 22 hours, 13 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1215 days, 23 hours, 12 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Friday, February 19, 2010 5:36:55 PM GMT
This is an intro post on the ‘ElasticObject’ concept I’ve implemented some time back – First of all, let us see what exactly the ElasticObject implementation is capable off. After that we might touch the implementation details. To start with, here are few scenarios you can use ElasticObjectAn easier, fluid way to work with data formats – like XML and JSON. Presently, we’ve some support for XML. Cleaner code though it is duck typed A ... (more)
category: How To | clicked: 12 | 2 comments | | source: amazedsaint.blogspot.com
tags: .NET, dynamic, C#, XML, DynamicObject
7
Shouts

DotNetRocks - Show #526 - NASA Pathfindier Innovation Challenge

published 1213 days, 22 hours, 13 minutes ago posted by mithumithu 1216 days, 17 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Friday, February 19, 2010 4:32:18 PM GMT
Michelle Viotti and Dr. Jeff Norris from NASA along with Marc Mercuri from Microsoft talk to Carl and Richard about their joint project, the Pathfinder Innovation Challenge in which .NET developers can help NASA make sense of the mountains of data coming back from Mars. (more)
category: Podcast | clicked: 1 | 1 comment | | source: www.dotnetrocks.com
tags: DotNetRocks, .NET, NASA
7
Shouts

HanselMinutes - Show #201 - The Making of a Hanselminutes Open Source MonoTouch iPhone app with Chris Hardy

published 1213 days, 22 hours, 13 minutes ago posted by mithumithu 1216 days, 10 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Friday, February 19, 2010 4:39:11 PM GMT
Two Englishmen in a row? What a sellout I am. This week I chat with Chris "ChrisNTR" Hardy, an ASP.NET programmer by day who writes C# code for the iPhone by night. He took it upon himself to answer a tweet from me and write the beginnings of a "Hanselminutes iPhone Application." How did he do it? (more)
category: Podcast | clicked: 0 | 3 comments | | source: www.hanselminutes.com
tags: ChrisNTR, iPhone, C#, ASP .NET, HanselMinutes
9
Shouts

Code Metrics: Lines of Code (LoC)

published 1213 days, 22 hours, 13 minutes ago posted by gpeipmangpeipman 1216 days, 17 hours, 38 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Thursday, February 18, 2010 11:11:03 PM GMT
I start writing series of blog posting about code metrics. I plan to introduce different metrics and explain their meaning. Also I plan to introduce tools you can use to measure those metrics. Where possible I will introduce you how to use one or another metric. The first metric is the simplest one and it is called Lines of Code (LoC). (more)
category: How To | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: Code Metrics, code analysis