Steves
Name: Steves
Score: 28,401.44
Last Seen: 505 days, 4 hours, 39 minutes ago
Member Since: 1 February, 2009
DotNetShoutout
atom rss
5
Shouts

ASP.NET MVC 3 - A RadioButtonList for Enum Properties

published 830 days, 18 hours, 45 minutes ago posted by http://djsolid.myopenid.com/http://djsolid.myopenid.com/ 832 days, 12 hours, 37 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Friday, March 11, 2011 9:13:27 AM GMT
ASP.NET MVC3 doesn’t have a built-in RadioButtonList helper and there are times that I want to display an Enum property. I can always do that using a dropdown list but if there are 2 or 3 values then it’s more user-friendly if the user sees all the options. So in a simple yes/no question ... (more)
category: Web Dev | clicked: 54 | 4 comments | | source: john.katsiotis.com
tags: ASP.NET MVC, web developement, ASP.NET
4
Shouts

VS/TFS 2010 SP1 and TFS-Project Server Integration Feature Pack have Released - bharry's WebLog - Site Home - MSDN Blogs

published 830 days, 18 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 832 days, 8 hours, 15 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Friday, March 11, 2011 1:35:42 PM GMT
Today is a big day of releases and announcements. Two of the big ones are that VS 2010 SP1 and TFS 2010 SP1 have shipped and that the Team Foundation Server Project Server Integration Feature Pack is now available for MSDN subscribers. As of today, both are available on the MSDN download site. On Thursday 3/10, the SP1 builds will become available to non-MSDN subscribers on the Microsoft download sites. I’ll update this post when I have the links. SP1 SP1 is not a huge service pack by VS 2008 SP1 st... (more)
category: How To | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: TFS-Project Server, VS 2010 SP1, TFS 2010 SP1
6
Shouts

Designing Web pages for Phones, especially the Windows Phone 7, free paper - Communications from a Grumpy Microsoft Academic Developer Evangelist

published 828 days, 9 hours, 29 minutes ago posted by iftekharahmedamitiftekharahmedamit 832 days, 8 hours, 12 minutes ago
Tuesday, March 15, 2011 12:22:04 PM GMT Friday, March 11, 2011 1:38:32 PM GMT
AppHub did a great job in writing a paper on how to design for the Windows Phone 7 browser, which is based on the IE7 browser. To download the paper go to http://create.msdn.com/en-US/education/catalog/article/DesigningWebSitesforPhone_Browsers This is a detailed paper that shows you how to implement a phone based web site and from beginner to advanced developer you should read this paper, now. Especially advanced web designers. There is no excuse for web sites not to adapt to the size of the browse... (more)
category: Smart Client | clicked: 0 | 1 comment | | source: blogs.msdn.com
tags: phones, Windows Phone 7
4
Shouts

Description of Visual Studio 2010 Service Pack 1 - Microsoft Support

published 830 days, 18 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 832 days, 8 hours, 9 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Friday, March 11, 2011 1:41:37 PM GMT
This article describes information about Microsoft Visual Studio 2010 Service Pack 1 (SP1). Additionally, this article lists the issues that are fixed and the technology improvements that are added in Visual Studio 2010 SP1... (more)
category: How To | clicked: 1 | 1 comment | | source: support.microsoft.com
tags: Visual Studio 2010 SP1, Visual Studio 2010, Visual Studio 2010 Service Pack 1, SP1
4
Shouts

T4 vs Razor – what’s the skinny? - Gareth Jones

published 830 days, 18 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 832 days, 6 hours, 49 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Friday, March 11, 2011 3:01:51 PM GMT
You might have noticed in the recent storm of Web Tools releases that there’s a groovy new kid on the template engine block – Razor. A few customers have been asking folks on both teams some questions around this, such as the following. * Why do you have two engines? * When should I use each of these two engines? * When can I expect <feature X> from one engine to appear in the other one? So the T4 and Razor teams got ourselves together in a room and came up with a common way to express how we t... (more)
category: Web Dev | clicked: 3 | 1 comment | | source: blogs.msdn.com
tags: T4, Razor
5
Shouts

Do not implement IControllerActivator in ASP.NET MVC 3

published 830 days, 18 hours, 45 minutes ago posted by devtrendsdevtrends 832 days, 22 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Friday, March 11, 2011 9:28:24 PM GMT
ASP.NET MVC 3 introduces two new interfaces to allow simple integration of IoC containers into the MVC pipeline, allowing many different types to be resolved using your IoC container of choice. These interfaces are IDependencyResolver and IControllerActivator but before you go ahead and implement both, ... (more)
category: Web Dev | clicked: 27 | 1 comment | | source: devtrends.co.uk
tags: ASP.NET MVC 3, IoC, IControllerActivator
4
Shouts

Deploying a PHP App to the Cloud: WordPress - Canadian Web Developers' Blog

