Making Windows Azure Drive Letter Persistent Shawn Cicoria, January 1, 0001 Windows Azure Fieldnote Summary Windows Azure Drives [1] provide a means to represent a file based (disk drive) persistent storage option for the various role types within Windows Azure Compute. Each of ... Making Windows Azure Drive Letter Persistent 0 0 0
HomePage The Database Guy, January 1, 0001 Welcome to ArcTecDatabase Platforms Please choose the RDBMS Platform from the following list to connect to the appropriate discussion portal. Programming Platforms Please choose the Programming Platform ... HomePage 0 0 0
My Office @ AJI Software Headquarters Jeff Julian, January 1, 0001 One of the great things about 2012 is that I am not in our office nearly 100% of the time during business hours. This is the first time I have been able to work from our office this much in about 4 years. ... My Office @ AJI Software Headquarters 0 0 1
Microsoft IE6 Migration Tarun Arora, January 1, 0001 With support for Windows XP coming to an end on the 8th April 2014 and IE6 standing in so many people’s way of migration, what better time to start taking the leap to a more modern browser? Microsoft have ... Microsoft IE6 Migration 0 0 0
Using WCF Service With a Class Bunch, January 1, 0001 This post is an example of how to write a WCF Service using a class. The example uses Visual Studio 2010, written in C#, SQL Server 2008 and hosted in IIS. So lets have at it. The table is pretty simple ... Using WCF Service With a Class 0 0 1
45 minutes talk on SharePoint 2010 Development for beginners MJ Ferdous, January 1, 0001 It was full of engineers & IT professional who were eager-to-learn about SharePoint and the presentation was exactly for them. This was my 2nd Presentation on the Community Day as I already descried ... 45 minutes talk on SharePoint 2010 Development for beginners 0 0 4
SQL Azure Federation – Features & Usage Shaun, January 1, 0001 This is the second post about SQL Azure Federation. In my first post I described a little bit about the theory of data partitioning, included the different between the horizontal partitioning and the vertical ... SQL Azure Federation – Features & Usage 0 0 12
Inside Red Gate - Experimental Results simonc, January 1, 0001 As a brief interlude from my Concurrent Collections series, I thought I would give an roundup of how the lean startup experiments have been progressing. As you can expect, there's been some good aspects ... Inside Red Gate - Experimental Results 0 0 0
Site Point Christmas Deals Revisited TATWORTH, January 1, 0001 Site Point on their new Deal Fuel website at http://www.sitepoint.com/sa... are offering all of the Sitepoint Christmas Deals again.The books include topics like CSS, Javascript, WordPress and general ... Site Point Christmas Deals Revisited 0 0 0
Setting Default (Initial) values for fields in TFS 2010 Aman Garg, January 1, 0001 You can set the default values in the Web Access by modifying the URL. One can use the following URL: http://<servername>:P... of the Project>&wit=Bug&... ... Setting Default (Initial) values for fields in TFS 2010 0 0 0
Methods to Publish Your Site ChrisD, January 1, 0001 There are many ways to publish your site using Plesk Control Panel. Plesk is very powerful. I will show you some methods to publish your site. 1. We can use FTP.This method is I most like. Very simple ... Methods to Publish Your Site 0 0 0
Estimating Work Items by Hours–Idiotic You Say? D'Arcy Lussier, January 1, 0001 An interesting discussion popped up on Twitter between myself, Steve Rogalsky, Terry Bunio, Mike Iwasiow, David Alpert, and some others around using hours as a software estimating unit of measure. Steve’s ... Estimating Work Items by Hours–Idiotic You Say? 0 0 5
Diving Deep: ASP.NET Membership and the new Universal Providers Harish Ranganathan, January 1, 0001 </object> <script type="text/javascript"> document.write("<script type='text/javascript' src='" + (window.location.protocol) + "//c.microsoft.com/ms.js'" + "><\/script>");<... ... Diving Deep: ASP.NET Membership and the new Universal Providers 0 0 31
Known Types of Alien World TATWORTH, January 1, 0001 Another excellent item from www.space.com Source: SPACE.com: All about our solar system, outer space and exploration ... Known Types of Alien World 0 0 0
Analyzing CES 2012 Bill Evjen, January 1, 0001 I just got back from the Consumer Electronics Show 2012 (CES) which was held in Las Vegas. This is a good show for me and the company that I work for as it shows us some of the possible future trends of ... Analyzing CES 2012 0 0 1
Computer Networks UNISA - Chap 6 – Network Hardware MarkPearl, January 1, 0001 After reading this you should be able to Identify the functions of LAN connectivity hardware Install, configure, and differentiate between network devices such as NAIC’s, hubs, bridges, switches, routers, ... Computer Networks UNISA - Chap 6 – Network Hardware 0 0 0
Computer Networks UNISA - Chap 5 – Topologies and Ethernet ... MarkPearl, January 1, 0001 After reading this you should be able to Describe the basic and hybrid LAN physical topologies, and their uses, advantages, and disadvantages Describe the backbone structures that form the foundation for ... Computer Networks UNISA - Chap 5 – Topologies and Ethernet ... 0 0 0
C# DispatchTimer PhubarBaz, January 1, 0001 I was trying to port an old app from c# 2.0 to WPF in 4.0. In one place I was using a Timer to handle filtering of a list from a text box. This kept the list from constantly being updated while the user ... C# DispatchTimer 0 0 0
Stylecop Suppress Message kazim sardar mehdi, January 1, 0001 Stylecop great tool from Microsoft to enforce code style rules. Sometimes we like to break 1 or more of its rules and very much like Complier should not complain about it anymore. its easy by adding following ... Stylecop Suppress Message 0 0 0
Computer Networks UNISA - Chap 3 – Transmission Basics and ... MarkPearl, January 1, 0001 After reading this you should be able to Explain basic data transmission concepts, including full duplexing, attenuation, latency, and noise Describe the physical characteristics of coaxial cable, STP, ... Computer Networks UNISA - Chap 3 – Transmission Basics and ... 0 0 0
A Windows Phone-CES Post Mortem andrewbrust, January 1, 0001 I attend the Consumer Electronics Show (CES) to follow and cover Microsoft, both in terms of its announcements at the show, and those of its competitors. From that standpoint, and since Microsoft announced ... A Windows Phone-CES Post Mortem 0 0 1
The Disappearing (and Re-Appearing) List Ribbon Part III PointsToShare, January 1, 0001 Alexander Bautz solved the problem neatly. A CEWP with a simple JavaScript function. Hurray Alex ... The Disappearing (and Re-Appearing) List Ribbon Part III 0 0 0
Inside the Concurrent Collections: ConcurrentStack simonc, January 1, 0001 The first concurrent collection we'll look at is ConcurrentStack. This is conceptually the same as System.Collections.Generic.... but is geared towards occasional concurrent modifications. Now, in these ... Inside the Concurrent Collections: ConcurrentStack 0 0 7
JSON serialization problems and solution in MVC3 Nuri Halperin, January 1, 0001 For various reasons you may find that the default JsonResult returned by invoking the controller method such as return Json([data); Is unsuitable for the consumer. The main issue most often encountered ... JSON serialization problems and solution in MVC3 0 0 0
Presentation on SharePoint 2010 Overview on SharePoint Community ... MJ Ferdous, January 1, 0001 Before I describe about my session, let me introduce the history of making this great event. We SharePoint Experts Community arranged this Community Day jointly with Microsoft to introduce SharePoint 2010 ... Presentation on SharePoint 2010 Overview on SharePoint Community ... 0 0 4
The SSIS Expression Way–Skipping an Unwanted File Compudicted, January 1, 0001 Yesterday at the MSDN SSIS Forum somebody asked a question if it is possible to skip a particular file conditionally while keep processing the others. Such a situation arises in cases when a file mask/wildcard ... The SSIS Expression Way–Skipping an Unwanted File 0 0 2
Command passing after a diet raccoon_tim, January 1, 0001 Command passing is a handy way to execute pieces of code on specific threads. The idea is simple enough: Write a command into a buffer and that command then gets executed on some specific thread that monitors ... Command passing after a diet 0 0 0
How to Use ASP.NET Enterprise Manager in Plesk Control Panel ChrisD, January 1, 0001 ASP.NET Enterpise Manager is a web based database management system designed specifically for the management of Microsoft SQL databases through a web browser, without the need for any desktop database ... How to Use ASP.NET Enterprise Manager in Plesk Control Panel 0 0 0
BizTalk: Advanced Questions Leonid Ganeline, January 1, 0001 This article is a Part 6 of the Interview Questions series. Part 1: BizTalk: Questions for interview without answers Part 2: BizTalk: Interview questions and principles Part 3: WCF: Questions for studying ... BizTalk: Advanced Questions 0 0 45
Upcoming IASA Architect Talk at the WPB Developers Group - 1/24 -... Sam Abraham, January 1, 0001 The West Palm Beach Developer Group is off to a good start in 2012 with our special IASA Architecture event on January 24th, 7:00 PM. Microsoft’s Architect Wayne Filin-Matthews will be our speaker on Enterprise ... Upcoming IASA Architect Talk at the WPB Developers Group - 1/24 -... 0 0 0
Windows Azure Service Bus November 2011 Release Harish Ranganathan, January 1, 0001 I have been working on Windows Azure Service Bus for the recently concluded Azure Camps Yes, it is no longer referred as “Windows Azure AppFabric Service Bus”. All the 3 components i.e. Service Bus, Access ... Windows Azure Service Bus November 2011 Release 0 0 35
Azure Postings–10/01/2012 BizTalk Visionary, January 1, 0001 Windows Azure Platform How to Sort Azure Table Store results Chronologically How to upload your Excel and CSV data to the Cloud - Blob Storage SQL Azure Database Notification and Job Scheduling Service ... Azure Postings–10/01/2012 0 0 0
Intellitrace in VS2010 Blog Author, January 1, 0001 In this blog post I thought I would talk a little about one of my favorite features of VS2010, Intellitrace. Intellitrace is debugging on steroids. In regular debugging session you can see the values of ... Intellitrace in VS2010 0 0 1
A Guide to Getting Started with Axiom Michael Cummings, January 1, 0001 Axiom can be a little daunting when you first start working with it. This guide is designed to get you through the first initial hurdles and get you going on your first project using the library. A Brief ... A Guide to Getting Started with Axiom 0 0 0
WP Development With “Essential WP 7.5 Application Developme... Vijaya Malla, January 1, 0001 Apart from the Introduction that I gave from my previous blog posts about the book and the Windows Phone 7.5 Development, I think we have to jump into the technology of it. In this post we are going to ... WP Development With “Essential WP 7.5 Application Developme... 0 0 1
Build Manager Extension–Scribe for Build Notes Tarun Arora [Microsoft MVP], January 1, 0001 Scribe - Test Scribe is a documentation power tool designed to construct documents directly from TFS for test plan and test run artefacts for the purpose of discussion, reporting etc. Scribe only works ... Build Manager Extension–Scribe for Build Notes 0 0 5
Computer Networks UNISA – Chap 2 - Networking Standards and... MarkPearl, January 1, 0001 After reading this chapter you should be able to Identify organizations that set standards for networking Describe the purpose of the OSI model and each of its layers Explain specific functions belonging ... Computer Networks UNISA – Chap 2 - Networking Standards and... 0 0 2
SQL Azure Federation – Introduction Shaun, January 1, 0001 The SQL Azure Federation had been publically launched several weeks ago and this is one of the most existing features I’m looking forward. This might be the first post of SQL Azure Federation, and hopefully ... SQL Azure Federation – Introduction 0 0 8
A Problem printing SQL Diagrams TATWORTH, January 1, 0001 At several client sites, I have had a problem printing Database diagrams directly from Sql Server Management Studio. The workaround is to right click, copy the diagram and paste into word to print it.If ... A Problem printing SQL Diagrams 0 0 0
Get Better Equipped and Educated in Tech Year 2012, Yet - For Fre... Compudicted, January 1, 0001 Tech year 2012 is upon us!Who else more than the IT professionals need to constantly catch up after the latest features, new tools, technologies, software releases or just keep educating themselves?This ... Get Better Equipped and Educated in Tech Year 2012, Yet - For Fre... 0 0 3
InitParams in Silverlight – passed via MVC Chris Skardon, January 1, 0001 The old skool way of passing InitParams in aspx is well documented, adding a: <param name="initParams" value="<%=InitParams%>" /> which is accessing the public ‘InitParams’ member in the code-behind ... InitParams in Silverlight – passed via MVC 0 0 0
APress Deal of the Day - 6/Jan/2011 - Pro ASP.NET 4 in C# 2010 TATWORTH, January 1, 0001 Today's APress Deal of the day at http://www.apress.com/97814... is Pro ASP.NET 4 in C# 2010"ASP.NET 4 is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET ... APress Deal of the Day - 6/Jan/2011 - Pro ASP.NET 4 in C# 2010 0 0 0
Thoughts About the MVP Award Joe Mayo, January 1, 0001 There’s an ongoing discussion in the community about various aspects of the Microsoft Most Valuable Professional (MVP) awards and this is a quick contribution I’ll make to share a few thoughts. Recent ... Thoughts About the MVP Award 0 0 0
Inside the Concurrent Collections simonc, January 1, 0001 The concurrent collections, located in the System.Collections.Concurrent namespace, were introduced in .NET 4 as thread-safe collections that could be used without locking, and there are plenty of posts ... Inside the Concurrent Collections 0 0 3
MVP Program Thoughts for New Awardees D'Arcy Lussier, January 1, 0001 I received the good news on Jan 1st that, for the 4th year in a row, I was awarded a Microsoft MVP award for ASP.NET/IIS. There’s some movement as there always is – some people not getting renewed their ... MVP Program Thoughts for New Awardees 0 0 8
ASP.NET Tutorial - Creating Web.Config file ChrisD, January 1, 0001 Hello all, before I start this article, I want to wish Happy New Year 2012 for you, hope this year will bring more success and happiness for all of us. In this article, I will show you how to create web.config ... ASP.NET Tutorial - Creating Web.Config file 0 0 0
Review of DiscountASP.NET TFS Hosting Service Tarun Arora, January 1, 0001 With TFS 2010 a basic installation of TFS has been reduced to a matter of clicks, the pain however lies in getting an appropriate environment provisioned from the Infrastructure team. There will be planned ... Review of DiscountASP.NET TFS Hosting Service 0 0 3
Windows Azure with Windows Phone 7 subodhnpushpak, January 1, 0001 I presented two talks on windows azure recently. One among them was focusing on Windows Phone 7 app development. The other one was on MVC3 ASP .Net app. The idea was to introduce how Windows Azure can ... Windows Azure with Windows Phone 7 0 0 0
Windows Azure with Windows Phone 7 subodhnpushpak, January 1, 0001 I presented two talks on windows azure recently. One among them was focusing on Windows Phone 7 app development. The other one was on MVC3 ASP .Net app. The idea was to introduce how Windows Azure can ... Windows Azure with Windows Phone 7 0 0 0
Installing MSMQ - The illustrated companion Malcolm Anderson, January 1, 0001 Its been a while since I've played with Message Queuing and C# and decided that I should reduce that counter.During the simple process of figuring how to follow Microsoft's MSDN directions, I ran into ... Installing MSMQ - The illustrated companion 0 0 0