Mike
Name: Mike
Score: 4,132.4
Last Seen: 122 days, 7 hours, 43 minutes ago
Member Since: 3 February, 2009
DotNetShoutout
atom rss
7
shouts

MPI Cluster Debugger launch integration in VS2010 - Daniel Moth

posted by ScottScott 122 days, 8 hours, 7 minutes ago
Sunday, November 15, 2009 4:03:16 PM GMT
Let's assume that you have all the HPC bits installed and that you have existing MPI code (or you created a "Hello World" project using the MPI project template). Of course, you create a single MPI application and at runtime it will correspond to multiple processes (of the same app) launched on multiple nodes (i.... (more)
category: Foundation | clicked: 3 | comment | | source: www.danielmoth.com
tags: Debug, VS 2010, VS2010
10
shouts

RoundhousE: Configuration

published 121 days, 14 hours, 21 minutes ago posted by ferventcoderferventcoder 122 days, 7 hours, 58 minutes ago
Monday, November 16, 2009 9:48:51 AM GMT Sunday, November 15, 2009 4:11:52 PM GMT
Let’s take a look at the RoundhousE's configuration. We are going to focus on the MSBuild/NAnt task configuration for now because the console isn’t yet complete. The console will actually have at least this much if not more (we’ve talked about how to use it to create the migration scripts and not just run them).  Because we like to be able to infer things, we have determined that there are only two required items. Worth a look... (more)
category: SQL | clicked: 26 | comment | | source: ferventcoder.com
tags: Database, database migrations, DB, db migrations
11
shouts

November 2009 Release of the Windows Azure Tools and SDK - Sam Gentile

published 121 days, 14 hours, 21 minutes ago posted by MikeMike 122 days, 7 hours, 48 minutes ago
Monday, November 16, 2009 9:48:51 AM GMT Sunday, November 15, 2009 4:22:13 PM GMT
It's here! The version that works with VS 2010 Beta 2. Lots of changes and new features in the November 2009 release:Service Model UI: A redesigned and significantly more complete interface for manipulating Role configuration information. To access, double-click on a role node in the Solution Explorer.Additional role templates: Support for ASP.NET MVC 2 (2010 only), F# worker roles (2010 only), and WCF Service Application web roles.Support for dynamically creating tables: The Create Tables functionality... (more)
category: Architecture | clicked: 40 | comment | | source: samgentile.com
tags: ASP.NET MVC 2, Azure, Cloud, VS 2010 Beta 2, Windows Azure
7
shouts

Using SQL Server Integration Services to Migration VistaDB 4 Data

posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 124 days, 4 hours, 50 minutes ago
Friday, November 13, 2009 7:20:27 PM GMT
From the last blog post I talked about how to use the SQL Server Import Wizard to get data into SQL Server from VistaDB.  You can use that Wizard but that process is a bit cumbersome and only works one table at a time. You can also build an SSIS package and migrate the entire database at once. (more)
category: SQL | clicked: 6 | 1 comment | | source: www.vistadb.net
tags: SQL, SQL Server Integration Services, VistaDB
14
shouts

Moses' Blog | KiGG Design And Architecture – Part 1 The high level design

published 121 days, 14 hours, 21 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 123 days, 1 hour, 54 minutes ago
Monday, November 16, 2009 9:48:51 AM GMT Saturday, November 14, 2009 10:16:36 PM GMT
Introduction In this multi part series I am going to explore KiGG design and architecture as well as projects structures. At the beginning I would like to give a brief about KiGG History. About KiGG KiGG is similar to DotNetKicks, Digg and DZone. However it much closed to DotNetKicks and way smaller than DZone. KiGG was founded by Kazi Manzur Rashid and first introduced in his article on DotNetSlackers.com: Kigg - Building a Digg Clone with ASP.NET MVC, that was on Feb 2008. It was built with First ASP... (more)
category: Architecture | clicked: 86 | comment | | source: mosesofegypt.net
tags: ASP.NET, ASPNETMVC, DotNetShoutout, KiGG, Software Design
9
shouts

Adventures in MVVM -- Dependant Properties with INotifyPropertyChanged

posted by BrianGenisioBrianGenisio 122 days, 21 hours, 59 minutes ago
Sunday, November 15, 2009 2:11:31 AM GMT
Although I use it all the time, I have always believed that INotifyPropertyChanged has some serious shortcomings. One of those shortcomings deals with dependant properties. This article discusses how to fix that problem by inverting the responsibility of notifying the change from the input properties to the dependant properties. . (more)
category: Silverlight | clicked: 14 | comment | | source: houseofbilz.com
tags: MVVM
12
shouts

NHibernate Validator

