Alex
Name: Alex
Score: 10,283.57
Last Seen: 711 days, 1 hour, 12 minutes ago
Member Since: 8 February, 2009
DotNetShoutout
atom rss
12
Shouts

Maintaining shared service in ASP.NET MVC Application - Kazi Manzur Rashid

published 1153 days, 17 hours, 26 minutes ago posted by jantujantu 1157 days, 15 hours, 9 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Thursday, March 18, 2010 3:22:49 PM GMT
Depending on the application sometimes we have to maintain some shared service throughout our application. Let’s say you are developing a multi-blog supported blog engine where both the controller and view must know the currently visiting blog, it’s setting , user information and url generation service. In this post, I will show you how yo... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASPNETMVC, Aspnetmvcextensibility, MVC, ASP.NET
7
Shouts

5 Fantastic iPhone Apps for Web Developers - Amy-Mae Elliott

published 1154 days, 14 hours, 57 minutes ago posted by iftekharahmedamitiftekharahmedamit 1156 days, 17 hours, 15 minutes ago
Sunday, March 21, 2010 3:34:52 PM GMT Friday, March 19, 2010 1:17:16 PM GMT
Contrary to popular belief, web developers do sometimes leave their desks, and when they do, that’s always when clients seem to call or disaster seems to strike. We’ve highlighted some iPhone apps here that will help you out in those situations, and a few others that will stash several neat tricks up your proverbial sleeve for when you’re away from the office... (more)
category: How To | clicked: 0 | comment | | source: mashable.com
tags: iPhone
10
Shouts

HanselMinutes - Show #206 - Windows Phone 7 Series - The Developer Experience with Charlie Kindel

published 1153 days, 17 hours, 26 minutes ago posted by mithumithu 1156 days, 19 hours, 38 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Friday, March 19, 2010 10:54:02 AM GMT
Scott's at Mix this week in Las Vegas, and he gets a second to sit down with Charlie Kindel from the Windows Phone team. What's the real developer story? What can these phones do and how do we program them? They talk aesthetic, controls, IDEs and hardware details. (more)
category: Podcast | clicked: 0 | comment | | source: www.hanselminutes.com
tags: Windows Phone 7, Windows, HanselMinutes
13
Shouts

ASP.NET Forms Authentication to Azure Table Storage - J.D. Meier

published 1154 days, 14 hours, 57 minutes ago posted by jantujantu 1157 days, 18 hours, 3 minutes ago
Sunday, March 21, 2010 3:34:52 PM GMT Thursday, March 18, 2010 12:29:25 PM GMT
ASP.NET Forms Authentication to Azure Table Storage While ramping up for Windows Azure, we're getting our feet wet with some basic application scenarios.   This is a quick step through of wiring up ASP.NET Forms Authentication to use Azure Table Storage for the user store.It’s longer than I like but I wanted to err on the side of being explicit.  It’s nice to know that when you’re going down a path that somebody else has been there and done that and you’re not on your own.  While your path may vary, ... (more)
category: Smart Client | clicked: 6 | 1 comment | | source: blogs.msdn.com
tags: windows azure platform, ASP .NET
8
Shouts

Entity Framework 4.0: Creating objects of correct type when using lazy loading

published 1153 days, 17 hours, 26 minutes ago posted by gpeipmangpeipman 1155 days, 6 hours, 18 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Sunday, March 21, 2010 12:14:17 AM GMT
In my posting about Entity Framework 4.0 and POCOs I introduced lazy loading in EF applications. EF uses proxy classes for lazy loading and this means we have new types in that come and go dynamically in runtime. We don’t have these types available when we write code but we cannot forget that EF may expect us to use dynamically generated types. In this posting I will give you simple hint how to use correct types in your code. (more)
category: How To | clicked: 2 | comment | | source: weblogs.asp.net
tags: entity framework 4.0
11
Shouts

My new home page, refreshed [Updated collection of great Silverlight/WPF Data Visualization resources!] - Delay's Blog

