Dustin
Name: Dustin
Score: 14,109.49
Last Seen: 475 days, 11 hours, 48 minutes ago
Member Since: 18 January, 2009
DotNetShoutout
atom rss
7
Shouts

Convention Based Localization With ASP.NET MVC - Davy Brion's Blog

published 788 days, 21 hours, 49 minutes ago posted by iftekharahmedamitiftekharahmedamit 792 days, 3 hours, 20 minutes ago
Friday, March 25, 2011 7:20:06 AM GMT Tuesday, March 22, 2011 1:49:45 AM GMT
A feature of ASP.NET MVC that i really like is that when you use the LabelFor extension method in a strongly-typed view, the LabelFor implementation will try to retrieve and use metadata for the property you're creating a label for. For instance: @Html.LabelFor(m => m.SomeProperty) This will generate an HTML label for the SomeProperty property of your model. If you need localized views, you can annotate the property in your model like this: [Display(ResourceType = typeof(Resources), Name = "Res... (more)
category: Web Dev | clicked: 11 | comment | | source: davybrion.com
tags: ASP.NET MVC, Localization, MVC, ASP.NET
7
Shouts

High-speed MVC Development in Visual Studio with CodeRush and DevExpress MVC Extensions - Mark Miller

published 788 days, 21 hours, 49 minutes ago posted by iftekharahmedamitiftekharahmedamit 792 days, 3 hours, 18 minutes ago
Friday, March 25, 2011 7:20:06 AM GMT Tuesday, March 22, 2011 1:51:10 AM GMT
If you saw our Using CodeRush with MVC webinar, Rory and I introduced new templates that make it easy to exploit the MVC Extensions from DevExpress. These templates will likely be integrated into CodeRush 11.1, however you can install and start using them right now (installation instructions appear below)... (more)
category: How To | clicked: 3 | comment | | source: community.devexpress.com
tags: DevExpress, CodeRush, MVC Extension
7
Shouts

New version of StyleCop released - Tatworth

published 788 days, 21 hours, 49 minutes ago posted by iftekharahmedamitiftekharahmedamit 792 days, 3 hours, 13 minutes ago
Friday, March 25, 2011 7:20:06 AM GMT Tuesday, March 22, 2011 1:56:40 AM GMT
New version of StyleCop released 4.5 Preview was released today. The download is at http://stylecop.codeplex.com/releases/view/62209 I recommend the use of Style Cop to all C# developers. I quote the download page: This release currently contains 89 bug fixes since the 4.4 RTW release and includes 4 new rules. SA1125 - UseShorthandForNullableTypes SA1411 - AttributeConstructorMustNotUseUnnecessaryParenthesis SA1517 - CodeMustNotContainBlankLin... (more)
category: How To | clicked: 1 | comment | | source: geekswithblogs.net
tags: StyleCop
7
Shouts

MVVM Light V4 preview 2 (BL0015) #mvvmlight - Laurent Bugnion

published 788 days, 21 hours, 49 minutes ago posted by iftekharahmedamitiftekharahmedamit 792 days, 3 hours, 6 minutes ago
Friday, March 25, 2011 7:20:06 AM GMT Tuesday, March 22, 2011 2:03:30 AM GMT
Over the past few weeks, I have worked hard on a few new features for MVVM Light V4. Here is a second early preview (consider this pre-alpha if you wish). The features are unit-tested, but I am now looking for feedback and there might be bugs! Bug correction: Messenger.CleanupList is now thread safe This was an annoying bug that is now corrected: In some circumstances, an exception could be thrown when the Messenger’s recipients list was cleaned up (i.e. the “dead” instances were removed). The method is... (more)
category: UX | clicked: 3 | comment | | source: blog.galasoft.ch
tags: MVVM Light Toolkit, MVVM Light V4
5
Shouts

Extending Applications - The Silverlight Blog

