Steves
Name: Steves
Score: 28,401.44
Last Seen: 477 days, 1 hour, 57 minutes ago
Member Since: 1 February, 2009
DotNetShoutout
atom rss
5
Shouts

Getting Started with Mobile Web Development Using HTML5, jQuery Mobile and ASP.NET MVC 4 - Rachel Appel

published 476 days, 2 hours, 3 minutes ago posted by StevesSteves 477 days, 2 hours, 1 minute ago
Thursday, February 02, 2012 5:06:51 PM GMT Wednesday, February 01, 2012 5:07:55 PM GMT
Welcome to the first installment of the Web Development Report, a new online column at MSDN Magazine. Each month, current topics and issues in Web application development using technologies such as HTML5, ASP.NET, jQuery, Mobile Web and more will be discussed. The area covered this month is mobile Web Development. As you probably know, software development is shifting toward the mobile space. Mobile devices have become ubiquitous in the consumer landscape, and the demand for mobile software is increasin... (more)
category: Web Dev | clicked: 80 | 1 comment | | source: msdn.microsoft.com
tags: ASP.NET MVC, ASP.NET MVC 4, ASPNETMVC, jQuery, Mobile, html5
6
Shouts

10 Things ASP.NET Developers Should Know About Web.config Inheritance and Overrides - Jon Galloway

published 474 days, 4 hours, 58 minutes ago posted by StevesSteves 477 days, 2 hours, 6 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Wednesday, February 01, 2012 5:02:55 PM GMT
The ASP.NET configuration system is build around the idea of inheritance: Each Web.config file applies configuration settings to the directory that it is in and to all of the child directories below it. Settings in child directories can optionally override or modify settings that are specified in parent directories. Configuration settings in a Web.config file can optionally be applied to individual files or subdirectori... (more)
category: Web Dev | clicked: 29 | 1 comment | | source: weblogs.asp.net
tags: web.config, ASP.NET
4
Shouts

Ready, set, scaffold! Build ASP.NET MVC 3 applications quickly with MvcScaffolding - Rachel Appel

published 738 days, 7 hours, 20 minutes ago posted by StevesSteves 739 days, 5 hours, 54 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 1:15:03 PM GMT
If you're building ASP.NET MVC 3 applications, you'll want to know about the MvcScaffolding project on CodePlex. Software scaffolding is a way to template software applications so that you can easily get a site up and running, with complete CRUD functionality.  What is MvcScaffolding and why use it? MvcScaffolding is tool available to... (more)
category: Web Dev | clicked: 12 | 1 comment | | source: www.rachelappel.com
tags: ASP.NET MVC, Entity Framework, ASPNETMVC, MvcScaffolding, Razor, MVC, ASP.NET
8
Shouts

The 4 Stages of Learning Design Patterns - Steve Smith's Blog

published 736 days, 12 hours, 35 minutes ago posted by StevesSteves 739 days, 10 hours, 37 minutes ago
Wednesday, May 18, 2011 6:34:38 AM GMT Sunday, May 15, 2011 8:32:09 AM GMT
Design patterns are general, reusable solutions that occur in software design, which can usually be adapted to fit into a number of different situations and applications.  Recently, I recorded a screencast interview with Carl Franklin on Commonly Used Design Patterns for dnrTV, and one of the things we discussed was the stages of learning design patterns.  I noted that, at least for myself, I’d found that I tended to go through four distinct phases during my learning process when it came to these pattern... (more)
category: How To | clicked: 7 | comment | | source: stevesmithblog.com
tags: Design, Patterns, Design Patterns
4
Shouts

Pinify - The Site Pinning Plugin (Formerly ie9ify) - Don Burnett

published 738 days, 7 hours, 20 minutes ago posted by StevesSteves 739 days, 10 hours, 42 minutes ago
Monday, May 16, 2011 11:49:14 AM GMT Sunday, May 15, 2011 8:27:10 AM GMT
Have you ever been looking for a quick and simple way to add IE 9 specific features to your website like the new site pinning or jumplist features that make your website look more like an application not a website. Do you use ASP.NET with your site design ?  Want to be able to do all of this in less than  five minutes ? You need pinify (formerly IE9ify). Pinify works great with just about all systems because it is based on JQuery allowing it to be inserted in practically any site in less than 5 minutes..... (more)
category: How To | clicked: 0 | comment | | source: www.uxmagic.com
tags: Internet Explorer, IE
7
Shouts