published 1162 days, 17 hours, 15 minutes ago posted by AlexAlex 1164 days, 23 hours, 49 minutes ago
Saturday, March 13, 2010 1:17:39 PM GMT Thursday, March 11, 2010 6:42:44 AM GMT
Some great content has been published since I posted my previous collection of Silverlight/WPF Charting links. What's more, the November 2009 release of the Silverlight Toolkit and the February 2010 release of the WPF Toolkit have both been released, so please have a look at them if you haven't already! Now, without further ado, here are all links that are fit to print (FYI: previously published lin... (more)
category: Metro | clicked: 0 | comment | | source: blogs.msdn.com
tags: SL, Silverlight, WPF
10
Shouts

dnrTV - Show #167 - Mark Brown on Microsoft's Web Platform Installer

published 1164 days, 18 hours, 16 minutes ago posted by mithumithu 1165 days, 15 hours, 50 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 2:42:25 PM GMT
Mark Brown from Microsoft shows the Web Platform Installer, a free tool from Microsoft to get fresh Windows machines up and running for web developers with an array of free tools and websites. (more)
category: Screencast | clicked: 1 | 1 comment | | source: www.dnrtv.com
tags: website, Microsoft, Web Platform Installer, dnrTV, Windows, web developers
10
Shouts

DeepFriedBytes - Episode 47: What's Coming in Silverlight 4 with Jesse Liberty

published 1164 days, 18 hours, 16 minutes ago posted by mithumithu 1165 days, 15 hours, 45 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 2:47:13 PM GMT
Silverlight 4 is just around the corner and it is the one technology a lot of developers are waiting on to build the next generation of rich Internet applications. In this episode Keith and Woody caught up with Jesse Liberty at the Professional Developers Conference and discussed what's coming in Silverlight 4 and what it means for developers. (more)
category: Podcast | clicked: 0 | comment | | source: deepfriedbytes.com
tags: developers, Silverlight 4, DeepFriedBytes, professional developers
6
Shouts

How To Get Diagnostic Data From Services Running In The Windows Azure Cloud - Paul Mehner

published 1164 days, 18 hours, 16 minutes ago posted by DustinDustin 1165 days, 9 hours, 38 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Wednesday, March 10, 2010 8:53:49 PM GMT
Each instance of Windows Azure Service Role runs its own monitor to gather its own instance specific diagnostic data. The problem that immediately presents itself is knowing what exactly is being collected, where the data is being saved, and how to retrieve it for inspection. The purpose of this blog post is to illuminate these areas a little bit better. So lets start at the beginning… When you create a new Windows Azure Web Role, Visual Studio will automatically add a boilerplate WebRole.cs file to you... (more)
category: Architecture | clicked: 0 | comment | | source: www.wintellect.com
tags: Cloud, Windows Azure, Azure
6
Shouts

Two More Fixes for Visual Studio 2010 Release Candidate - Nicholas Allen

published 1164 days, 18 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 1165 days, 1 hour, 20 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Thursday, March 11, 2010 5:12:40 AM GMT
Two fixes were published over the last few days to address issues reported with the Visual Studio 2010 release candidate. The first fix resolves a crash that can sometimes occur when hovering over an identifier to bring up a tooltip information display. This is a different issue than the crash when bringing up an Intellisense display with an active screen reader that was fixed a few weeks ago. The second fix addresses an issue with the... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Visual Studio 2010, VS2010 RC, VS 2010, VS2010, VS 2010 RC, Visual Studio 2010 RC
7
Shouts

We moved your ASP.NET website cheese, in a good way - Scott Hanselman

published 1164 days, 18 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 1165 days, 1 hour, 5 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Thursday, March 11, 2010 5:27:21 AM GMT
We've just pushed live an update to the http://www.asp.net site. This is the first of a series of updates to the site we'll be making this year. The home page for the site was getting bogged down with info and was too visually busy. It was too complex for beginners and too intense for advanced folks. Our focus with today's update is to make it easy for new folks to get started, but still make it easy for advanced people to get what they want in few clicks. Getting Started The Get Started section is ... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET
8
Shouts

ASP.NET 4.0 Cometh - Dan Maharry

published 1164 days, 18 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 1165 days, 15 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Thursday, March 11, 2010 6:17:08 AM GMT
It has been a quiet evolution but make no mistake, web development has changed over the past five years. The crusade for web standards has, to all intensive purposes, been won and the proliferation of AJAX usage plus the adoption of various JavaScript APIs such as jQuery, scriptaculous and prototype has meant that client-side programming has had a renaissance as a result. However, the cleaner mark-up needed to marry script for jQuery and the like to the controls on the page has not been easily generated ... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.hmobius.com
tags: ASP.NET 4.0, ASP.NET 4, ASP.NET
7
Shouts

Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2 RTM - Eilon Lipton

published 1164 days, 18 hours, 16 minutes ago posted by iftekharahmedamitiftekharahmedamit 1165 days, 12 minutes ago
Thursday, March 11, 2010 12:16:07 PM GMT Thursday, March 11, 2010 6:20:36 AM GMT
Note: ASP.NET MVC 2 RTM isn’t yet released! But this tool will help you get your ASP.NET MVC 1.0 applications ready for when it is! I have updated the MVC App Converter to convert projects from ASP.NET MVC 1.0 to ASP.NET MVC 2 RTM. This should be last the last major change to the MVC App Converter that I released previews of in the past several months. Download The app is a single executable: Download MvcAppConv... (more)
category: Web Dev | clicked: 4 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ASP.NET MVC 2, MVC, ASP.NET
6
Shouts

Sharing the goodness that is VB Using Projections with Data Services in Visual Studio 2010 - Beth Massi

published 1171 days, 19 hours, 1 minute ago posted by jantujantu 1172 days, 16 hours, 3 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 2:29:07 PM GMT
Using Projections with Data Services in Visual Studio 2010Published 02 March 10 03:49 PM Starting in Visual Studio 2008 Service Pack 1, you can create ADO.NET Data Services to easily expose data models via RESTful web services. So if you are building a remote CRUD data access layer then this is a technology that you're probably using or are looking into. I’ve written a lot about about data services in VS2008, my favorites are:Using ADO.NET Data ServicesADO.NET Data Services - Building a WPF ClientADO.NE... (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.msdn.com
tags: ADO.NET Data Services, article, VS2010, WCF Data Services, DevCenter, Linq
8
Shouts

The Weekly Source Code 51 - Asynchronous Database Access and LINQ to SQL Fun - Scott Hanselman

published 1171 days, 19 hours, 1 minute ago posted by jantujantu 1172 days, 15 hours, 55 minutes ago
Thursday, March 04, 2010 11:31:14 AM GMT Wednesday, March 03, 2010 2:36:45 PM GMT
You can learn a lot by reading other people's source code. That's the idea behind this series, "The Weekly Source Code." You can certainly become a better programmer by writing code but I think good writers become better by reading as much as they can. I was poking around in the WebFormsMVPproject's code and noticed an interesting pattern.You've seen code to get data from a database and retrieve it as an object, like this:public Widget Find... (more)
category: Web Dev | clicked: 0 | comment | | source: www.hanselman.com
tags: ASP.NET ASP.NET MVC, Source code, Open Source, Linq
7
Shouts

CLR Inside Out - Migrating an APTCA Assembly to the .NET Framework 4

published 1174 days, 17 hours, 53 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1179 days, 7 hours, 44 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Wednesday, February 24, 2010 10:47:56 PM GMT
The CLR security model in the Microsoft .NET Framework 4 has undergone some substantial changes, including the adoption of ”Level2” transparency, similar to the Silverlight security model. Mike Rousos provides an in-depth explanation of how that will likely impact authors of AllowPartiallyTrustedCallers (APTCA) libraries. (more)
category: How To | clicked: 0 | comment | | source: msdn.microsoft.com
tags: CLR, MSDN, MSDN Magazine
10
Shouts

Silverlight: IronPython in the browser Part 1

published 1174 days, 17 hours, 53 minutes ago posted by sonukapoorsonukapoor 1178 days, 3 hours, 23 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Friday, February 26, 2010 3:09:05 AM GMT
In the article the authors discuss how to take advantage of the exciting Silverlight platform with IronPython. (more)
category: Metro | clicked: 0 | comment | | source: dotnetslackers.com
tags: Silverlight
8
Shouts

Cutting Edge - ASP.NET Ajax Library and WCF Data Services

published 1174 days, 17 hours, 53 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1179 days, 7 hours, 46 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Wednesday, February 24, 2010 10:46:06 PM GMT
This month Dino takes a look at the JavaScript components coming in the ASP.NET Ajax Library and explains how they can be used for effective client-side data access. (more)
category: Web Dev | clicked: 2 | comment | | source: msdn.microsoft.com
tags: ASP.NET AJAX, MSDN, DataServices, Ajax, WCF, MSDN Magazine
10
Shouts

EntitySpaces 2010 Two Part Video Series on Silverlight and WCF

published 1174 days, 17 hours, 53 minutes ago posted by MikeGriffinMikeGriffin 1176 days, 3 hours, 31 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Sunday, February 28, 2010 3:01:29 AM GMT
We are very pleased to be able to show you some of the awesome power coming in EntitySpaces 2010. We think ES2010 provides unmatched power when it comes to working with Silverlight and WCF services. Not only do our smart proxies track row state but they also track column dirty state. You can now bring back extra columns that are fetched via joins (or derived columns) to the client . Probably one of the most awesome feature is the ability to bind to these extra columns under Silverlight. As far as we know... (more)
category: Metro | clicked: 1 | comment | | source: www.entityspaces.net
tags: EntitySpaces, SQLServer, Architecture, WCF, ORM
7
Shouts

Authentication with Active Directory, ASP.NET MVC, & fluentHtml

published 1174 days, 17 hours, 53 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 1175 days, 23 hours, 51 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Sunday, February 28, 2010 6:41:00 AM GMT
I figure since people are starting to really look into MVC and are realizing that it’s going to be around for a while, they’re going to need some decent samples when researching how to do things. I’m hoping this particular post will possibly be one of those examples. I had the same thought when I wrote the Security Questions with ASP.NET MVC & fluentHtml post. (more)
category: Web Dev | clicked: 4 | comment | | source: derans.blogspot.com
tags: active directory objects, fluentHtml, MVC