Alex
Name: Alex
Score: 10,283.57
Last Seen: 717 days, 3 hours, 37 minutes ago
Member Since: 8 February, 2009
DotNetShoutout
atom rss
6
Shouts

Step-by-Step: Installing SQL Server Management Studio 2008 Express after Visual Studio 2010 - Beth Massi

published 820 days, 1 hour, 6 minutes ago posted by iftekharahmedamitiftekharahmedamit 822 days, 12 hours, 50 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 8:06:49 PM GMT
One of the first things I always do after installing Visual Studio is to install SQL Server Management Studio (SSMS). Visual Studio 2010 installs SQL Server 2008 Express on your machine but doesn’t include SSMS. Although you can use Visual Studio to create/connect/design databases, I like having SSMS around for advanced management. I recall SSMS for SQL Server 2005 was a simple install, unfortunately they threw the kitchen sink into the SSMS 2008 installer and I’m always confused at which buttons I need ... (more)
category: Data | clicked: 13 | 2 comments | | source: blogs.msdn.com
tags: SQL Server, SQL Server Management Studio, Visual Studio 2010, SQL
7
Shouts

Team Explorer Everywhere 2010 SP1 is Available - Brian Harry's WebLog

published 820 days, 1 hour, 6 minutes ago posted by KluggerKlugger 822 days, 11 hours, 56 minutes ago
Friday, February 25, 2011 7:50:47 AM GMT Tuesday, February 22, 2011 9:00:25 PM GMT
Back in November I wrote about the first Beta of Team Explorer Everywhere 2010 SP1, and today I am proud to announce that the final version is available to download for MSDN Subscribers. UPDATE 2/11/11 - the publicly available download (for licensed Team Explorer Everywhere customers) is now available: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=53c27216-c4f0-48b6-9bed-fe1718a2e3b0 See my previous post for more information about what shipped in Beta 1. The feedback from the Beta was ve... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: Team Explorer, Team Explorer 2010, Service Pack 1, SP1
6
Shouts

Attaching a Command to the WP7 Application Bar.

published 822 days, 12 hours, 58 minutes ago posted by mbcrumpmbcrump 822 days, 19 hours, 21 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 1:35:45 PM GMT
One of the biggest problems that I’ve seen with people creating WP7 applications is how do you bind the application bar to a Relay Command. If your using MVVM then this is particular important. Let’s examine the code that one might add to start with.  Everything looks right. But we quickly notice that we have a squiggly line under our Interaction.Triggers. The problem is that the object is not a FrameworkObject. This same code would have worked perfect if this were a normal button. OK. Point has be... (more)
category: Metro | clicked: 2 | comment | | source: michaelcrump.net
7
Shouts

Understanding and Using OData – Creating a Windows Phone OData Client (4 of 4) - MCS UK Solution Development Team

published 822 days, 12 hours, 58 minutes ago posted by MarkMark 822 days, 19 hours, 44 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 1:13:06 PM GMT
Hopefully these articles will show you how to produce and publish an OData Feed, Create relationships between feeds from different sources, analyse OData and finally how to develop a custom OData client. This should give a really good appreciation of some of the possible uses for OData. In this article, I will describe how to create a custom client application to consume the OData feed. Given the fact that I had recently signed up as a Windows Phone App Hub Developer, I thought a Windows Phone client ap... (more)
category: Smart Client | clicked: 0 | comment | | source: blogs.msdn.com
tags: Windows Phone, OData
6
Shouts

Unicode 6.0.0 is [actually] released! - Michael S. Kaplan