Should I use HTML5 or Silverlight? One man's opinion. - Scott Hanselman

published 743 days, 18 hours, 2 minutes ago posted by StevesSteves 747 days, 18 hours, 41 minutes ago
Wednesday, May 11, 2011 1:07:09 AM GMT Saturday, May 07, 2011 12:28:04 AM GMT
I was in Belgium and The Netherlands this last week presenting and talking to folks in the community. After I presented on ASP.NET MVC 3, HTML5 and jQuery, one fellow came up after and said, "Should I use Silverlight or HTML5. I don't understand what Microsoft's strategy is or what to use in my app." Since I work for the Web Platform and Tools team (ASP.NET, IIS, etc) I spend a lot of time working, coding, and thinking about the web. However, I'm not an official strategist, or marketing guy.  But I do h... (more)
category: Metro | clicked: 0 | 1 comment | | source: www.hanselman.com
tags: SL, Silverlight, html5
6
Shouts

Spatial Types in the Entity Framework - Entity Framework Design

published 743 days, 18 hours, 2 minutes ago posted by StevesSteves 747 days, 18 hours, 43 minutes ago
Wednesday, May 11, 2011 1:07:09 AM GMT Saturday, May 07, 2011 12:26:26 AM GMT
ne of the highly-anticipated features coming in the next version of Entity Framework is Spatial support. The team has been hard at work designing a compelling story for Spatial, and we would love to get your feedback on it. In this post we will cover: The basics of SQL Server’s spatial support Design goals Walkthrough of design: CLR types, Metadata, Usage, WCF Serialization, Limitations Questions (we want to hear from you!) This entry will not cover the tools experience as we want to focus on what is... (more)
category: Architecture | clicked: 10 | comment | | source: blogs.msdn.com
tags: EF, Entity Framework, EF 4.1, EF 4.0, Entity Framework 4.1, Entity Framework 4
6
Shouts

Taking Baby Steps with Node.js – WebSockets - Jan Van Ryswyck - Elegant Code

published 749 days, 3 hours, 49 minutes ago posted by StevesSteves 750 days, 1 hour, 57 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 5:12:14 PM GMT
Here are the links to the previous installments: Introduction Threads vs. Events Using Non-Standard Modules Debugging with node-inspector CommonJS and Creating Custom Modules Node Version Management with n Implementing Events BDD Style Unit Tests with Jasmine-Node Sprinkled With Some Should “node_modules” Folders Pumping Data Between Streams Some Node.js Goodies The Towering Inferno Creating TCP Servers HTML5 is definitely one of the hot topics du jour. There are several technologies that are part of t... (more)
category: Web Dev | clicked: 7 | 2 comments | | source: elegantcode.com
tags: websockets, Node.js
5
Shouts

MassTransit v2.0 Beta Available Now on NuGet! - Chris Patterson's Blog

published 749 days, 3 hours, 49 minutes ago posted by StevesSteves 750 days, 2 hours, 52 minutes ago
Thursday, May 05, 2011 3:20:37 PM GMT Wednesday, May 04, 2011 4:17:41 PM GMT
After what seems like a long slumber, along with work being done on other projects such as Topshelf and Stact, it is our great pleasure to announce the first beta release of MassTransit v2.0. What originally started out as a minor “1.3” update has turned into a full-out cleanup of the codebase, including a refinement of the configuration API. Since there were some breaking changes to the configuration, we felt a 2.0 m... (more)
category: Web Dev | clicked: 7 | 1 comment | | source: lostechies.com
tags: MassTransit, NuGet
5
Shouts

Silverlight 5 Beta Rough Notes–Hardware Decoded H.264 - Mike Taulty's Blog

