Andrew
Name: Andrew
Score: 4,166.11
Last Seen: 44 days, 5 hours, 48 minutes ago
Member Since: 8 February, 2009
DotNetShoutout
atom rss
22
shouts

Silverlight Client for Facebook available - Tim Heuer

published 42 days, 8 hours, 23 minutes ago posted by jantujantu 45 days, 9 hours, 34 minutes ago
Friday, January 29, 2010 10:35:37 AM GMT Tuesday, January 26, 2010 9:25:18 AM GMT
Remember the final moments of the Scott Guthrie keynote presentation at PDC09? Where Brian Goldfarb came on stage and demonstrated a completed application using a lot of the features of Silverlight 4? Yeah, that Facebook application. Well, it’s here now... (more)
category: Silverlight | clicked: 67 | comment | | source: timheuer.com
tags: Expression Blend, Facebook, PDC09, riaservices, ScottGu, Silverlight
10
shouts

Random Acts of Coding: Playing Nice with Other Assemblies using MEF Catalogs

published 108 days, 3 hours, 53 minutes ago posted by JamesEggersJamesEggers 109 days, 4 hours, 41 minutes ago
Tuesday, November 24, 2009 3:05:55 PM GMT Monday, November 23, 2009 2:17:58 PM GMT
Looking over the previous three posts, we have been working within a single assembly for managing our extensibility parts.  While this works well if we want to use MEF more as an IoC container, it really limits the extensibility of our application.  In the single assembly model that we've been using, every update would require a new build of the application.  To overcome this limitation, we'll create a new example project that builds on what we've covered and branch it out into multiple assemblies.Buildi... (more)
category: Architecture | clicked: 41 | comment | | source: randomactsofcoding.blogspot.com
tags: C#, MEF
10
shouts

Expression Blend Preview for .NET 4 - Microsoft Download Center

published 108 days, 3 hours, 53 minutes ago posted by AlexAlex 109 days, 7 hours, 7 minutes ago
Tuesday, November 24, 2009 3:05:55 PM GMT Monday, November 23, 2009 11:51:41 AM GMT
Microsoft® Expression Blend™ Preview for .NET 4 enables you to create content that targets Microsoft® Silverlight™ 4 Beta and .NET 4 Beta 2. This Preview is compatible with the Visual Studio 2010 Beta 2. Expression Blend™ Preview for .NET 4 enables customers to use Expression Blend to test the latest Beta platform releases from Microsoft. Expression Blend Preview for .NET 4 creates and modifies Silverlight 4 Beta and .NET 4 Beta 2 based applications. Please note that Expression Blend Preview for .NET 4... (more)
category: Silverlight | clicked: 67 | comment | | source: www.microsoft.com
tags: .NET 4.0 Beta 2, Blend 4, Blend Preview, Expression Blend, Silverlight, Silverlight 4, Silverlight 4 Beta, SL, SL4
8
shouts

Download Expression Blend Preview for .NET 4 - Expression Blend and Design Blog

published 108 days, 3 hours, 53 minutes ago posted by StevesSteves 109 days, 7 hours, 50 minutes ago
Tuesday, November 24, 2009 3:05:55 PM GMT Monday, November 23, 2009 11:09:09 AM GMT
Today at PDC, we made a few announcements that would be of interest to you! First, Scott Guthrie announced the availability of the Silverlight 4 Beta. This version of Silverlight contains some cool new features that many of you have asked for, so read the What’s New document to get an overview of some of the new features. To coincide with the release of Silverlight 4 Beta today and the release of Visual Studio 2010 Beta 2 a short while ago, we are making a version of Expression Blend available that allo... (more)
category: UX | clicked: 51 | comment | | source: blogs.msdn.com
tags: .NET 4.0 Beta 2, Blend, Blend 4, Blend Preview, Expression Blend
6
shouts

Silverlight 4 NotificationWindow and Queuing multiple notifications - Tim Heuer