published 830 days, 18 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 831 days, 14 hours, 16 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Saturday, March 12, 2011 7:35:09 AM GMT
Your journey to the Cloud started with a walkthrough of deploying a simple PHP app to the Cloud. Now, we’ll continue with exploring how to deploy a more complicated but much more useful application to Windows Azure. WordPress and Windows Azure go very well together and deploying WordPress to Windows Azure is not much more complicated than the simple “Hello Cloud!” PHP app from the previous walkthrough as you’ll see in this walkthrough... (more)
category: Architecture | clicked: 1 | 1 comment | | source: blogs.msdn.com
tags: Windows Azure, PHP, Azure
4
Shouts

Deploying a PHP App to the Cloud: A Simple App - Canadian Web Developers' Blog

published 830 days, 18 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 831 days, 14 hours, 13 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Saturday, March 12, 2011 7:38:18 AM GMT
As part of Microsoft's continued commitment to interoperability, the Windows Azure platform has been built from the ground up with interoperability in mind. As an open platform, Windows Azure offers you language choices that include .NET, PHP, Ruby, Python, and Java, as well as IDE choices that include Visual Studio and Eclipse. With the support of community-based libraries, development in Java, PHP, and Ruby is made even easier with SDKs especially written for those languages... (more)
category: Architecture | clicked: 2 | 1 comment | | source: blogs.msdn.com
tags: Windows Azure, PHP, Azure
3
Shouts

Become a Windows Azure Administrator in Just 15 minutes - Colin

published 830 days, 18 hours, 45 minutes ago posted by iftekharahmedamitiftekharahmedamit 831 days, 14 hours, 8 minutes ago
Sunday, March 13, 2011 3:05:45 AM GMT Saturday, March 12, 2011 7:42:28 AM GMT
Got a few minutes to kill, and want to get to grips with Microsoft’s Windows Azure Platform? Let’s do it in the best possible way – by actually trying it. I’m about to show you just how easy that is and also explain how valuable that knowledge can be. If you do this in Canada by Dec 31st 2010 and tell M... (more)
category: Architecture | clicked: 0 | 1 comment | | source: colinizer.com
tags: Windows Azure, Azure
7
Shouts

PLINQO for NHibernate?

published 832 days, 9 hours, 47 minutes ago posted by tduponttdupont 835 days, 3 hours, 37 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Tuesday, March 08, 2011 6:14:12 PM GMT
As my Uncle Ben once said, "with great insomnia comes great responsibility." Or maybe that was Spiderman, I don't remember. All I know is that I couldn't go to sleep last night, and when I came to this morning there was a proof of concept PLINQO for NHibernate architecture on my screen. So, do YOU want to see PLINQO for NHibernate? (more)
category: Data | clicked: 1 | comment | | source: community.codesmithtools.com
tags: NHibernate, CodeSmith, Linq, ORM, PLINQO
5
Shouts

NHibernate – Custom Id-generator « Daniel Wertheim

published 832 days, 9 hours, 47 minutes ago posted by sedanwersedanwer 835 days, 2 hours, 37 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Tuesday, March 08, 2011 7:13:52 PM GMT
Recently I had a case where I needed to switch from the Identity generator to the HiLo generator in an existing project with existing data. Why? Well for one thing it gives better performance since identities brakes the ability to use batch inserts, since the generated Id needs to be returned (selected) after each insert. I didn’t want to go through and configure params for each entity, hence I created a custom implementation of an Id-generator and added some conventionbased configuration in that class ... (more)
category: Architecture | clicked: 10 | comment | | source: daniel.wertheim.se
tags: id-generator, NHibernate, hilo
3
Shouts

Windows Phone 7 Notification Control with MVVM support

posted by nigel-sampsonnigel-sampson 834 days, 12 hours, 52 minutes ago
Wednesday, March 09, 2011 8:58:21 AM GMT
A toast notification control for Windows Phone 7 including support for MVVM and unit testing. (more)
category: Metro | clicked: 3 | comment | | source: compiledexperience.com
tags: Windows Phone 7
5
Shouts

ASP.Net HttpModule to detect and redirect mobile devices version 2.0

published 832 days, 9 hours, 47 minutes ago posted by http://dougrathbone.myopenid.com/http://dougrathbone.myopenid.com/ 834 days, 10 hours, 35 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Wednesday, March 09, 2011 11:16:17 AM GMT
Last year I wrote a post on how to setup an ASP.Net HttpModule that detects and redirects mobile devices so that you can show a different version of your site to users browsing your site using whatever hot new mobile device is going around. Since then the lay of the land has changed a bit, so i thought it was time to reassess the solution i recommended and offer you a new updated one for 2011. The great thing about this solution is it’s a lot more future proof, so hopefully i won’t have to write another ... (more)
category: Web Dev | clicked: 21 | 1 comment | | source: www.diaryofaninja.com
tags: iPhone, Android, Mobile, Windows-Phone-7, ASP.NET
5
Shouts