published 750 days, 6 hours, 15 minutes ago posted by StevesSteves 751 days, 4 hours, 11 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 2:58:53 PM GMT
Note: these are early notes based on some initial experiments with the Silverlight 5 beta, apply a pinch of salt to what you read. This is a simple one – I’d read that Silverlight 5 could now do hardware decoding of H.264 encoded video on Windows so I thought I’d give that a try. I wanted a 1080p video so I did a quick search and came up with http://www.h264info.com/clips.html (I’ve no idea of the legality of these video clips by the way) and I downloaded the trailer for “The Bourne Ultimatum”). This ... (more)
category: Metro | clicked: 2 | 1 comment | | source: mtaulty.com
tags: SL, Silverlight, SL5, Silverlight 5 Beta, Beta, Silverlight 5
5
Shouts

ActiveX Filtering for Developers - IE Blog

published 750 days, 6 hours, 15 minutes ago posted by StevesSteves 751 days, 4 hours, 18 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 2:50:59 PM GMT
When we introduced ActiveX Filtering with the IE9 Release Candidate, we focused on delivering a great user experience that stays out of the way from regular browsing and makes it easy for users to turn off filtering when they want to. At the same time, we want users to have a great experience viewing Web sites while ActiveX Filtering is enabled. This includes minimizing site compatibility issues and clearly indicating when content on a Web page is blocked by ActiveX Filtering... (more)
category: How To | clicked: 0 | 2 comments | | source: blogs.msdn.com
tags: ActiveX, Internet Explorer, IE
4
Shouts

Silverlight/WCF RIA Single Property Validation - Deborah's Developer MindScape

published 751 days, 6 hours, 22 minutes ago posted by StevesSteves 751 days, 23 hours, 53 minutes ago
Tuesday, May 03, 2011 12:47:15 PM GMT Monday, May 02, 2011 7:16:18 PM GMT
When you identify the validation scenarios for your application, you will find that some only require basic single property validation. Examples:Ensure that a first name is entered.Ensure that the first name is not longer than 20 charactersEnsure that the age is between 16 and 120.Ensure that the email address is valid. NOTE: This post is part of a se... (more)
category: Metro | clicked: 1 | 1 comment | | source: msmvps.com
tags: RIA, Validation, Silverlight, WCF
5
Shouts

Silverlight MVVM, WCF RIA Services Simple Sample Application - Deborah's Developer MindScape

published 750 days, 6 hours, 15 minutes ago posted by StevesSteves 751 days, 23 hours, 55 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Monday, May 02, 2011 7:14:50 PM GMT
This post provides a simple Silverlight MVVM, WCF RIA Services sample application that is used to demonstrate validation techniques. The sample application is provided in this separate post so it can be readily used with any of the presented validation techniques. NOTE: This post defines a sample application that is used in the validatio... (more)
category: Metro | clicked: 33 | 1 comment | | source: msmvps.com
tags: RIA, Silverlight, RIA Services, WCF RIA Services, WCF, Silverlight MVVM
5
Shouts

Silverlight MVVM, RIA, and Validation - Deborah's Developer MindScape

published 750 days, 6 hours, 15 minutes ago posted by StevesSteves 751 days, 23 hours, 57 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Monday, May 02, 2011 7:12:31 PM GMT
One of the biggest challenges of implementing validation in Silverlight is finding the appropriate technique based on your architecture and goals. There are lots of choices and lots of examples, but not all examples work in all scenarios. Plus many examples demonstrate techniques that are no longer necessary or valid in the current version of Silverlight or whe... (more)
category: Metro | clicked: 2 | 1 comment | | source: msmvps.com
tags: RIA, Validation, Silverlight MVVM
7
Shouts

Update to the F# 2.0 Free Tools Release, Corresponding to Visual Studio 2010 SP1 (April 2011 CTP) - Don Syme

published 757 days, 21 hours, 6 minutes ago posted by StevesSteves 762 days, 1 hour, 57 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:11:58 PM GMT
Sign in  Don Syme's WebLog on F# and Related TopicsOptionsBlog HomeEmail Blog AuthorSend to friend RSS for PostsAtomRSS for CommentsSearch BlogsAdvanced search options...Search In:EverythingBlogsForumsPeopleGroupsPlacesPagesDate range:All TimeLast YearLast 6 MonthsLast 3 MonthsLast MonthLast WeekLast Two DaysSearchSearch this blogSearch all blogsTagsAzureCross-PlatformF# AgentsF# AnnouncementsF# AsyncF# BooksF# Case StudiesF# CloudF# ConcurrencyF# Cross PlatformF# Design NotesF# EducationF# GamesF# ... (more)
category: How To | clicked: 2 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010 SP1, Visual Studio 2010, FSharp, F#
7
Shouts