published 108 days, 16 hours, 55 minutes ago posted by iftekharahmedamitiftekharahmedamit 109 days, 8 hours, 21 minutes ago
Tuesday, November 24, 2009 2:04:10 AM GMT Monday, November 23, 2009 10:37:58 AM GMT
One of the cool features for Silverlight 4 Out-of-browser applications that was announced as a part of the Silverlight 4 beta release is the NotificationWindow class. Most commonly referred to as “toast” these are the little notifications that popup in the system areas of your operating system to provide helpful (and sometimes annoying) information. Any user of Microsoft Outlook no doubt has seen them. They look something like this (Windows system tray area shown here):... (more)
category: Silverlight | clicked: 22 | comment | | source: timheuer.com
tags: out-of-browser, Silverlight, Silverlight 4, Silverlight 4 Beta, SL, SL4
8
shouts

Fixing Visual Studio 2010 and Blend Preview for .NET 4 integration - Tim Heuer

published 108 days, 16 hours, 55 minutes ago posted by iftekharahmedamitiftekharahmedamit 109 days, 8 hours, 11 minutes ago
Tuesday, November 24, 2009 2:04:10 AM GMT Monday, November 23, 2009 10:47:32 AM GMT
If you’ve been working with Visual Studio 2008, Expression Blend 3 and Silverlight (or WPF) development, you’ve likely used the Open in Expression Blend feature in Visual Studio. This occurs when you right-click on a XAML file in your project/solution and you’ll see that option as long as you have Expression Blend 3 installed. Well…if you are an eager developer and have installed VS2010 and the Blend Preview for .NET 4, you may have noticed that integration broken. (more)
category: Silverlight | clicked: 38 | comment | | source: timheuer.com
tags: .NET 4.0 Beta 2, Blend, Blend 4, Blend Preview, VS 2010, VS 2010 Beta 2, VS2010
11
shouts

Recent Podcasts - Phil Haack

published 108 days, 3 hours, 53 minutes ago posted by jantujantu 109 days, 9 hours, 14 minutes ago
Tuesday, November 24, 2009 3:05:55 PM GMT Monday, November 23, 2009 9:45:25 AM GMT
In this podcast I join the fellas at HerdingCode. Although this podcast came out after the Hanselminutes one, it was actually recorded a long time prior to that one. Jon Galloway, who does the editing, probably has some lame excuse about life changing events keeping him busy. I spent most of the time covering what’s new with ASP.NET MVC 2 Preview... (more)
category: Podcast | clicked: 32 | comment | | source: haacked.com
tags: ASP.NET, ASP.NET MVC 2, ASP.NET MVC 2 Preview 2
10
shouts

Facebook Connect Action Filter for ASP.NET MVC - Jim Christopher

published 108 days, 3 hours, 53 minutes ago posted by StevesSteves 109 days, 3 hours, 27 minutes ago
Tuesday, November 24, 2009 3:05:55 PM GMT Monday, November 23, 2009 3:32:22 PM GMT
I've got a few ASP.NET MVC projects burning that will be leveraging Facebook Connect for user identity and profile data.  I was impressed with how quickly I could get things running using the Facebook Developer Toolkit.  Well-documented, good examples, and the API makes sense.  One of Connect's basic features is to provide user identity to other web applications via the "Connect Button".    Adding this feature to your ASP.NET site is already well documented by Clarity Consulting and others; here I wil... (more)
category: ASP.NET | clicked: 57 | comment | | source: www.beefycode.com
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, Facebook, Facebook Connect, MVC
7
shouts

Lester's WPF blog : New WPF Features: DatePicker\Calendar\VSM\Datagrid

published 108 days, 16 hours, 55 minutes ago posted by ZORIGZORIG 109 days, 2 hours, 32 minutes ago
Tuesday, November 24, 2009 2:04:10 AM GMT Monday, November 23, 2009 4:26:35 PM GMT
New WPF Features: DatePicker\Calendar\VSM\Datagrid This is part of a series on New WPF Features   These controls have been part of the WPF toolkit on Codeplex. They are now making their way into the framework. (more)
category: Foundation | clicked: 50 | comment | | source: blogs.msdn.com
tags: Calendar, DataGrid, DatePicker, New WPF 4 features, VSM
10
shouts