Automapper: Mapping objects Part 3 of 7 (Nested Mapping) | Taswar Bhatti Blog

published 832 days, 9 hours, 47 minutes ago posted by http://taswar.myopenid.com/http://taswar.myopenid.com/ 834 days, 8 hours, 8 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Wednesday, March 09, 2011 1:43:01 PM GMT
Automapper: Mapping objects Part 3 of 7 (Nested Mapping) Part 3 series of automapper, mapping parent and child objects. (more)
category: Architecture | clicked: 5 | comment | | source: taswar.zeytinsoft.com
6
Shouts

Silverlight versus other applications inside web browser

published 832 days, 9 hours, 47 minutes ago posted by http://agafonovslava.blogspot.com/http://agafonovslava.blogspot.com/ 834 days, 10 hours, 22 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Wednesday, March 09, 2011 11:29:02 AM GMT
TweetSilverlight versus other applications inside web browserShare With this new releases of Silverlight, the border between web applications and desktop applications is becoming much thinner. Code Name WPF/E. You might have heard the name Windows Presentation Foundation Everywhere, or WPF/E. This was the code name under which Microsoft developed Silverlight, in reference to Windows Presentation Foundation, the rich desktop programming framework included in .NET 3.0 and later. (more)
category: Metro | clicked: 0 | 1 comment | | source: blog.agafonov.net.ua
tags: Silverlight, html5
6
Shouts

FTP with Asp.Net C

published 832 days, 9 hours, 47 minutes ago posted by jphellemonsjphellemons 834 days, 6 hours, 32 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Wednesday, March 09, 2011 3:19:14 PM GMT
At the office we have a Conceptronic CnetCam2. I have configured this IP Webcam to log every x seconds to an FTP Server. But now I would like to view the taken snapshot images in my web-application. (more)
category: Web Dev | clicked: 2 | 1 comment | | source: www.jphellemons.nl
tags: C#, ASP.NET 4.0, FTP
3
Shouts

Announcement – Unlimited Load Testing for Visual Studio 2010 Ultimate with MSDN Subscribers Now! - Visual Studio Team Test

published 832 days, 9 hours, 47 minutes ago posted by StevesSteves 833 days, 3 hours, 12 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Thursday, March 10, 2011 6:39:11 PM GMT
Earlier today, S. Somasegar, Senior Vice President of Developer Division, announced Visual Studio 2010 Load Test Feature Pack, a new benefit for active and new Visual Studio 2010 Ultimate with MSDN subscribers to load test their applications with unlimited virtual users. Subscribers can immediately download the Visual Studio 2010 Load Test Feature Pack Deployment Guide and take advantage of the benefit today! This is a huge deal! It democratizes the access to load testing by providing development teams ... (more)
category: How To | clicked: 7 | comment | | source: blogs.msdn.com
tags: MSDN Subscribers, Visual Studio 2010 Ultimate, MSDN, Load Testing
9
Shouts

Create REST service with WCF and Consume using jQuery

published 832 days, 9 hours, 47 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 834 days, 4 hours, 22 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Wednesday, March 09, 2011 5:29:02 PM GMT
Code What is REST ? Rest=Representational state transfer which is an architecture design to represent the resources. Rest provide the uniform interface through additional constraints around how to identify resources, how to manipulate resources through representations, and how to include metadata that make messages self-describing. Rest is not tied with any platform and technology but WEB is only platform which satisfy the all constrain. So any thing you build using Rest constrain, you do it on Web ... (more)
category: Web Dev | clicked: 5 | comment | | source: pranayamr.blogspot.com
tags: REST service, jQuery
3
Shouts

HTML5 Cheat Sheet - Frank La Vigne

published 832 days, 9 hours, 47 minutes ago posted by iftekharahmedamitiftekharahmedamit 833 days, 23 hours, 51 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Wednesday, March 09, 2011 9:59:47 PM GMT
HTML5 Cheat Sheet Inspired Magazine has an HTML5 cheat sheet in the form of an infographic posted on Tuesday, March 08, 2011 1:20 AM (more)
category: How To | clicked: 0 | comment | | source: franksworld.com
tags: Cheat Sheet, html5
5
Shouts

XNA for Silverlight developers: Part 6 - Input (accelerometer)

published 832 days, 9 hours, 47 minutes ago posted by KMilKMil 833 days, 12 hours, 10 minutes ago
Friday, March 11, 2011 12:04:09 PM GMT Thursday, March 10, 2011 9:41:02 AM GMT
Last time we learned about touch input and gestures, which probably is the first choice for user input in most games on the phone. However, the hardware of Windows Phone 7 devices offer more possibilities in the form of additional sensors that can be used for input, in particular the accelerometer. (more)
category: Metro | clicked: 1 | 1 comment | | source: www.silverlightshow.net
tags: XNA, Accelerometer
Previous 1 2 ... 11 12 13 14 15 16 17 18 19 20 ... 104 105 Next