Tag | Microsoft Posts

Introduction One of the first things I wanted to do after installing the Azure AppFabric June CTP was to create an AppFabric application that used the Bing Map SOAP services. That was when I hit my first roadblock. There is currently no option in the AppFabric Application Designer to add a reference to an external service. After asking around in the forums I learned that I should build an external service to do this. There is currently very little documentation on creating external services for Azure ...
Last day of WPC, so what should we start with? You guessed it – KEYNOTES! But Thursday was all about the regional keynotes, so all the Canadian partners packed into a room to hear from Canadian Microsoft executives. In Canada there are three different groups within Microsoft Canada – Small/Medium Business, Enterprise Business, and DPE. While in the past partners were slotted into one of the different groups, now moving forward we’re all just identified as playing in a certain area, not committed ...
We kick off Day 4 at, you guessed it, another keynote (maybe they should rename this to the Worldwide Partner Keynote Conference?). We kick off with the Canadian Tenors singing some song they wrote for the Vancouver Olympics, and then a parade of partners carrying their country’s flag enters. I feel like I’m at Folklarama back in Winnipeg. ;) So today we have some big names speaking. Kevin Turner, Microsoft’s COO and Sir Richard Branson are on the schedule. Kevin Turner If you have never seen Kevin ...
The keynote session for the morning was a mixture of things. It started with an all-female rock band singing Cold Play’s “Viva la Vida”, then had all partners-of-the-year winners parade on stage, and then we got into the specific messaging part. There were five separate keynotes this morning from different business units within Microsoft. First up was Cloud. Note that I didn’t say Azure, although that’s part of it. Azure is the public cloud, but Microsoft talked up the Private Cloud a lot at this ...
In the past few months, we at the West Palm Beach .Net User Group have been busy soliciting your feedback on topics you would like covered at our upcoming meetings. We have also been encouraging our members to step up and share on the projects they work on and the technologies they use. The result is the schedule below which we hope brings a good variety of today’s hottest topics. We look forward to seeing you at our meetings and to receiving your feedback as we continuously strive to improve the ...
Why .NET LinkedList does not support Concat and Split operations? Download SimpleLinkedList source code Concat O(1) or O(n) ? The .NET LinkedList is a circular doubly linked list, where each node holds a reference to its previous and next nodes. The last node’s next is the head node and the head node’s previous is the last one. Linked lists are attractive because of O(1) insertion and removal operations. Instead of shifting elements in array you just chain nodes in appropriate order and that’s it. ...
Technorati Tags: C#,Parallel,Accelerator,GPU Many language and API developers have their example of the “Hello World” program. Either to illustrate the simplest possible program that shows how to get something to run or to highlight a key concept in the language or API. For example how many Fibbonaci examples have you seen when being introduced to a functional language? Calculating PI and Parallel.For In the parallel programming world it looks like Hello World is the geometric approximation of PI. ...
Technorati Tags: Team Foundation Server 2010,TFS API,TFS SDK 2010,TFS Administration Working as a TFS Administrator maintaining the user workspaces is a very important task. Using the TFS API it is very easy to get a list of user workspaces, undo pending changes and delete workspace mappings if required. It is common to see people leave as the bell curve dips with the project delivery but some times what is left behind is a set of checked out files in workspaces. In this blog post i will show you ...
I just got back from Microsoft’s 15,000 attendee-strong Worldwide Partner Conference (WPC) in Los Angeles, and I have to say, the company and its partners are pumped. How can this be, given the number of people who have written Microsoft’s eulogy of late? If Amazon owns the cloud, if Apple owns the consumer, if Google owns search, if Cisco owns unified communications, if EMC/VMWare owns virtualization, if Oracle and SAP own ERP and if Oracle/Siebel and Salesforce.com own CRM, how can Microsoft be ...
If you upgraded your system to Windows 64 bit one and try to run 32 bit web application registry key entries are not going to be located at the same place. Apparently, 64 bit based version of Windows has a new registry branch for 32 bit programs. It is located in HKEY_LOCAL_MACHINE\Software registry folder named ‘Wow6432Node’. New program installations are monitored by system and registry entry are placed in proper folders based on is 32 or 64 bit program. For more info: http://support.microsoft.co... ...
Yesterday I started a discussion about adding a new command to nuget.exe. It ended in creating an extension to the command line that behaves in the same way without having to dive into the nuget code base or add more complexity to it. I haven’t seen any blog posts or documentation surrounding this new concept (new in nuget 1.4) of extending the command line except for Matt Hamilton’s posts on using NuGet for plug-ins and NuGet with MEF (which are not quite this concept). Here is my experience. I ...
At http://www.mindscapehq.com/... there is a new free Visual Studio 2010 add-on. "You may have noticed that this new-fangled Web thing is getting quite a bit of traction at the moment. And these days you can’t get away with static Web pages built with table-based layouts and presentational markup. It’s all script this and stylesheet that and jQuery the other. Why, even those time-hallowed animated GIFs of little men digging ...
MvcScaffolding is a tremendous productivity improvement for MVC developers. Earlier this year, Steve Sanderson posted the definitive 7-part series on MvcScaffolding which is a must-read for anyone serious about doing scaffolding. The best part about the scaffolding infrastructure is that MvcScaffolding is actually built on top of another package called T4Scaffolding. T4Scaffolding can be used as the basis for *any* scaffolding – not just MVC projects. To that end, we can enjoy the same power of MvcScaffolding ...
I wanted to take this time to introduce myself. My name is Roger O'Dell Jr. My development training is in .NET, but my current job requires me to work with Java and Android. I have been doing mobile development now for almost a year. And what a year it has been. I had the opportunity to go to a Microsoft Conference in Overland Park, KS last year. While I was there, I was one of the lucky few who was introduced to Windows Phone 7. Coming from an ASP.NET background, I found the new Windows Phone to ...
Yesterday I received an email from Jetbrains to notify me of the release of ReSharper 6. Highlights of ReSharper 6 include: Rich support for JavaScript, CSS, HTML, and ASP.NET MVC 3 (Razor) Bundled assembly decompiler New navigation actions and valuable additions to existing navigation features Code inspections and quick-fixes for code quality analysis in VB.NET code Multiple new code inspections and quick-fixes for C# Improved refactorings and context actions, including those helping convert LINQ ...
A very brief answer is F# is the latest Dot Net Language included in Visual Studio! There is a good introduction on Wikipedia at http://en.wikipedia.org/wik... At http://www.ctocorner.com/fs... there is "The F# Survival Guide" The Microsoft F# development Center is at http://msdn.microsoft.com/e... ...

