Jemm
Name: Jemm
Score: 451.42
Last Seen: 704 days, 4 hours, 20 minutes ago
Member Since: 31 May, 2010
DotNetShoutout
atom rss
9
Shouts

Scott Hanselman - How to Post Code To Your Blog and other Religious Arguments

published 1042 days, 54 minutes ago posted by rajuraju 1043 days, 7 hours, 10 minutes ago
Wednesday, August 11, 2010 2:19:45 PM GMT Tuesday, August 10, 2010 8:02:52 AM GMT
If you've got a programming blog, chances are you'll want to post some code snippets. Posting code sounds easy but it's surprisingly tricky if you consider all the ways that people will be reading your blog. There's a number of ways. Here's a few and their pros and cons.Copy Paste from your IDE (like Visual Studio, for example) If I copy paste directly from VS into my editor of choice, Windows Live... (more)
category: Web Dev | clicked: 0 | 2 comments | | source: www.hanselman.com
tags: VS, IDE
8
Shouts

Coding4Fun - Part 1 of the Windows Phone Picture Effects App and Roadmap

published 1042 days, 54 minutes ago posted by http://kodierer.blogspot.com/http://kodierer.blogspot.com/ 1042 days, 21 hours, 45 minutes ago
Wednesday, August 11, 2010 2:19:45 PM GMT Tuesday, August 10, 2010 5:28:46 PM GMT
Rene Schulte announces his new Coding4Fun article series. The first article will show how to create the base Windows Phone application and how to implement some basic effects. He also mentions the further development and what he plans for the Marketplace with an app called "Picture Lab". (more)
category: Metro | clicked: 0 | comment | | source: kodierer.blogspot.com
tags: Silverlight, Windows Phone 7, WP7, wp7dev
8
Shouts

Dean Hume - Test your MVC routes with Moq

published 1046 days, 41 minutes ago posted by deanomachinodeanomachino 1047 days, 6 hours, 49 minutes ago
Saturday, August 07, 2010 2:32:10 PM GMT Friday, August 06, 2010 8:24:17 AM GMT
Test your MVC routes with Moq Routing is a great feature that ships with MVC. The ASP.NET Routing module is responsible for mapping incoming browser requests to particular MVC controller actions. One of the great things about routing in MVC is the ability to rewrite a URL and make it a lot more readable. This is also meant to be better for SEO, but I like that fact the URL's are easy to type and easier to remember. If you've had a look at an ASP.NET MVC application before you will notice that it... (more)
category: Web Dev | clicked: 7 | comment | | source: www.deanhume.com
tags: Routing, TDD, SEO, Moq, MVC 2, MVC
12
Shouts

New themes for WPF + Silverlight 4.0

published 1059 days, 22 hours, 2 minutes ago posted by nukeationnukeation 1063 days, 4 hours, 10 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Wednesday, July 21, 2010 11:03:41 AM GMT
Critically acclaimed WPF + Silverlight 4.0 themes from the people who started it all! (more)
category: Metro | clicked: 2 | comment | | source: www.nukeation.com
tags: WPF 4, Skinning, Theme, Toolkit, Reuxables, Silverlight 4.0
15
Shouts

ASP.NET MVC 2.0 and AJAX Part 2