published 119 days, 12 hours, 36 minutes ago posted by http://fabiomaulo.blogspot.com/http://fabiomaulo.blogspot.com/ 122 days, 18 hours, 27 minutes ago
Wednesday, November 18, 2009 11:34:28 AM GMT Sunday, November 15, 2009 5:43:08 AM GMT
If you have read this post you know I’m having some psychological problem at work: multi-personality. My dear friend Fabio-NHV said me: hey man! I have a very good OSS validation framework strongly recommended if you are validating entities you are using with NHibernate. And I said: Cool!! but your framework is only an option for me… soon or later I’ll use something else and, btw, I need to mix the validation done by your framework with my BL and/or UI validation.The IEntityValidator The IEntityValida... (more)
category: Architecture | clicked: 52 | comment | | source: fabiomaulo.blogspot.com
tags: NHibernate Validator
13
shouts

Loading Enterprise Library validation rules from external file

published 119 days, 12 hours, 36 minutes ago posted by gpeipmangpeipman 122 days, 14 hours, 7 minutes ago
Wednesday, November 18, 2009 11:34:28 AM GMT Sunday, November 15, 2009 10:03:22 AM GMT
Keeping validation rules in web.config may grow it pretty long and it is not convenient to make changes there anymore. Developers can manage validation rules easily by using Enterprise Library Configuration tool and therefore there is no good reason to handle validation rules manually. In this posting I will show you how to load validation rules from external configuration files. (more)
category: ASP.NET | clicked: 50 | comment | | source: weblogs.asp.net
tags: .NET, Enterprise Library, Validation
13
shouts

An Improved Entity Framework Tip for EF4 thanks to Zeeshan : Don't Be Iffy

published 121 days, 14 hours, 21 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 122 days, 10 hours, 10 minutes ago
Monday, November 16, 2009 9:48:51 AM GMT Sunday, November 15, 2009 2:00:03 PM GMT
In my EF Tips & Tricks talk that I just did at DevConnections, I have a suggestion to reduce redundant methods where you might expose queries to generate reference lists. E.g. static List (more)
category: Foundation | clicked: 66 | comment | | source: thedatafarm.com
tags: EF4, entityframework4, entityframework4.0, Tip, Tips, Tips & Tricks, Tips and Tricks
15
shouts

The Open/Closed Principle - A real world example

published 121 days, 14 hours, 21 minutes ago posted by http://webpoet.myopenid.com/http://webpoet.myopenid.com/ 122 days, 9 hours, 3 minutes ago
Monday, November 16, 2009 9:48:51 AM GMT Sunday, November 15, 2009 3:07:18 PM GMT
Out of the five SOLID principles the Open/Closed principle is probably the one that I've had the hardest time understanding. Recently, while creating an ASP.NET .MVC controller I found a case where it made total sense and applying it made my application more flexible and my code more agile. (more)
category: Architecture | clicked: 109 | comment | | source: joelabrahamsson.com
tags: Architecture, OCP, SOLID, SOLID Principle, SOLID Principles
13
shouts

The Silverlight HVP Spec - Jesse Liberty

published 121 days, 14 hours, 21 minutes ago posted by StevesSteves 122 days, 8 hours, 47 minutes ago
Monday, November 16, 2009 9:48:51 AM GMT Sunday, November 15, 2009 3:22:48 PM GMT
The Silverlight  HyperVideo Player (HVP) will do for Silverlight How Do I Videos what Hypertext did for the Internet: it will provide simple, fast, and easy to use links to additional, supplementary or related information.  As an example, the user might be watching a video on data binding and the term “Dependency Property” is mentioned and at the same time a link appears. If the user ... (more)
category: Silverlight | clicked: 35 | comment | | source: blogs.silverlight.net
tags: Silverlight, Silverlight 3, SL
14
shouts

Designer v Xaml v Code - Jesse Liberty

published 121 days, 14 hours, 21 minutes ago posted by StevesSteves 122 days, 8 hours, 35 minutes ago
Monday, November 16, 2009 9:48:51 AM GMT Sunday, November 15, 2009 3:35:13 PM GMT
This is the second in my new series on Getting Started With Silverlight (please see the first article for information on the series and where to get the software you need). [updated11/8]Don’t Start with Xaml… Until recently, just about every introduction to Silverlight started out by talking about Xaml; the markup language of Silverlight, WPF and Workflow. I believe it is time to stop. A quick note on Xaml – we all agree how to pronounce it: zam-el to rhyme with camel, but n... (more)
category: Silverlight | clicked: 44 | comment | | source: blogs.silverlight.net
tags: Silverlight, Silverlight 3, SL
12
shouts

Connecting to SQL Azure Using ADO.NET in F# - Matt