published 821 days, 8 hours, 25 minutes ago posted by MarkMark 822 days, 19 hours, 47 minutes ago
Thursday, February 24, 2011 12:31:46 AM GMT Tuesday, February 22, 2011 1:10:06 PM GMT
So you may have noticed that back in October that I blogged Unicode 6.0.0 is [virtually] released!. Hopefully no one was holding their breath waiting for everything to get finished and written up. Because at the end last week, the full release happened. :-) From the release notification: Mountain View, CA, February 17, 2011 - The Unicode® Consortium is pleased to announce the publication of the final text of the core specification for Unicode 6.0. The Unicode 6.0 core specification includes informatio... (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: unicode
8
Shouts

Simple menu for your WP7 application - Rudi Grobler in the Cloud

published 821 days, 8 hours, 25 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 822 days, 20 hours, 15 minutes ago
Thursday, February 24, 2011 12:31:46 AM GMT Tuesday, February 22, 2011 12:42:06 PM GMT
A very simple menu for your WP7 application (more)
category: Metro | clicked: 3 | comment | | source: www.rudigrobler.net
tags: WP7
6
Shouts

IntelliTrace for Azure without Visual Studio - Grant Holliday's Blog

published 822 days, 12 hours, 58 minutes ago posted by KluggerKlugger 822 days, 20 hours, 33 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 12:23:34 PM GMT
IntelliTrace is a very useful tool for diagnosing applications on the Windows Azure platform. It is especially invaluable for diagnosing problems that occur during the startup of your roles. You might have seen these sorts of problems when you do a deployment and it gets stuck in the "Starting role" state and continuously reboots. Publishing via Visual Studio If you are building and deploying your application using Visual Studio, then it's fairly straightforward to enable IntelliTrace. When you right-cl... (more)
category: Architecture | clicked: 2 | 1 comment | | source: blogs.msdn.com
tags: IntelliTrace, Azure
7
Shouts

Microsoft SQL Server JDBC 3.0 and SQL Azure - Microsoft JDBC Driver Team Blog

published 822 days, 12 hours, 58 minutes ago posted by StevesSteves 822 days, 21 hours, 6 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 11:51:09 AM GMT
Dear SQL Server and SQL Azure developers and users: We are very pleased to announce the availability of an updated version of Microsoft SQL Server JDBC Driver 3.0 supporting Microsoft SQL Azure database: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ae924066-2946-40a7-93c6-c7e83f54072f&displaylang=en This updated version supersedes the release version of SQL Server JDBC Driver 3.0 and also addresses an issue with JDBC API getSchemas. For further information on getSchema issue, please... (more)
category: Data | clicked: 0 | comment | | source: blogs.msdn.com
tags: SQL Server, JDBC, SQL, SQL Azure
7
Shouts

ReSharper 6 Bundles Decompiler, Free Standalone Tool to Follow - JetBrains .NET Tools Blog

published 822 days, 12 hours, 58 minutes ago posted by iftekharahmedamitiftekharahmedamit 822 days, 21 hours, 47 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 11:09:58 AM GMT
What’s going on here? We’ve recently hinted on a new kind of functionality that’s being developed within ReSharper 6 EAP. Those of you who saw that post got the message right: ReSharper 6 will feature a decompiler. More than that, it is already available in ReSharper 6 EAP builds that you can download and try. As if it isn’t enough, we have more great news: make sure to read on to th... (more)
category: How To | clicked: 1 | comment | | source: blogs.jetbrains.com
tags: ReSharper 6, R#, JetBrains, JetBrains ReSharper, ReSharper
8
Shouts

ILSpy - a new .NET assembly inspector - Daniel Grunwald

published 822 days, 12 hours, 58 minutes ago posted by iftekharahmedamitiftekharahmedamit 822 days, 21 hours, 46 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 11:10:50 AM GMT
First, I'll let the screenshot speak for itself: Now that RedGate has announced that Reflector will no longer available be for free; the SharpDevelop team has started to create an open-source replacement: ILSpy Just as any of the assembly browsers inspired by ILDasm, the UI is simple: a tree view on the left allows you to view the contents of the assembly; the text view on the right shows the contents of the selected method. As for the decompiler engine itself, we still haven't decided - the screens... (more)
category: How To | clicked: 5 | comment | | source: community.sharpdevelop.net
tags: ILSpy
7
Shouts

Your Chance to Win 1 of 50 Licenses for Red Gate’s .NET Reflector Professional - Alvin Ashcraft

published 822 days, 12 hours, 58 minutes ago posted by iftekharahmedamitiftekharahmedamit 822 days, 21 hours, 42 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 11:14:25 AM GMT
Most of my readers are probably aware of Red Gate’s decision to no longer offer a free edition of Reflector, the .NET assembly decompiler and analyzer. Muchhas alreadybeen said about the decision, and I am not going to jump in to debate the politics/ethics of the decision at this time. The fact is, Reflector is a great utility for any .NET developer’s toolbox. I think that, in the end, this move is going to create some competition in the market and hopefully drive Reflector and its competitors to deliver... (more)
category: How To | clicked: 0 | comment | | source: www.alvinashcraft.com
tags: Red Gate, .NET Reflector
5
Shouts

Windows Phone Pivot Control: Enable text wrapping for the Title - Jeff Wilcox

published 822 days, 12 hours, 58 minutes ago posted by AlexAlex 822 days, 19 hours, 9 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 1:48:15 PM GMT
By default, the Title of the Pivot control will clip its content when it gets to the end of the line. For most applications, the Title is not long, but if you’re data binding to a lot of information, there may be a legitimate scenario where you want the title to trim. Imagine where you’ve used data binding and the Title is bound to a field like “SEATAC: Seattle-Tacoma Internatio... (more)
category: UX | clicked: 0 | comment | | source: www.jeff.wilcox.name
tags: Windows Phone, Control Development
5
Shouts

Introducing the February 2011 Silverlight for Windows Phone Toolkit - Jeff Wilcox

published 822 days, 12 hours, 58 minutes ago posted by AlexAlex 822 days, 19 hours, 10 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 1:47:09 PM GMT
Today we pushed the button on the February 2011 release of the Silverlight for Windows Phone Toolkit. We’ve added a few new controls that previously app developers had to pick up separately while working on polishing their apps, including the tilt effect and performance progress bar. VB samples, too! Please download the new Silverlight for Windows Phone Toolkit... (more)
category: Metro | clicked: 1 | comment | | source: www.jeff.wilcox.name
tags: Silverlight, Silverlight Toolkit, Windows Phone
5
Shouts

Validation Application Block ported to Silverlight - Grigori Melnik

published 822 days, 12 hours, 58 minutes ago posted by AlexAlex 822 days, 19 hours, 11 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 1:45:47 PM GMT
Earlier this week, we published a code drop of the Enterprise Library 5.0 Silverlight Integration Pack. It contains: * port of the Validation Application Block * new pieces of the infrastructure to support XAML-based configuration * async configuration loading Note there is also a conversion tool to facilitate the reuse of your Enterprise Library existing configurations and convert them to XAML. It can be plugged in the config tool via a wizard or you may integrate it in your build process. The conver... (more)
category: Metro | clicked: 3 | comment | | source: blogs.msdn.com
tags: SL, Silverlight, Validation Application Block
9
Shouts

NuGet 1.1 Released - Scott Guthrie's Blog

published 823 days, 14 hours, 33 minutes ago posted by iftekharahmedamitiftekharahmedamit 829 days, 12 hours, 40 minutes ago
Monday, February 21, 2011 6:24:18 PM GMT Tuesday, February 15, 2011 8:17:05 PM GMT
This past weekend the ASP.NET team released NuGet 1.1.  Phil Haack recently blogged a bunch of details on the enhancements it brings, as well as how to update to it if you already have NuGet 1.0 installed.  It is definitely a nice update (my favorite improvement is that it no longer blocks the UI when downloading packages). Read Phil’s blog post about the NuGet 1.1 update and how it install it here.  NuGet is Not just for Web Projects NuGet is not just for ASP.NET projects – it supports any .NET proj... (more)
category: Web Dev | clicked: 0 | 1 comment | | source: weblogs.asp.net
tags: Visual Studio, ASP.NET, NuGet
7
Shouts

Running Multiple Websites in a Windows Azure Web Role - Wade Wegner

published 823 days, 14 hours, 33 minutes ago posted by iftekharahmedamitiftekharahmedamit 826 days, 15 hours, 13 minutes ago
Monday, February 21, 2011 6:24:18 PM GMT Friday, February 18, 2011 5:43:59 PM GMT
Prior to the release of the Windows Azure 1.3 SDK, Web roles hosted your application in IIS Hosted Web Core (HWC).  While there were certainly ways to extend HWC, for the most part you were stuck with a single application bound to no more than a single HTTP or HTTPS endpoint.  This model enabled only a minimal number of configurations, and prevented you from fully benefiting from the full capabilities of IIS.  Here’s what t... (more)
category: Architecture | clicked: 0 | comment | | source: www.wadewegner.com
tags: Windows Azure, HWC, Hosted Web Core, IIS, Azure
8
Shouts

Moonlight 4 (Preview) is here - Rudi Grobler in the Cloud

published 823 days, 14 hours, 33 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 828 days, 3 hours, 14 minutes ago
Monday, February 21, 2011 6:24:18 PM GMT Thursday, February 17, 2011 5:42:50 AM GMT
Mono project has released a preview of Moonlight 4 (Silverlight 4 support for linux) (more)
category: Metro | clicked: 1 | comment | | source: www.rudigrobler.net
tags: Mono, Silverlight, Silverlight 4, Moonlight 4
11
Shouts

WP7 Podcasts - Rudi Grobler in the Cloud

published 823 days, 14 hours, 33 minutes ago posted by http://rudigrobler.myopenid.com/http://rudigrobler.myopenid.com/ 828 days, 51 minutes ago
Monday, February 21, 2011 6:24:18 PM GMT Thursday, February 17, 2011 8:06:15 AM GMT
2 podcasts focused on WP7 (more)
category: Podcast | clicked: 28 | comment | | source: www.rudigrobler.net
tags: WP7
8
Shouts

Windows Phone 7 Silverlight Programming - Navigation between Pages

published 823 days, 14 hours, 33 minutes ago posted by sonukapoorsonukapoor 826 days, 12 hours, 53 minutes ago
Monday, February 21, 2011 6:24:18 PM GMT Friday, February 18, 2011 8:04:00 PM GMT
In this article, we will delve into how to perform navigation operations between pages as well as passing data in a Silverlight for Windows Phone application. (more)
category: Metro | clicked: 0 | comment | | source: dotnetslackers.com
tags: Silverlight, Windows Phone 7
7
Shouts

Refactoring to testability

published 823 days, 14 hours, 33 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 824 days, 3 minutes ago
Monday, February 21, 2011 6:24:18 PM GMT Monday, February 21, 2011 8:53:30 AM GMT
Suppose you are working on some web REST API adapter. It would be basically one class with bunch of methods. Each method would represent each supported API call. Through the implementation you would probably landed with something like this, public class ApiAdapter { private HttpClient _client; private RequestFormatHelper _requestFormatHelper; private ResponseFormatHelper _responseFormatHelper; // ... public ApiAdapter() { _client = new HttpClient(/* ... */); ... (more)
category: Agile | clicked: 0 | comment | | source: www.beletsky.net
tags: Refactoring, TDD
Previous 1 2 3 4 5 6 7 8 9 10 11 12 ... 45 46 Next