Writing WPF/Silverlight compatible code. Part 4: Geometries

published 108 days, 3 hours, 53 minutes ago posted by http://ailon.livejournal.com/http://ailon.livejournal.com/ 109 days, 2 hours, 28 minutes ago
Tuesday, November 24, 2009 3:05:55 PM GMT Monday, November 23, 2009 4:30:37 PM GMT
This part covers differences in working with Geometries in WPF and Silverlight. (more)
category: Silverlight | clicked: 37 | comment | | source: devblog.ailon.org
tags: Silverlight, WPF
14
shouts

Visual Studio 2010 Express Beta 2 Editions are available now - Amit's Blog

published 140 days, 6 hours, 7 minutes ago posted by iftekharahmedamitiftekharahmedamit 141 days, 22 hours, 20 minutes ago
Friday, October 23, 2009 12:52:26 PM GMT Wednesday, October 21, 2009 8:38:43 PM GMT
Visual Studio 2010 Express Editions are available now for everyone to download. The Visual Studio 2010 Express Beta 2 offers an exciting experience with the new integrated development environment, a new editor built in Windows Presentation Foundation (WPF) and support for the new .NET Framework. Download and get started today! Express Versions The Visual Stud... (more)
category: Foundation | clicked: 73 | 1 comment | | source: amitbd.com
tags: Visual Studio, Visual Studio 2010, Visual Studio 2010 Express Beta 2, Visual Studio 2010 Express Edition, VS, VS 2010, VS2010
12
shouts

Rajan's Blog - How to load partial view dynamically in ASP.NET MVC using JQuery

published 109 days, 8 hours, 5 minutes ago posted by rgrajanrgrajan 110 days, 21 hours, 5 minutes ago
Monday, November 23, 2009 10:54:04 AM GMT Saturday, November 21, 2009 9:54:00 PM GMT
November 22, 2009@ 03:08 AMComments [0]How to load partial view dynamically in ASP.NET MVC using JQuery In my current project I need to load the user control dynamically without post back. After some googling found couple of posts which converts the partial view as string. The issue here is it doesn’t support viewcontext, in my case i have custom view engine which implements localization. Earlier i have gone through this useful cheat sheet. Below is the simple implementation which works with custom view... (more)
category: ASP.NET | clicked: 97 | comment | | source: blog.rajan.net.in
tags: ASP.NET MVC 1.0, jQuery, Partial View
15
shouts

Inter-process Mediator - Rudi Grobler

published 109 days, 8 hours, 5 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 110 days, 11 hours, 24 minutes ago
Monday, November 23, 2009 10:54:04 AM GMT Sunday, November 22, 2009 7:35:01 AM GMT
A article on how to adapt the mediator pattern to assist in inter-process communication (more)
category: Smart Client | clicked: 72 | comment | | source: dotnet.org.za
12
shouts

HerdingCode - Episode 64: Phil Haack on MVC 2

published 109 days, 8 hours, 5 minutes ago posted by StevesSteves 110 days, 3 hours, 30 minutes ago
Monday, November 23, 2009 10:54:04 AM GMT Sunday, November 22, 2009 3:28:57 PM GMT
The guys grill Phil on ASP.NET MVC2, and introduce a new segment: Abusive Questions From Twitter! * Phil starts with the new <%: code block syntax, IHtmlString, HtmlString, MvcHtmlString * Jon asks about DisplayFor, EditorFor improvements * Phil discusses validation improvements – validation extensibility and client-side validation * MVC 2 is built on .NET 3.5 SP1 * Phil talks about the productivity focus for MVC 2 * New minimal templates, minimized web.config * Phil comments on the recent trend in s... (more)
category: Podcast | clicked: 69 | comment | | source: herdingcode.com
tags: ASP.NET, ASP.NET MVC, ASP.NET MVC 2, ASPNETMVC, HerdingCode, MVC2
11
shouts

Anatomy of the Windows 7 taskbar – Jumplist (Part 1) - Rudi Grobler