published 1059 days, 22 hours, 2 minutes ago posted by sonukapoorsonukapoor 1063 days, 3 hours, 33 minutes ago
Saturday, July 24, 2010 5:11:12 PM GMT Wednesday, July 21, 2010 11:39:53 AM GMT
In this article, we are going to look at how you can utilize AJAX in your views, and utilize a concept called unobtrusive JavaScript to take advantage of a variety of situations. ASP.NET MVC provides AJAX features very easily as we previously saw, but this comes with a caveat, and it has mostly to do with the planning of the implementation. We’re going to examine these concerns in this article. (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: Ajax, MVC, ASP.NET
8
Shouts

Model-First Design using ADO.NET Entity Framework 4.0

published 1062 days, 23 hours, 49 minutes ago posted by codegaincodegain 1063 days, 14 hours ago
Wednesday, July 21, 2010 3:24:21 PM GMT Wednesday, July 21, 2010 1:13:27 AM GMT
In Model first approach, we will be creating the EDM, conceptual model, first with respect to the business, and keep evolute the EDM till it fits for the business and then generate the database schema based on the EDM. At least it makes easier to limit the huge changes. We will see the what limitations we have in this approach, everything comes with limitation ? We will be learning following 1. Create Empty Model. 2. EDM Designer. 3. Creating Entities. 4. Creating Associations and Relation (more)
category: Smart Client | clicked: 4 | comment | | source: www.codegain.com
tags: .NET, Design, ADO.NET, ADO.NET Framework, Entity
7
Shouts

Code-First Development with Entity Framework 4 - Scott Guthrie

published 1066 days, 2 hours, 39 minutes ago posted by jantujantu 1068 days, 2 hours, 58 minutes ago
Sunday, July 18, 2010 12:34:51 PM GMT Friday, July 16, 2010 12:15:40 PM GMT
.NET 4 ships with a new and much improved version of Entity Framework (EF) – a data access and OR/M  library that lives within the System.Data.Entity namespace.When Entity Framework was first introduced with .NET 3.5 SP1, developers provided a lot of feedback on things they thought were missing or incomplete with that first release.  The SQL team did a good job of listening to this feedback, and really focused the EF that ships with .NET 4 on addressing it.  Some of the big improvements in EF4 include:... (more)
category: Web Dev | clicked: 2 | comment | | source: weblogs.asp.net
tags: .NET, Visual Studio, Community News, MVC, ASP.NET
12
Shouts

Server installation options for ASP.NET MVC 2 - Jon Galloway

published 1069 days, 1 hour, 50 minutes ago posted by jantujantu 1069 days, 23 hours, 13 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Wednesday, July 14, 2010 4:00:33 PM GMT
Server installation options for ASP.NET MVC 2 I’ve answered several questions about installing ASP.NET MVC 2 on a server lately, and since I didn’t find a full summary I figured it was time to write one up. Here’s a look at some of the top options:WebPI Bin deploy Run the full AspNetMVC2_VS2008.exe installer Command-line install with aspnetmvc2.msi WebPI WebPI has quickly become my favorite way to install Microsoft web platform software (including development tools) on my development machine, and it’s ... (more)
category: Web Dev | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET
7
Shouts

Deploying an Azure Project using TFS 2010

published 1062 days, 23 hours, 49 minutes ago posted by JemmJemm 1069 days, 7 hours, 25 minutes ago
Wednesday, July 21, 2010 3:24:21 PM GMT Thursday, July 15, 2010 7:47:57 AM GMT
So, one of the biggest pains in any development is deployment. And when it comes to Azure, it is easy to deploy, but still is a very manual process. Also you need to deploy from your local Visual Studio which can be very problematic. So after going through this pain more than once, actually more like 30+ times, I got off of my butt and figured out how to deploy to azure from TFS 2010. (more)
category: How To | clicked: 1 | comment | | source: www.jimzimmerman.com
tags: Visual Studio, TFS, TFS2010, Azure
6
Shouts

Windows Phone 7 Developer Tools Beta Released - ScottGu's Blog

published 1069 days, 23 hours, 53 minutes ago posted by rajuraju 1071 days, 6 hours, 49 minutes ago
Wednesday, July 14, 2010 3:20:19 PM GMT Tuesday, July 13, 2010 8:24:30 AM GMT
Earlier today we shipped the beta of the Windows Phone 7 Developer Tools.  You can download them here. What is included in the Windows Phone Developer Tools The Windows Phone Developer Tools Beta includes:Visual Studio 2010 Express for Windows Phone – a new free, express edition of Visual Studio 2010 Express Blend for Windows Phone – a new free, edition of Blend focused on Windows Phone 7 development Silverlight for Windows Phone 7XNA Game Studio for Windows Phone 7 Integrated with the development to... (more)
category: How To | clicked: 0 | comment | | source: weblogs.asp.net
tags: Windows Phone 7, ScottGu
8
Shouts

Announcing Windows Phone 7 Tools Beta - Pete Brown

published 1069 days, 23 hours, 53 minutes ago posted by jantujantu 1071 days, 4 hours, 26 minutes ago
Wednesday, July 14, 2010 3:20:19 PM GMT Tuesday, July 13, 2010 10:47:27 AM GMT
Today we released the beta tools for Windows Phone 7. This is a strong, solid beta, just about feature complete. Heck, I'd almost consider it more of an RC when it comes to quality. If you've been waiting for a solid build before diving into wp7dev, this is the release for you. The Windows Phone Developer Tools Beta includes the following: * Visual Studio 2010 Express for Windows Phone Beta * Windows Phone Emulator Beta * Silverlight for Windows Phone Beta * XNA Game Studio 4.0 Beta (more)
category: Metro | clicked: 0 | comment | | source: 10rem.net
tags: .NET Silverlight Windows Phone
8
Shouts

Adding ASP.NET Membership to your OWN Database - Joe Stagner

published 1069 days, 1 hour, 50 minutes ago posted by jantujantu 1071 days, 4 hours, 32 minutes ago
Thursday, July 15, 2010 1:22:57 PM GMT Tuesday, July 13, 2010 10:41:00 AM GMT
ScottGu forwarded me an email from a developer this weekend who wanted to use ASP.NET Membership in an application deployed on a shared hosting account that allows only one SQL Server database. It’s not all that difficult to add ASP.NET membership (as well as other ASP.NET services) to your existing database. ASP.NET doesn’t really care where the information repository for it’s built in services live as long as they are complete. The database that contains the ASP.NET Application Services repository i... (more)
category: How To | clicked: 16 | comment | | source: misfitgeek.com
tags: Security, custom, Membership, ASP.NET
8
Shouts

Dirty Checking your Silverlight and WPF data entry forms

published 1071 days, 4 hours, 59 minutes ago posted by http://sblakemore.com/blog/http://sblakemore.com/blog/ 1073 days, 6 hours, 20 minutes ago
Tuesday, July 13, 2010 10:14:50 AM GMT Sunday, July 11, 2010 8:53:50 AM GMT
Track whether the data in your form has been changed without needing code in your model or code behind file. (more)
category: Metro | clicked: 7 | comment | | source: sblakemore.com
tags: data entry, Silverlight, dirty checking, WPF
11
Shouts

Visual State Manager A-Z - Jesse Liberty

published 1071 days, 4 hours, 59 minutes ago posted by jantujantu 1073 days, 23 hours, 31 minutes ago
Tuesday, July 13, 2010 10:14:50 AM GMT Saturday, July 10, 2010 3:42:41 PM GMT
This is the first of a multipart series on the Visual State Manager which will cover * Styles * Resources * Templates * Custom Controls * Customizing data validation Let’s start with the form that is used in my Getting Started With Silverlight video: Adding Controls To An Application. That video uses the design surface in Visual Studio 2010, and a subsequent video creates the grid in Xaml. To round things out I’ll create this version in Expression Blend. (more)
category: Metro | clicked: 0 | comment | | source: jesseliberty.com
tags: Silverlight, Visual State Manager, styles, Blend, Visual Studio
10
Shouts

Dynamic in F#: Reading data from SQL database

published 1073 days, 4 hours, 28 minutes ago posted by http://tomaspetricek.pip.verisignlabs.com/http://tomaspetricek.pip.verisignlabs.com/ 1075 days, 15 hours ago
Sunday, July 11, 2010 10:44:53 AM GMT Friday, July 09, 2010 12:12:56 AM GMT
In this article we look at working with SQL databases in F# using ADO.NET. We'll see how to use dynamic invoke operator to make the usual ADO.NET code remarkably elegant and simple... (more)
category: How To | clicked: 6 | comment | | source: tomasp.net
tags: stored procedures, ADO.NET, FSharp, F#
12
Shouts

Not Using jQuery JavaScript Templates? You’re Really Missing Out. - Rey Bango

published 1071 days, 4 hours, 59 minutes ago posted by jantujantu 1073 days, 18 hours, 10 minutes ago
Tuesday, July 13, 2010 10:14:50 AM GMT Saturday, July 10, 2010 9:03:34 PM GMT
In preparation for my upcoming talk on jQuery Templates, I’ve been been deep diving into the jQuery Template plugin created by Microsoft.. Many of you are probably familiar with server-side template engines like Smarty or Cheetah but only recently have client-side template engines taken off. Considering how complex our web apps are becoming, it makes total sense.The cool thing about templates is that it lets you easily structure your content display without all the hassle of string concatenation. For e... (more)
category: Web Dev | clicked: 1 | comment | | source: blog.reybango.com
tags: JavaScript, jQuery, Ajax
9
Shouts

Sometimes, even jQuery can’t save you from yourself | Encosia

published 1075 days, 1 hour, 29 minutes ago posted by dwhitedwhite 1075 days, 23 hours, 39 minutes ago
Friday, July 09, 2010 1:44:47 PM GMT Thursday, July 08, 2010 3:34:13 PM GMT
I recently encountered what appeared to be a cross-browser issue with jQuery, which was both surprising and frustrating. After all, eliminating those cross-browser inconsistencies is no small part of jQuery’s fundamental appeal. After some investigation, the source of the trouble actually stemmed from an oversight on my part. I doubt that many of you will have to deal with exactly the same situation, but the lessons I learned may apply to cross-browser jQuery problems you encounter in the future. (more)
category: Web Dev | clicked: 0 | comment | | source: encosia.com
tags: jQuery
13
Shouts

ASP.NET MVC 2 Localization complete guide

published 1209 days, 2 hours, 30 minutes ago posted by http://adamyan.blogspot.com/http://adamyan.blogspot.com/ 1211 days, 2 hours, 30 minutes ago
Thursday, February 25, 2010 12:43:03 PM GMT Tuesday, February 23, 2010 12:42:57 PM GMT
In this article we are going to explore all aspects of localization web application based on ASP.NET MVC framework. The guide covers following: views localization, model validation messages localization, simple culture switching mechanism, DisplayName attribute localization and OutputCache and localization problems solving. ... (more)
category: Web Dev | clicked: 17 | comment | | source: adamyan.blogspot.com
tags: outputcache, DisplayName attribute, ASP.NET MVC 2, Localization, Globalization
11
Shouts

Elegant Code » Asp.Net MVC: My Personal View Rules

published 1071 days, 4 hours, 59 minutes ago posted by JemmJemm 1075 days, 7 hours, 17 minutes ago
Tuesday, July 13, 2010 10:14:50 AM GMT Friday, July 09, 2010 7:56:33 AM GMT
"I’ve been working with a team of guys on several Asp.Net MVC projects since October of 2009. While that isn’t the greatest amount of time, and I’m still no expert, I thought I’d jot down a few of the practices that we have developed to help make coding a bit smoother. Asp.Net MVC, as with every new technology can be used poorly, and when use poorly you try to identify why that code was bad, how it could have been done better." (more)
category: Web Dev | clicked: 0 | comment | | source: elegantcode.com
6
Shouts

Unhandled Exception Handler For WPF Applications

published 1080 days, 37 minutes ago posted by abhi2434abhi2434 1083 days, 6 hours, 22 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Thursday, July 01, 2010 8:51:31 AM GMT
Exception handling is very vital for any software. We use our traditional way of handling exceptions of our code using Try/ Catch / Finally block to handle runtime exceptions.We write our code inside try block and wait for the error being generated from the code, and write our proper handler to handle the Exception if generated while running the code. Compiler handles all these problems and calls the appropriate catch automatically. We write various Catch blocks which handles the exception based on the t... (more)
category: Architecture | clicked: 1 | comment | | source: www.abhisheksur.com