Novell's Moonlight shines on Google Android - Application Development - InfoWorld

published 757 days, 21 hours, 6 minutes ago posted by StevesSteves 762 days, 2 hours, 4 minutes ago
Tuesday, April 26, 2011 10:03:13 PM GMT Friday, April 22, 2011 5:05:37 PM GMT
Novell is porting Moonlight, an open source version of Microsoft's Silverlight rich Internet application plug-in software, to Google's Android mobile platform, a Novell official acknowledged on Tuesday afternoon. A preliminary version of the Android port was previewed last week at the Microsoft Mix1... (more)
category: Metro | clicked: 5 | 1 comment | | source: www.infoworld.com
tags: Google, Moonlight, Android, Novell
6
Shouts

MVC Extension Method for Hosting Static Content on a CDN - Nathan Totten

published 762 days, 5 hours, 59 minutes ago posted by StevesSteves 764 days, 3 hours, 5 minutes ago
Friday, April 22, 2011 1:10:00 PM GMT Wednesday, April 20, 2011 4:04:32 PM GMT
I created a simple extension method that allows you to easily host your static content off the Microsoft ASP.NET Ajax CDN and Windows Azure CDN. This simple extension method will improve the performance of your website as well as saving server capacity (i.e. money). As you may have heard Windows Azure now supports using your Web Roles as a CDN backing. This allows you to use the Windows Azure CDN without the need to m... (more)
category: Web Dev | clicked: 8 | comment | | source: ntotten.com
tags: ASP.NET MVC, ASP.NET AJAX, Windows Azure, Ajax CDN, CDN, Ajax, MVC, ASP.NET
7
Shouts

Create user friendly date fields with ASP.NET MVC EditorTemplates & jQueryUI - Rachel Appel

published 761 days, 4 hours, 13 minutes ago posted by StevesSteves 764 days, 3 hours, 8 minutes ago
Saturday, April 23, 2011 2:56:38 PM GMT Wednesday, April 20, 2011 4:01:52 PM GMT
Today's web sites need to be user friendly, interactive, and responsive. The date field is of particular interest because at this point in time, users pretty much expect too see nicely formatted dates on the site in general, and datepicker/calendar widgets to interact with when editing date fields. The best way to do this, of course, is with client s... (more)
category: Web Dev | clicked: 2 | comment | | source: www.rachelappel.com
tags: ASP.NET MVC, jQuery, jQueryUI, ASP.NET
7
Shouts

How you can make WF/WCF better - Ron Jacobs

published 766 days, 5 hours, 8 minutes ago posted by StevesSteves 767 days, 4 hours, 53 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 2:16:47 PM GMT
Are you sometimes frustrated by WF/WCF? Let’s just be honest for a moment… all of us are frustrated by WF/WCF at times. Even those of us who work on the product can probably think of a hundred ways we would like to make them better. However, we can’t fix everything or change everything that we would like to change because we also face the reality that we have a limited amount of time and resources to make changes... (more)
category: Web Dev | clicked: 1 | comment | | source: blogs.msdn.com
tags: WF, WCF
5
Shouts

ASP.NET MVC 3 Tools Update, now with Drop-Down Lists! - Joe Cartano

published 766 days, 5 hours, 8 minutes ago posted by StevesSteves 767 days, 4 hours, 58 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 2:10:58 PM GMT
The ASP.NET MVC 3 Tools Update includes EF Code First as a preinstalled NuGet package. You can use EF Code First to generate models and then scaffold them with the updated Add Controller tool. Of course, you don’t have to use EF Code First to take advantage of the updated scaffolding in the ASP.NET MVC 3 Tools Update. Lets take a look at some of the improvements. Below is a screenshot of the new and improved Add Controller dialog. I am about to scaffold a controller and CRUD views for the Employee entity... (more)
category: Web Dev | clicked: 11 | comment | | source: blogs.msdn.com
tags: ASP.NET MVC 3, ASP.NET MVC, ASPNETMVC, MVC, ASP.NET
Previous 1 2 3 4 5 Next