published 121 days, 14 hours, 21 minutes ago posted by StevesSteves 122 days, 8 hours, 32 minutes ago
Monday, November 16, 2009 9:48:51 AM GMT Sunday, November 15, 2009 3:37:58 PM GMT
This is a very straightforward port of SQL Azure code from msdn: open System open System.Collections.Generic open System.Linq open System.Text open System.Data.SqlClient open System.Data // Provide the following information let userName = " (more)
category: Architecture | clicked: 44 | comment | | source: www.mattssoftwareblog.com
tags: ADO.NET, Azure, F#, FSharp, SQL, SQL Azure
10
shouts

Videos: Azure Services in Visual Studio 2010 Beta 2 with Jim Nakashima - Charlie Calvert

published 121 days, 14 hours, 21 minutes ago posted by ScottScott 122 days, 8 hours, 5 minutes ago
Monday, November 16, 2009 9:48:51 AM GMT Sunday, November 15, 2009 4:05:34 PM GMT
Here are three videos showing how Visual Studio 2010 provides support for the development and deployment of Azure Services applications. In these short How Do I Videos, I filmed Jim Nakashima as he demonstrated practical techniques for quickly deploying applications to the cloud. These videos will eventually be published in the How Do I section of the C# Dev Center. I’m hosting them here for now, so that they will be available in tim... (more)
category: Screencast | clicked: 39 | comment | | source: blogs.msdn.com
tags: Azure, Azure Services, Visual Studio 2010, visual studio 2010 beta 2
11
shouts

XML Denial of Service Attacks and Defenses

published 123 days, 12 hours, 33 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 125 days, 10 hours, 30 minutes ago
Saturday, November 14, 2009 11:37:02 AM GMT Thursday, November 12, 2009 1:40:09 PM GMT
This article reviews what makes XML vulnerable to denial of service attacks and how to mitigate these attacks. (more)
category: Foundation | clicked: 52 | comment | | source: msdn.microsoft.com
tags: MSDN, MSDN Magazine
6
shouts

Search Is Key to Findability

published 124 days, 12 hours, 30 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 125 days, 10 hours, 21 minutes ago
Friday, November 13, 2009 11:40:07 AM GMT Thursday, November 12, 2009 1:48:49 PM GMT
In this column, Ambrose Little and Charlie Kreitzberg discuss best practices, design patterns, and other considerations related to implementing a search feature. (more)
category: Foundation | clicked: 40 | comment | | source: msdn.microsoft.com
tags: MSDN, MSDN Magazine
8
shouts

Workflow Services for Local Communication

published 124 days, 12 hours, 30 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 125 days, 10 hours, 24 minutes ago
Friday, November 13, 2009 11:40:07 AM GMT Thursday, November 12, 2009 1:45:49 PM GMT
This month’s column describes how to use WCF for communication between a workflow and a host application in Windows Workflow Foundation 3. This knowledge should help developers with their efforts using WF3 and prepare them for WF4, where WCF is the only abstraction over queues (referred to as “bookmarks" in WF4) that ships with the framework. (more)
category: Foundation | clicked: 26 | comment | | source: msdn.microsoft.com
tags: MSDN, MSDN Magazine, WCF, WF
8
shouts

Visualizing Spatial Data

published 124 days, 12 hours, 30 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 125 days, 10 hours, 26 minutes ago
Friday, November 13, 2009 11:40:07 AM GMT Thursday, November 12, 2009 1:43:39 PM GMT
In this article, the author shows you three new arrivals on the SQL Server spatial visualization scene: the map control in SQL Server 2008 R2 Reporting Services (SSRS), the ESRI MapIt product, and the MapPoint Add-In for SQL Server 2008. (more)
category: SQL | clicked: 66 | comment | | source: msdn.microsoft.com
tags: SQL Server 2008
8
shouts

Windows Web Services

published 124 days, 12 hours, 30 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 125 days, 10 hours, 22 minutes ago
Friday, November 13, 2009 11:40:07 AM GMT Thursday, November 12, 2009 1:47:50 PM GMT
With the introduction of the Windows Web Services (WWS) API, C++ developers no longer have to think of themselves as second-class citizens in the world of Web Services. In this article, the author explores the features and benefits that the WWS API has to offer. (more)
category: Foundation | clicked: 36 | comment | | source: msdn.microsoft.com
tags: C++, Windows Web Services, WWS
8
shouts

Dependency Injection in Libraries

published 124 days, 12 hours, 30 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 125 days, 10 hours, 19 minutes ago
Friday, November 13, 2009 11:40:07 AM GMT Thursday, November 12, 2009 1:50:38 PM GMT
This article discusses how to write a library or framework that uses the Dependency Injection pattern and how the change in focus affects the usage of the pattern. (more)
category: Architecture | clicked: 47 | comment | | source: msdn.microsoft.com
tags: dependency injection, IoC, IoC/DI, MSDN, MSDN Magazine, Patterns & Practices, Patterns and Practices
Previous 1 2 3 4 5 6 7 8 9 10 ... 58 59 Next