Steves
Name: Steves
Score: 28,401.44
Last Seen: 479 days, 21 hours, 29 minutes ago
Member Since: 1 February, 2009
DotNetShoutout
atom rss
10
Shouts

Using LINQ and reflection to find matching properties of objects

published 1244 days, 1 hour, 12 minutes ago posted by gpeipmangpeipman 1247 days, 2 hours, 54 minutes ago
Tuesday, December 29, 2009 1:29:13 PM GMT Saturday, December 26, 2009 11:47:39 AM GMT
Using LINQ and reflection to find matching properties of objects As a side product of some experiments I wrote simple LINQ query that matches properties of two objects and returns these properties as list. The code I wrote is pretty simple and I packed it for you as method. (more)
category: How To | clicked: 2 | comment | | source: weblogs.asp.net
tags: Reflection, Linq
10
Shouts

A Silverlight HVP Update - Jesse Liberty

published 1245 days, 1 hour, 21 minutes ago posted by jantujantu 1247 days, 59 minutes ago
Monday, December 28, 2009 1:19:46 PM GMT Saturday, December 26, 2009 1:42:08 PM GMT
I’m extremely pleased to report that a start-up e-learning company (currently code-named WL) has committed approximately 100 hours / week of development time by four of their world-class Silverlight developers,  from now through February. All of the work they do will be fully integrated into the Silverlight HVP and released under the Ms-PL. We are currently working on the feature list for Version 1, but the very good news is that virtually all of the... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: RIA Services, Hypervideo, Building Apps, MEF, HyperVideoProject, Silverlight 4, Cool Stuff, Related Skills
8
Shouts

Code clarity: MVC 2.0 Client validation exposed

published 1245 days, 1 hour, 21 minutes ago posted by http://code-clarity.blogspot.com/http://code-clarity.blogspot.com/ 1246 days, 22 hours, 29 minutes ago
Monday, December 28, 2009 1:19:46 PM GMT Saturday, December 26, 2009 4:11:45 PM GMT
Yeah, data annotation and rules in model is cool. But I have found no info about how to add client validation rules from code, it can be useful in many cases. (more)
category: Web Dev | clicked: 1 | comment | | source: code-clarity.blogspot.com
tags: Validation, ASP.NET MVC 2.0, DataAnnotation
8
Shouts

Url Helper Extension Method for ASP MVC in form tags when using IIS 6 | Taswar Bhatti Blog

published 1249 days, 17 hours, 59 minutes ago posted by http://taswar.myopenid.com/http://taswar.myopenid.com/ 1251 days, 22 hours, 6 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Monday, December 21, 2009 4:35:11 PM GMT
Url Helper Extension Method for ASP MVC in form tags when using IIS 6 Posted in Uncategorized on December 21st, 2009 by taswar So I was going through some code of codebettercanvas and found it interesting of Karl Seguin using Html Helper extension for his form tags, which has its elegance. e.g?View Code HTML1 Basically it calls an extension method called LinkTo with a generic controller and a lamda for calling its action, the extension method looks like?View Code CSHARP1 2 3 4 5 6 7 8 9 10 11 12 1... (more)
category: Web Dev | clicked: 0 | comment | | source: taswar.zeytinsoft.com
tags: asp mvc IIS6
7
Shouts

Elegant Code » Advanced Unity: Connecting Implementations to Open Generic Types

published 1250 days, 7 hours, 14 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1252 days, 4 hours, 1 minute ago
Wednesday, December 23, 2009 7:27:27 AM GMT Monday, December 21, 2009 10:40:40 AM GMT
Jimmy Bogard has an excellent post called “Advanced StructureMap: connecting implementations to open generic types” which he uses the StructureMap IOC container to connect messages to handlers. This is something I have been using in my codebase to handle domain events, as well as a publish/subscribe mechanism for WCF message handling. I learned about this Handler (more)
category: Architecture | clicked: 3 | comment | | source: elegantcode.com
tags: Unity, IoC, IoC/DI, DI, StructureMap
7
Shouts

Firefox 3.6 Beta (revision 5) now available for download - Mozilla Developer News

published 1250 days, 7 hours, 14 minutes ago posted by iftekharahmedamitiftekharahmedamit 1252 days, 3 hours, 55 minutes ago
Wednesday, December 23, 2009 7:27:27 AM GMT Monday, December 21, 2009 10:45:54 AM GMT
This morning the Mozilla community released Firefox 3.6 Beta 5, making it available for free download and issuing an automatic update to all Firefox 3.6 beta users. This update contains over 100 fixes from the last Firefox 3.6 beta, containing many improvements for web developers, Add-on developers, and users. Over 70% of the thousands of Firefox Add-ons have now been upgraded by their authors to be compatible with Firefox 3.6 Beta. If your favorite Add-on isn’t yet compatible,... (more)
category: How To | clicked: 0 | comment | | source: developer.mozilla.org
tags: Mozilla, Mozilla Firefox, Firefox
7
Shouts

Firefox 3.6 for developers - Mozilla Developer Center