Thanks to everyone who attended my presentation last night at TriNUG. The code samples as PowerPoint can be downloaded here.

I’ve been looking through the temp directories on my production machines and had realized some overlooked design points in a number of programs; namely the deletion of certain temp files. One situation that particularly caught my attention was some email attachments that should have been deleted. Even though the code was actively calling File.Delete() on some email attachments, they were not being deleted. An error log showed the program was throwing an exception when attempting to delete the files. ...
Instead of making a list here of what requirements or needs for hardware hosts exist, I’ll make it plain and simple: CPU, memory and network links. Those are the most important things in a virtualization host and is all well documented in build guides across the internet. What I would to talk about is the following: Whitebox vs. Branded servers! Throughout the years I’ve been pretty much brainwashed (no kidding) that in a professional, production environment you only use “real” server hardware. And ...
There used to be a time where the whole concept of a data center was limited to (very) large companies due to the cost and housing, not even to mention the cooling and electricity required, of all those machines humming along in giant, underground lair. It was a huge undertaking that got a bit simpler with the rise of VMware and their virtualization techniques, but still required a massive amount of resources. Now that different players have come to the market, all with their own possibilities, things ...
Internet Explorer 10 was voted highly in a small survey last week of UK ISVs looking at the significance of new Microsoft technologies to their own product roadmaps. Hence it is a timely to point out that last week we released IE10 Platform Preview 2 which is is now available for download at http://ietestdrive.com There are plenty of new demos to look at but I also recommend you check out: Channel 9 videos on IE 10 Platform Preview 2 (listed below) the engineering team's blog. the Internet Explorer ...
O'Reilly in behalf of Microsoft Press are offerign a 50% saving on MS Office e-books Save 50% - Ebook Deal of the Day Office Titles from Microsoft Press For one day only, you can SAVE 50% on these ebooks from Microsoft Press. Use discount code DDJY8 in the shopping cart. This offer may not be combined with other offers. Ebooks from oreilly.com are DRM-free. You get free lifetime access, multiple file formats, free updates. see http://oreilly.com/store/dd... for full deails ...
A combination of lack-of-wifi, long bus rides, and no time to spare is getting me behind in my blog posts for WPC. Below is what happened the afternoon on Day 2 (Monday). I have lots more to post from yesterday and today, hopefully I get around to it tonight. Anyway, about Day 2… We were supposed to meet with some members of the Microsoft Digital Marketing team, but they no-showed (thanks guy! :\ ). That was ok though, as the wi-fi in the one-on-one meeting area was *way* better than the rest of ...
I was informed on July 1st, 2011 that I was awarded a Microsoft Visual C# MVP recognition for 2011. I'm very thankful to have been nominated and selected, and thankful that you guys all find my posts informative and useful! I'll try my best to keep up the good work! Thanks to everyone! Tweet Technorati Tags: .NET, C#, MVP ...
Technorati Tags: Team Foundation Server 2010,Power Tools,TF254027 Error Recently moved from TFS 2010 server to another TFS 2010 server and trying to configure a backup plan using the Backup plan wizard that comes along with the TFS Power Tools. The tool allows you to set up Team Foundation Server backups - The tool can schedule backups for the following databases that your deployment of Team Foundation Server uses: the configuration database the database for each team project collection the databases ...
A new release of Microsoft All-In-One Code Framework is available on July 13th. We expect that its 17 new code samples would reduce developers’ efforts in solving the following typical programming tasks. Download address: http://1code.codeplex.com/r... Alternatively, you can download the code samples using Sample Browser or Sample Browser Visual Studio extension. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized ...
Today it will be a concise post, but I hope quite helpful and informative. As most SSIS developers know SSIS Expressions are used to drive several key tidbits of a package components as the Conditional Split, Package Variables value assignments, Derived Column Transformation, form a SQL statement for Execute SQL task, drive precedence constraints, set package properties as connection string for example and more. So it is hard to underestimate the importance of the SSIS Expressions for a SSIS developer. ...
Today's $10 deal of the day at http://www.apress.com/97814... is Expert .NET Micro Framework "Expert .NET Micro Framework will teach you everything you need to know to use the Microsoft .NET Micro Framework, a small and efficient .NET runtime environment for running managed code on devices that are too small and resource constrained for Windows CE and the Compact Framework." ...
In my last post (read here) I mentioned that I recently took a position with a new company. Starting yesterday my new position is with Microsoft as a SharePoint Premier Field Engineer (PFE). I’m very excited about this opportunity as it will provide me a new set of challenges, a great network of some of the brightest minds in the industry, and a chance to grow myself while supporting clients. I will be traveling more than I did previously, but I will still be based out of Columbus, OH. As I said ...
In exploring the SQL Server site at microsoft.com, I came across the Learning Center option. It is a wealth of information to become familiar with the features and capabilities of the platform. It has as I mentioned, a wealth of information. Available for versions 2008 R2, 2008 and 2005. Go check it out here: http://www.microsoft.com/sq... A sample clipping of what the site displays: ...
SQL Server “Denali” CTP3 has become available for download and testing. Here is where you go for it: http://www.microsoft.com/sq... And when you get there this is what the site looks like. Once there, click on the Download CTP3 link. This will take you to another screen. Select Language and version, this will take you a sign in with your Live ID, and then you will get to the following screen … Pay close attention to the banner in red: The Akamai download manager will ...
I would like to invite you to visit us at WPC LA 2011 and learn how to move your mission-critical/Enterprise apps to the Win Azure Cloud. We will present our innovative migration solution Instant CloudMove at Microsoft’s Worldwide Partner Conference (WPC)tomorrow (July 13). Find us at the Windows Azure Building Blocks demo station where we’ll be showcasing the unique tools for moving business client/server applications such as é.VISOR by Limón GmbH to Azure Cloud. The original application is a data-centric ...
I noticed while using the jQuery UI Progressbar 1.8.7 that there was some extra space at the bottom of the progress bar. Turns out there was a bug in the jQueryUI/aristo/jquery-ui.css file, and adding a white background fixed the problem. Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; ...
So, there are a few large SharePoint events coming up including SPSNYC, SPSTC, and the pinnacle of SharePoint conferences The Microsoft SharePoint Conference in Anaheim, CA. As these events approach it becomes more and more important that we label each other effectively. We need to know who is cool and who to avoid. Should I walk up and shake your hand when I see you or quickly cross to the other side of the room?? These are important questions! Are you a SharePoint Rock Star with legions of adoring ...
I was checking the Windows Azure Appfabric June CTP; I was looking at the Azure Service Bus queues and topics. I noticed something interesting to me and hope we can take advantage of these new capabilities in applications like RFID. Working on BizTalk RFID or any RFID project for that matter, you would have noticed using duplicate tag elimination events during tag processing. For any one new to RFID, when RFID device reads tags it can read the same tag information more than once at a given interval. ...
Okay, so the title may have been a little misleading. I'm not going to show you how to avoid warning CA0060, but how to avoid your build failing because of this warning. This is only helpful if you are running FxCop as a Post-build Event. When FxCop fails due to its inability to find indirectly referenced assemblies, it exits with error code 512 (0x200 - Assembly Reference Error). So all you need to do is check that error code, send out a simple warning message, and reset the error code to 0. The ...
Microsoft has released a number of training kits that have hands-on labs, articles, presentations and loads of information. The have become available for a range of products. They have also been updating them as more features or service packs come out. The links to them are listed below: Visual Studio 2010 and .NET 4 Training Kit http://www.microsoft.com/do... Windows Azure Training Kit http://www.microsoft.com/do... SQL Server 2008 R2 for Developers ...
To kick off the WPC earlier today, Microsoft brought in Japanese artists New Order. They were fantastic, blending a version of the video below with some WPC-specific shots, and then coming live to the stage to perform a great dance number. The version of the song at WPC was in English, but still sounds great in its original language (if anyone finds video from the WPC performance, please post a link in the comments!) Update: Someone pointed out this video as well, and the performance at WPC used ...
There are a few great features in the TFS Power Tools that I wasn't aware of, such as TreeDiff which let's you… Read more at http://blog.danskingdom.com... ...
Check out the Top Five most popular news at SilverlightShow for SilverlightShow Top 5 News for July 4 - 10, 2011. Here are the top 5 news on SilverlightShow for last week: Strange times in the world of Microsoft developers New eBook released 'Silverlight in the Azure cloud' by Gill Cleeren Getting Started with Node.js and Mango How to Create a Circular Loader using XAML Update Your Windows Phone to Mango Today Visit and bookmark SilverlightShow. Stay in the 'Light ...
If you aren't sure what is actually in the backup file, or even if you think you are sure--execute this statement from a fresh query window: RESTORE FILELISTONLY FROM DISK = 'X:\MDD\Clients\Lg\H4\H4L.bak' The information about the mdf/ldf files will show up looking like this: In this example, I was restoring a client's database to one of my servers--so I had to 'MOVE' the location paths to represent the drives I had available. If I were restoring to the same location, I would NOT have needed the ...
I'm down in Los Angeles this week for my first ever Microsoft Worldwide Partner Conference! This is the biggest industry conference I've ever attended, with more than 15000 people from around the world! It's also a bit different too because I don't know *anybody* here. WPC is more of a business/sales/marketing type of conference, not so much technical. As a result, its an entirely different crowd than the usual suspects at TechEd, PDC, etc. That's not a bad thing though! I'm meeting some great people ...
Hi there, Recently we had a requirement to integrate a RESTful Service with BizTalk Server. Well no biggie. You can use WCF – Custom Adapter and use webHTTP binding and add a webHttp Endpoint behavior. Wala. Easy to say, little bit tricky to do. You can look at some of these post by my company folks Jesus Rodriguez, Adrian & Leandro and also nice one on MSDN. Well there are bunch of other posts out there. That all is fine, but what if you want to have a polling receive location which needs to ...
Based on the ScottPletcher solution from http://www.experts-exchange... --SELECT dbo.GetMax(23, 45, 64, 22, 18, 224, 74, 138, 1, 98, 11, 86, 198) --Naturally adjust data type to match what you actually need for your specific values I’ve created a set of functions (e.g. GetMaxOfDates3 , GetMaxOfDates13 )to find max of up to 13 Date values. CREATE FUNCTION GetMaxOfDates13 ( @value01 DateTime = NULL, @value02 DateTime = NULL, @value03 DateTime = NULL, ...
Introduction One of the features that I’m surprised to see hardly no one talk about is “Communication Between Local Silverlight-Based Applications”. This is not new to Silverlight as it has been around since Silverlight 3. In other words, this will allow you to have two Silverlight applications running on the same PC talk to one another without using Web Services, etc. I originally was looking into this for a pet project that I was going to use with Kinect, but found this very valuable and decided ...
Giovanni Bassi published the original NuGet package for LINQ to Twitter (L2T), which I'm appreciative of. Since then, I have yet to do a release myself, but that is changing now. The current version of LINQ to Twitter is stable enough for a release, so the time is right. I think there are a few aspects of a LINQ to Twitter NuGet package that aren't as simple as point at a project and your done, so I'll document my process here in case anyone else is interested. Getting Started I had played around ...
Technorati Tags: Team Foundation Server 2010,TFS API,TFS SDK 2010,TFS ALM Download a working solution Demo Solution Download I have seen a lot of questions in the community lately on how to use the TFS API to get a list of Team Projects, Iterations & Area Paths in that project, get a list of queries, see the wiql and execute the query programmatically. I will show you the steps on just how to do this. PDTZG6PKJYNE 1. Connect to TFS Programmatically I have a blog post that shows you from where ...

At http://searchsecurity.techtarget.co.uk/tip/How-to-stop-SQL-injection-and-prevent-data-compromises there is a free download on measures to combat SQL Injection Attack. (free registration is required).

One very important thing to note is that SQL Injection Attack is not confined to IIS / SQL Server but has occurred on many non-Microsoft systems.

In my current job as a Senior ALM Consultant, part of what I do is help organizations get TFS set up and configured. While a single server installation is pretty easy (and using the basic configuration to install TFS on Windows 7 is even easier), there are a few pitfalls and points of frustration when setting TFS up in a two-server configuration. For the purposes of this discussion, I am assuming the following setup: - A database server (Data Tier) with SQL 2008 R2 to house the TFS Databases, Reporting ...
Consider the following code piece, it may look fine at the first glance but could pop out access violation under stress test In the user mode applicatio BYTE buffer[ 256 ]; // On stack DWORD read; while (<condition>) { if (ReadFile(hDriver, buffer, sizeof(buffer), &read, NULL) && (read > 0)){ // Do something } } And inside the kernel mode driver: ULONG DRV_Read( HANDLE hOpen, //@parm [IN] HANDLE returned by XXX_Open PUCHAR pBuffer, //@parm [IN,OUT] Pointer to valid memory. ULONG ...