published 109 days, 8 hours, 5 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 110 days, 11 hours, 13 minutes ago
Monday, November 23, 2009 10:54:04 AM GMT Sunday, November 22, 2009 7:46:24 AM GMT
A article on how to create and use windows 7 jumplists (more)
category: Smart Client | clicked: 48 | comment | | source: dotnet.org.za
11
shouts

Andrew Veresov blog | Silverlight 3 Validation Workaround

published 109 days, 8 hours, 5 minutes ago posted by andrewveresovandrewveresov 110 days, 21 hours, 30 minutes ago
Monday, November 23, 2009 10:54:04 AM GMT Saturday, November 21, 2009 9:28:58 PM GMT
Andrew Veresov shows how to set validation error message to a control without need of exception raising during databinding. Validation workaround library also available for download. (more)
category: Silverlight | clicked: 48 | comment | | source: blog.andrew-veresov.com
tags: problem, Silverlight, Validation, validation error, workaround
15
shouts

Exploring Spark View Engine for ASP.NET MVC – Part 1

published 109 days, 8 hours, 5 minutes ago posted by RazorAntRazorAnt 113 days, 3 hours, 28 minutes ago
Monday, November 23, 2009 10:54:04 AM GMT Thursday, November 19, 2009 3:30:56 PM GMT
If you are working with ASP.NET MVC and you haven’t taken a look at the Spark View Engine, you owe it to yourself to spend a few minutes exploring Spark.  While it might not be for everyone, Spark View Engine offers a different option to the standard Web Forms View Engine used in MVC and it has a lot going for it. (more)
category: ASP.NET | clicked: 53 | comment | | source: www.nyveldt.com
13
shouts

ASP.NET MVC: Creating reports using Chart control

published 109 days, 8 hours, 5 minutes ago posted by gpeipmangpeipman 111 days, 5 hours, 15 minutes ago
Monday, November 23, 2009 10:54:04 AM GMT Saturday, November 21, 2009 1:43:41 PM GMT
ASP.NET Chart control is powerful control you can use to add charting support to your web applications. Although chart controls are mainly used with ASP.NET forms it is not very hard to use them also in ASP.NET MVC applications. In this posting I will show you how to use ASP.NET Chart control in ASP.NET MVC application and I will illustrate how to do it easily so you don’t mess up your views. (more)
category: ASP.NET | clicked: 88 | comment | | source: weblogs.asp.net
tags: ASP.NET, chart, MVC, report
14
shouts

Visual Studio 2010: Generating sequence diagrams on the fly

published 109 days, 8 hours, 5 minutes ago posted by gpeipmangpeipman 112 days, 6 hours, 24 minutes ago
Monday, November 23, 2009 10:54:04 AM GMT Friday, November 20, 2009 12:35:04 PM GMT
One nice feature that Visual Studio 2010 provides is generating sequence diagrams on the fly. Just point out method and choose diagram generating option from context menu. In this posting I will show you how to generate sequence diagrams on the fly. (more)
category: Foundation | clicked: 49 | comment | | source: weblogs.asp.net
tags: Design, UML, Visual Studio 2010
19
shouts

ASP.NET MVC 2 Custom Validation - Phil Haack

published 109 days, 8 hours, 5 minutes ago posted by mithumithu 112 days, 9 hours, 33 minutes ago
Monday, November 23, 2009 10:54:04 AM GMT Friday, November 20, 2009 9:25:45 AM GMT
This is the third post in my series ASP.NET MVC 2 Beta and its new features. ASP.NET MVC 2 Beta Released (Release Announcement) Html.RenderAction and Html.Action ASP.NET MVC 2 Custom Validation No, not that kind of validation, though I do think you’re good enough, you’re smart enough, and doggone it, people like you. Rather, I want to cover building a custom validation attribute using the base classes available in System.ComponentModel.DataAnnotations. ASP.NET MVC 2 has built-in support for data ann... (more)
category: Foundation | clicked: 162 | comment | | source: haacked.com
tags: ASP .NET, MVC 2, MVC 2 Beta
Previous 1 2 3 4 5 6 7 8 9 10 ... 48 49 Next