published 1250 days, 7 hours, 14 minutes ago posted by iftekharahmedamitiftekharahmedamit 1252 days, 4 hours, 3 minutes ago
Wednesday, December 23, 2009 7:27:27 AM GMT Monday, December 21, 2009 10:37:43 AM GMT
Firefox 3.6 – code-named Namoroka – will be based upon Gecko 1.9.2. Please collect information about changes that will impact developers here, and our happy, helpful documentation gnomes will make sure that articles are written to explain your hard coding work... (more)
category: How To | clicked: 0 | comment | | source: developer.mozilla.org
tags: Mozilla, Mozilla Firefox, Firefox
9
Shouts

e-Commerce using ASP.NET MVC Framework « Ramani Sandeep's Blog

published 1249 days, 17 hours, 59 minutes ago posted by sandy060583sandy060583 1252 days, 1 hour, 43 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Monday, December 21, 2009 12:57:48 PM GMT
e-Commerce using ASP.NET MVC Framework Posted by Ramani Sandeep on December 18, 2009 In this two-part series, you will learn how to a typical front end of an e-commerce system using the great Microsoft ASP.NET MVC 1.0 framework. In the first part, we will focus upon the following points: system design functionality design architecture design and database design etc… In the second part, we will discuss the detailed coding related things. Introducti... (more)
category: Web Dev | clicked: 4 | comment | | source: ramanisandeep.wordpress.com
8
Shouts

WPF Manipulation Basics

published 1250 days, 7 hours, 14 minutes ago posted by ZORIGZORIG 1251 days, 23 hours, 2 minutes ago
Wednesday, December 23, 2009 7:27:27 AM GMT Monday, December 21, 2009 3:39:37 PM GMT
WPF Manipulation Basics Here's the second post by Drake on the usage of Manipulation features.. Sample attachedWPF Manipulation BasicsThings to know before we start Understanding how RoutedEvents work might provide additional insight for this tutorial.  http://msdn.microsoft.com/magazine/cc785480. In the previous post we looked at the basics of the primitive Touch APIs.  This was a good starting point for conceptual material, but when developing your application it’s recommended that you use the Mani... (more)
category: How To | clicked: 2 | comment | | source: blogs.msdn.com
tags: .net 4, WPF, Manipulation, New WPF 4 features
8
Shouts

Lazy Loading « Ramani Sandeep's Blog

published 1250 days, 7 hours, 14 minutes ago posted by sandy060583sandy060583 1252 days, 1 hour, 31 minutes ago
Wednesday, December 23, 2009 7:27:27 AM GMT Monday, December 21, 2009 1:10:39 PM GMT
Lazy Loading Posted by Ramani Sandeep on December 11, 2009 Introduction Lazy loading is a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed. It can contribute to efficiency in the program’s operation if properly and appropriately used. The opposite of lazy loading is Eager Loading. Article – 1: jQuery Tabs and Lazy Loading b... (more)
category: Web Dev | clicked: 0 | comment | | source: ramanisandeep.wordpress.com
9
Shouts

Reading the ProviderUserKey when using the SqlMembershipProvider

published 1249 days, 17 hours, 59 minutes ago posted by http://rtpharry.myopenid.com/http://rtpharry.myopenid.com/ 1251 days, 14 hours, 38 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 12:03:34 AM GMT
The ProviderUserKey gives access to a unique identifier for each of the members in your membership data store. If you're doing a large amount of lookup's or want to cross link to another table you will find this technique will give you better performance than using the UserName property. (more)
category: Web Dev | clicked: 0 | comment | | source: runtingsproper.blogspot.com
tags: .NET, MSDN, article, Membership, ASP.NET
10
Shouts

ASP.NET MVC Uploading and Downloading Files

published 1250 days, 7 hours, 14 minutes ago posted by MikesdotnettingMikesdotnetting 1251 days, 16 hours, 4 minutes ago
Wednesday, December 23, 2009 7:27:27 AM GMT Monday, December 21, 2009 10:37:30 PM GMT
ASP.NET MVC Uploading and Downloading Files   If you come to ASP.NET MVC from a purely ASP.NET Web Forms background, one of the first things you are likely to notice is that all those nice easy Server Controls have disappeared. One of those is the FileUpload, and its absence seems to cause a few problems. This article looks at how to upload files to the server in an MVC world, and how to get them back from the server to the user again.   In Web Forms, when you drag a FilUpload control... (more)
category: Web Dev | clicked: 6 | comment | | source: www.mikesdotnetting.com
tags: ASPNETMVC
15
Shouts

HerdingCode - Episode 66: Brad Wilson and Scott Densmore on iPhone Development

published 1249 days, 17 hours, 59 minutes ago posted by mithumithu 1250 days, 20 hours, 21 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 6:20:26 PM GMT
What do Brad Wilson and Scott Densmore have in common? They’re expert .NET developers, a couple of Mac fanboys, and they’re both joining the guys on this week’s episode of Herding Code. Listen in while Brad and, yet another, Scott talk about the Mac, Windows, and the ins and outs of iPhone development: In case you’ve never heard of them, Brad and Scott D introduce themselves and share their interest in the Mac and iPhone development. Brad and Scott D talk about Objective-C as it compares to other lan... (more)
category: Podcast | clicked: 0 | comment | | source: herdingcode.com
tags: .NET, ADO.NET, ASP.NET MVC 2.0, iPhone, C#, HerdingCode, MVC
11
Shouts