published 791 days, 5 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 792 days, 2 hours, 42 minutes ago
Tuesday, March 22, 2011 11:59:28 PM GMT Tuesday, March 22, 2011 2:27:46 AM GMT
Hello Silverlight Community, I am the product manager for Microsoft® Visual Studio® LightSwitch™. Today, we are making Visual Studio LightSwitch Beta 2 publicly available for download. If you are new to Visual Studio LightSwitch Beta 2 here are some resources to get you started: What’s new in Visual Studio LightSwitch Beta 2 Visual Studio LightSwitch Tutorial on creating applications (Jason Zander’s Post) Visual Studio LightSwitch Extension Overview For this blog post I am going to focus on extension... (more)
category: How To | clicked: 1 | comment | | source: team.silverlight.net
tags: LightSwitch Beta 2, LightSwitch
7
Shouts

Know about Jquery Selectors with a simple example

published 791 days, 5 hours, 10 minutes ago posted by deliciousdotnetdeliciousdotnet 792 days, 1 hour, 53 minutes ago
Tuesday, March 22, 2011 11:59:28 PM GMT Tuesday, March 22, 2011 3:16:19 AM GMT
Overview on JQuery SelectorsA jQuery Selector is a function which makes use of expressions to find out matching elements from a DOM based on the given criteria. The $() factory function:The factory function $() makes use of following three building blocks while selecting elements in a given document: Selectors are the key that make jQuery useful. You start by selecting content and then applying a jQuery function to it We can select Elements in the following ways Using Tag Name: $('p').css("border"... (more)
category: Web Dev | clicked: 1 | comment | | source: deliciousdotnet.blogspot.com
tags: java script, ASP.NET MVC, selectors, jQuery, ASP.NET
6
Shouts

Jquery basics before developing

published 791 days, 5 hours, 10 minutes ago posted by deliciousdotnetdeliciousdotnet 792 days, 2 hours, 1 minute ago
Tuesday, March 22, 2011 11:59:28 PM GMT Tuesday, March 22, 2011 3:08:40 AM GMT
JQuery Basics 2 jQuery is a framework built using JavaScript capabilities. So you can use all the functions and other capabilities available in JavaScript. To learn JQuery we should have a some basic knowledge on Java secript.The basic concepts that we should Know to start learning JQuery are Aboiut the data types About Arrays About Functions About Arguments About Objests About Context ... (more)
category: Web Dev | clicked: 3 | comment | | source: deliciousdotnet.blogspot.com
tags: JavaScript, basics, jQuery, ASP.NET
5
Shouts

Azure DataMarket– Writing Code to Consume DataMarket Data - Bruno Terkaly

published 791 days, 5 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 792 days, 2 hours, 17 minutes ago
Tuesday, March 22, 2011 11:59:28 PM GMT Tuesday, March 22, 2011 2:52:19 AM GMT
This blog is based on a lab exercise in the Windows Azure Platform training Kit. The lab is called Introduction to Windows Azure Marketplace DataMarket. I ran through the lab to see if I could get it to work. And it does work... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.msdn.com
tags: Azure
7
Shouts

Metro In Motion – Fluid List Animation | Colin Eberhardt's Adventures in WPF

published 788 days, 21 hours, 49 minutes ago posted by FantasticMrFishFantasticMrFish 791 days, 19 hours, 48 minutes ago
Friday, March 25, 2011 7:20:06 AM GMT Tuesday, March 22, 2011 9:21:02 AM GMT
This blog post presents an attached behaviour that gracefully slides the contents of a list into view when used in conjunction with a Pivot control, emulating the Windows Phone 7 email application. The Windows Phone 7 user interface is based on the Metro Design Language, which favours clear typography, content over chrome and simplicity. If you want to see practical applications of the Metro approach to design, I would highly recommend visiting Scott Barnes’ blog over at riagenic. Silverlight for Wi... (more)
category: Metro | clicked: 25 | comment | | source: www.scottlogic.co.uk
tags: Windows Phone 7, metro
5
Shouts

Dean Hume - Explicit Interface Usage in C#

published 791 days, 5 hours, 10 minutes ago posted by deanomachinodeanomachino 791 days, 19 hours, 39 minutes ago
Tuesday, March 22, 2011 11:59:28 PM GMT Tuesday, March 22, 2011 9:29:58 AM GMT
Explicit Interface Usage in C# Where possible, I try and program against interfaces as much as possible. I do this because I like Interface-based programming and because I like the characteristics that it brings to the table: reusability, maintainability, and extensibility. It also allows you to effectively test your code using Mocks. Whether or not you like to code this way, you may however find that there are certain situations in which you need to explicitly set the usage of an interface. When ... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: deanhume.com
tags: C#, Explicitly Implemented Interfaces, Interface
5
Shouts

Compilation Error while copy/pasting Web User Controls

published 791 days, 5 hours, 10 minutes ago posted by eugeneKeugeneK 791 days, 16 hours, 5 minutes ago
Tuesday, March 22, 2011 11:59:28 PM GMT Tuesday, March 22, 2011 1:04:17 PM GMT
Many times while using Web User Con­trols for cre­at­ing nav­i­ga­tion both for users and vis­i­tors i’ve got some strange com­pi­la­tion error below (more)
category: Web Dev | clicked: 0 | comment | | source: ekdd.co.il
tags: Web User Controls, ASP.NET
7
Shouts

Using EntityFramework with ASP.NET MVC 3 - Rob Conery

published 788 days, 21 hours, 49 minutes ago posted by iftekharahmedamitiftekharahmedamit 791 days, 14 hours, 20 minutes ago
Friday, March 25, 2011 7:20:06 AM GMT Tuesday, March 22, 2011 2:49:53 PM GMT
Using EntityFramework with ASP.NET MVC 3 A few people have asked about a comment I made on my last post: I might suggest (in this case) creating an ActionFilter and wrapping the Action in a transaction. It’s transparent, it’s fun… and all the kids are doing it. … and it got me thinking. All of the MSDN samples that I’ve seen which talk about using EF or LinqToSql with ASP.NET MVC almost always show the context being created inside an action or being passed in via a repository. This doesn’t have to ... (more)
category: Web Dev | clicked: 17 | comment | | source: wekeroad.com
tags: ASP.NET MVC 3, ASP.NET MVC, entityframework, MVC, ASP.NET
5
Shouts

Windows Azure and scaling: how? (.NET) - Maarten Balliauw

published 791 days, 5 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 791 days, 14 hours, 14 minutes ago
Tuesday, March 22, 2011 11:59:28 PM GMT Tuesday, March 22, 2011 2:55:40 PM GMT
One of the key ideas behind cloud computing is the concept of scaling.Talking to customers and cloud enthusiasts, many people seem to be unaware about the fact that there is great opportunity in scaling, even for small applications. In this blog post series, I will talk about the following:Put your cloud on a diet (or: Windows Azure and scaling: why?)Windows Azure and scaling: how? (.NET) – the post you are currently reading Windows Azure and scaling: how? (PHP) Creating and uploading a management certif... (more)
category: Architecture | clicked: 0 | comment | | source: blog.maartenballiauw.be
tags: Windows Azure, Azure
4
Shouts

Using WCF Data Services with Entity Framework 4.1 and Code First - ADO.NET team blog

published 791 days, 5 hours, 10 minutes ago posted by iftekharahmedamitiftekharahmedamit 791 days, 14 hours, 16 minutes ago
Tuesday, March 22, 2011 11:59:28 PM GMT Tuesday, March 22, 2011 2:53:08 PM GMT
In this post you’ll see how Code First and the DbContext class in Entity Framework 4.1 RC will work with WCF Data Services going forward. WCF Data Services in .NET 4.0 was released prior to the Entity Framework 4.1 RC and so does not natively know about the DbContext class. There are numerous posts already on how to get DbContext to work with WCF Data Services in .NET 4.0, including this one by Rowan Miller. These posts talk about how to write some extra code to initialize the DataService class. This is ... (more)
category: Architecture | clicked: 41 | 1 comment | | source: blogs.msdn.com
tags: DbContext, Code first, Data Services, Entity Framework 4.1, WCF Data Services, WCF
7
Shouts

The Full Stack 9–MVVM and TDD on the Phone Client - Jesse Liberty

published 794 days, 1 hour, 42 minutes ago posted by DustinDustin 795 days, 14 hours, 6 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 3:03:46 PM GMT
Part 9 in the Full Stack series in which Jon and I are building an entire application from conception to delivery that includes MVC3, ASP.NET, Silverlight and Windows Phone... (more)
category: Screencast | clicked: 3 | comment | | source: jesseliberty.com
tags: TDD, MVVM
8
Shouts

Phone Tools reaches Beta! - Shawn Wildermuth

published 794 days, 1 hour, 42 minutes ago posted by DustinDustin 795 days, 14 hours, 7 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 3:02:13 PM GMT
I am proud to announce the Beta version of the Phoney Tools. This version (v0.5) includes a few new features that are detailed below. The official release is still slated for MIX11! Changes in this version include: SelectSwitch Control This control is used to show a toggling button that shows a 'indicator' to indicate enabling and an optional piece of text to indicate the choice. The control is meant to be a replacement for Tog... (more)
category: Metro | clicked: 0 | comment | | source: wildermuth.com
tags: Silverlight, WP7, phone, Phone Tools
7
Shouts

Get to Know Action Filters in ASP.NET MVC 3 Using HandleError - .net DEvHammer

published 794 days, 1 hour, 42 minutes ago posted by DustinDustin 795 days, 14 hours, 12 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Friday, March 18, 2011 2:57:33 PM GMT
What’s an Action Filter? If you’re just getting started with ASP.NET MVC, you may have heard of something called action filters, but haven’t had the chance to use them yet. Action filters provide a convenient mechanism for attaching code to your controllers and/or action methods that implements what are referred to as cross-cutting concerns, that is, functionality that isn’t specific to one particular action method, but rather is something you’d want to re-use across multiple actions. An action filter ... (more)
category: Web Dev | clicked: 5 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, Action Filters, MVC 3, ASP.NET
11
Shouts

Entity Framework 4.1 Release Candidate with Go-Live (with Final Release to follow in a month) - Scott Hanselman

published 794 days, 1 hour, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 796 days, 13 hours, 50 minutes ago
Sunday, March 20, 2011 3:27:49 AM GMT Thursday, March 17, 2011 3:19:45 PM GMT
I was in Redmond this last week and talked to Jeff Derstadt, the Lead Developer on Entity Framework Code First (or, as I say, EF Magic Unicorn). What's the deal with this new feature in Entity Framework? What about the bad rap that EF got back in the day? What's new in EF4 and how does EF Code First sit on that? Which is the right choice, Model First, Database First or Code First? All of this plus demos in this off-the-cuff interview. There's lots of good info in this video including some insight into mu... (more)
category: Architecture | clicked: 4 | comment | | source: www.hanselman.com
tags: EF, Entity Framework, EF 4.1, Entity Framework 4.1, Entity Framework 4.1 Release Candidate
9
Shouts

New EF4 & EF4.1 content on MSDN - Julie Lerman

published 795 days, 13 hours, 55 minutes ago posted by iftekharahmedamitiftekharahmedamit 796 days, 13 hours, 45 minutes ago
Friday, March 18, 2011 3:14:29 PM GMT Thursday, March 17, 2011 3:24:52 PM GMT
I’ve been busily writing and recording screencasts about Entity Framework 4 and 4.1 for MSDN and some of the fruits of my labor are finally online. Although there is much more to come. 1) Drag & Drop Databinding with the Entity Framework and WPF Learn how developers can use the Entity Framework to easily build WPF windows or even master detail windows with WPF with little or even no code at all. 2) Building an MVC 3 App with Code First and Entity Framework 4.1 In this whitepaper... (more)
category: Architecture | clicked: 10 | comment | | source: thedatafarm.com
tags: EF 4.1, EF 4.0, MSDN
9
Shouts

ADO.NET Entity Framework Performance Tips - Wriju's Blog

published 795 days, 13 hours, 55 minutes ago posted by iftekharahmedamitiftekharahmedamit 796 days, 13 hours, 35 minutes ago
Friday, March 18, 2011 3:14:29 PM GMT Thursday, March 17, 2011 3:34:47 PM GMT
Over a period of time I have been working with ADO.NET Entity Framework and I am flattered with its amazing usability. I am a big fan of EF and especially with EF4 release a lot more avenues are open. I love to talk about this technology in any forum and given a chance I would love to work on any implementation and migration. While doing all of these stuffs I found one big question which always comes to our mind is performance and it is quite obvious that for any data access technology performance is a b... (more)
category: Architecture | clicked: 4 | comment | | source: blogs.msdn.com
tags: ADO.NET, Entity Framework, Performance
Previous 1 2 ... 8 9 10 11 12 13 14 15 16 17 ... 65 66 Next