Linquify - Business Class Generator for LINQ to SQL, Entity Framework

published 1249 days, 17 hours, 59 minutes ago posted by surfer6surfer6 1250 days, 23 hours, 24 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 3:17:09 PM GMT
Introducing Linquify! A free C# .NET business class generator that makes LINQ to SQL and the Entity Framework extremely easy to use! It installs as a Visual Studio 2008 Addin and helps support rapid development of .NET and ASP .NET web application data layers. (more)
category: Web Dev | clicked: 13 | comment | | source: www.primaryobjects.com
tags: Linq2Sql, .NET, code generator, Linq To SQL, Entity Framework, C#, linquify, Linq
9
Shouts

Basic File Operations (C# / .NET)

published 1249 days, 17 hours, 59 minutes ago posted by BlackWaspBlackWasp 1251 days, 1 hour, 1 minute ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 1:40:15 PM GMT
When an application stores information within files, it is common to include some simple file management tasks within the software. This article describes methods of copying, moving, renaming and deleting files using C# and the .NET framework. (more)
category: How To | clicked: 0 | comment | | source: www.blackwasp.co.uk
tags: .NET, C#, file, IO
12
Shouts

Unit Testing Entity Framework Video - Unit Testing Database Applications Tutorial -

published 1249 days, 17 hours, 59 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1250 days, 22 hours, 58 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 3:43:01 PM GMT
Muhammad Mosa prepared a video on examples for unit testing EF apps. Entity framework has been considered hard to test, but Muhammad shows how to do it easily with Typemock Isolator. You can download the presentation and code and try it for yourselves.   You can also follow Muhammad on Twitter, and I suggest you do! (more)
category: Screencast | clicked: 1 | comment | | source: site.typemock.com
tags: UnitTesting, EF, Entity Framework, UnitTest, entityframework, UnitTests, TypeMock.NET, Unit Tests, Typemock, Unit Test, unit testing
8
Shouts

Deleting entities in a many to many relatonship with Entity Framework and Ria Services

published 1249 days, 17 hours, 59 minutes ago posted by http://micahlmartin.myopenid.com/http://micahlmartin.myopenid.com/ 1251 days, 8 hours, 7 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 6:34:05 AM GMT
Trying to delete a record in many to many relationship can be a bit tricky. In this scenario I have a person record that can be tied to multiple address records. Here is our database setup:   When creating the data model the Entity Framework will hide all the details for us of creating and updating the intermediary "PersonAddress" table.  Here's what's generated by the designer: When generating our Ria Service, if we select the "Enable Editing" option for our "Address" table it will create all the C... (more)
category: Metro | clicked: 4 | comment | | source: www.codingcontext.com
tags: RIA Services, Entity Framework, silveright
12
Shouts

Handling Exceptions using jQuery and ASP.NET MVC

published 1249 days, 17 hours, 59 minutes ago posted by http://2leggedspider.wordpress.com/http://2leggedspider.wordpress.com/ 1251 days, 3 hours, 43 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 10:58:25 AM GMT
Using AJAX has become one of the de facto practices in many web based RIAs. The use of jQuery is on the rise in many web applications, especially the ones built using ASP.NET MVC. Making AJAX calls using jQuery is quick and easy. A typical web request can have an expected response or an exception. It is therefore important to catch exceptions when we make any AJAX calls so that we can show some message which makes sense to the user. (more)
category: Web Dev | clicked: 0 | comment | | source: 2leggedspider.wordpress.com
tags: ASPNETMVC, jQuery, Ajax
10
Shouts

DotNetRocks - Show #509 - Eric Lawrence on Fiddler

published 1249 days, 17 hours, 59 minutes ago posted by jantujantu 1251 days, 1 hour, 35 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 1:06:04 PM GMT
Eric Lawrence from Microsoft talks about Fiddler, a debugging proxy for HTTP traffic that you can use in your own applications. Eric LawrenceEric Lawrence is a Program Manager on the Internet Explorer team, responsible for security and networking features. He recently spoke at... (more)
category: Podcast | clicked: 0 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, PDC 2009
10
Shouts

Sharing the goodness that is VB : Build WPF Data Controls for Outlook Addins Easily with VS2010 - Beth Massi

published 1249 days, 17 hours, 59 minutes ago posted by impaimpa 1251 days, 41 minutes ago
Wednesday, December 23, 2009 8:42:22 PM GMT Tuesday, December 22, 2009 2:00:14 PM GMT
I showed how to migrate our Northwind Outlook client to .NET 4 and Office 2010. This Outlook Add-in displays order history information in an adjoining form region so sales associates can see that data immediately when communicating with customers. When we originally built this with Visual Studio 2008, we used a WPF user control to display the data so that we could better match the look and feel of Ou... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: OBA, Office, data, WPF, article, VS2010, DevCenter, VSTO