zubbuzz
Name: zubbuzz
Score: 39
Last Seen: 1059 days, 20 hours, 5 minutes ago
Member Since: 25 June, 2010
DotNetShoutout
atom rss
6
Shouts

Themes for the Visual Studio 2010 IDE | Senthil Kumar's Blog

published 1061 days, 21 hours, 14 minutes ago posted by http://isenthil.myopenid.com/http://isenthil.myopenid.com/ 1063 days, 13 hours, 57 minutes ago
Thursday, June 24, 2010 10:06:19 AM GMT Tuesday, June 22, 2010 5:23:18 PM GMT
I was searching for an Visual Studio extension which can theme the Visual Studio 2010 IDE , and found this nice extension “Visual Studio Color Theme Editor” created by Matthew Johnson . This Exension allows the developers to customize Visual Studio 2010 color palette used for menus, toolbars, tabs, title bars etc. The extension is simply Cool and it was one of the feature that i was looking for in Visual Studio 2010 wh... (more)
category: How To | clicked: 1 | comment | | source: www.ginktage.com
tags: Visual Studio 2010, Microsoft
7
Shouts

Building a plug-in model to load VistaDB - Part II

published 1061 days, 21 hours, 14 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 1063 days, 15 hours ago
Thursday, June 24, 2010 10:06:19 AM GMT Tuesday, June 22, 2010 4:20:59 PM GMT
Plugins are used in data applications to support more than one provider from a single codebase.  The Provider Factories in ADO.Net is one such example, but you cannot work with the provider specific features when you use these factories since they only implement generic ADO.Net functions.  If you need to be able to use provider specific functions (like VistaDB’s DDA Pack routines), you have to load the provider somehow.  In most cases you put that logic and bindings into a separate assembly and load it w... (more)
category: Data | clicked: 0 | comment | | source: infinitecodex.com
tags: SQL Server, Plug-In, C#, VistaDB
6
Shouts

Custom Bitmap Effects - Getting started

published 1061 days, 21 hours, 14 minutes ago posted by mikeukmikeuk 1063 days, 18 hours, 32 minutes ago
Thursday, June 24, 2010 10:06:19 AM GMT Tuesday, June 22, 2010 12:48:40 PM GMT
The simplest possible Silverlight custom effects project is enough for you to see how it all works and move on to building your own effects that do something useful. (more)
category: Metro | clicked: 2 | comment | | source: www.i-programmer.info
tags: Silverlight, HLSL, bitmap effects
7
Shouts

Range Operator in Linq.

published 1061 days, 21 hours, 14 minutes ago posted by http://jalpesh.blogspot.com/http://jalpesh.blogspot.com/ 1063 days, 11 hours, 53 minutes ago
Thursday, June 24, 2010 10:06:19 AM GMT Tuesday, June 22, 2010 7:27:45 PM GMT
Linq is almost providing all the functionalities and i have found one another great operator called range operator which will return a sequence of integer number from start point to number of count. Here is the signature of range operator in Linq. public static IEnumerable (more)
category: Web Dev | clicked: 0 | comment | | source: jalpesh.blogspot.com
tags: Range, Linq
6
Shouts

Custom Attributes

published 1061 days, 21 hours, 14 minutes ago posted by mikeukmikeuk 1063 days, 18 hours, 18 minutes ago
Thursday, June 24, 2010 10:06:19 AM GMT Tuesday, June 22, 2010 1:02:56 PM GMT
The role of custom attributes in C# can be confusing. They are easy to use when supplied, but how do you go about creating custom attributes? And when are they useful? (more)
category: How To | clicked: 0 | comment | | source: www.i-programmer.info
tags: Attributes
6
Shouts

ASP.NET MVC 2.0 and AJAX Part 1

published 1061 days, 21 hours, 14 minutes ago posted by KhaledKhaled 1062 days, 21 hours, 49 minutes ago
Thursday, June 24, 2010 10:06:19 AM GMT Wednesday, June 23, 2010 9:31:19 AM GMT
The ASP.NET MVC 2 SeriesIntroduction to ASP.NET MVC 2.0 In this article, we'll begin examining the new features of ASP.NET MVC 2.0 by comparing what ASP.NET MVC offers against its predecessor, ASP.NET web forms.ASP.NET MVC 2.0 User Interfaces The next part to this article series on MVC 2.0 is the user interface. We saw in the last article some basics on th... (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
11
Shouts

Understanding Datetime column - Part III - Madhivanan's TSQL Blog

published 1061 days, 21 hours, 14 minutes ago posted by jacobsebastianjacobsebastian 1062 days, 21 hours, 50 minutes ago
Thursday, June 24, 2010 10:06:19 AM GMT Wednesday, June 23, 2010 9:30:31 AM GMT
Another post in the 'datetime tutorial series' which shows several tips and tricks that can be used while writing TSQL Queries that need to perform date calculations in the WHERE clause. (more)
category: Data | clicked: 0 | comment | | source: beyondrelational.com
tags: DateTime, SQLServer
8
Shouts

.NET Technology from HimaBindu Vejella's Pen: Microsoft Office 2010 - Community Launch at Guntur

published 1058 days, 19 hours, 30 minutes ago posted by himanethimanet 1062 days, 2 hours, 16 minutes ago
Sunday, June 27, 2010 11:50:38 AM GMT Thursday, June 24, 2010 5:05:10 AM GMT
I have gone to Guntur, my Home Town to launch Microsoft Office 2010 at Hotel Sindhuri,Brodipet. The launch was a great success on 20th June 2010, in fact we got the crowd more than expected. In fact the event has been covered in the Country's one of the best news paper The Hindu, very well received. The goal of the event was get educated on MS Office 2010 new features to the audience. I am sure that the participants learnt something and also at the same time they can also build relationships between Micr... (more)
category: Screencast | clicked: 0 | comment | | source: himabinduvejella.blogspot.com
tags: Office 2010, Microsoft Office 2010 Launch
4
Shouts

The Simple Migration to Azure « Loosely Coupled Human Code Factory

published 1060 days, 21 hours, 11 minutes ago posted by http://www.adronbhall.com/http://www.adronbhall.com/ 1061 days, 14 hours, 59 minutes ago
Friday, June 25, 2010 10:09:22 AM GMT Thursday, June 24, 2010 4:21:58 PM GMT
« This is a quick entry just to show how to migrate an existing ASP.NET (or ASP.NET MVC) Web Application to Windows Azure.  Make sure you have the Azure Tools SDK installed before stepping through this, otherwise you’ll get an empty project folder and end up with web page in Visual Studio.  With your existing solu... (more)
category: Web Dev | clicked: 0 | comment | | source: compositecode.com
tags: ASP.NET MVC, Windows Azure, cloud applications, ASP.NET
7
Shouts

Connected Show #32 - CoApp: Do EPIC Schtuff!

published 1060 days, 21 hours, 11 minutes ago posted by plaudatiplaudati 1061 days, 4 hours, 48 minutes ago
Friday, June 25, 2010 10:09:22 AM GMT Friday, June 25, 2010 2:32:59 AM GMT
In this episode, guest Garrett Serack from the Microsoft Open Source Technology Center joins Peter to discuss CoApp, a new package manager for the Windows platform. Garrett tells us how CoApp will help make it easier for developers and users to build and install open source software on Windows. (Interview starts at 34:15) Also, Dmitry and Peter rap about Windows Phone 7, WCF, Outlook PST files, Visual Studio 2010 Power Tools, and IQueryable killing his cat. (more)
category: Podcast | clicked: 0 | comment | | source: www.connectedshow.com
tags: CoApp, Windows Phone 7, WCF, Linq
5
Shouts

SharePoint Project Timer Web Part-Countdown to Your Target Date

published 1059 days, 19 hours, 25 minutes ago posted by tech-kingtech-king 1061 days, 22 hours, 25 minutes ago
Saturday, June 26, 2010 11:55:47 AM GMT Thursday, June 24, 2010 8:55:26 AM GMT
Project TimerSharePoint Project Timer provides the following features:Countdown to a target date and time;Fully customizable color and number-style settings;Upload and set images as a background. (more)
category: Web Dev | clicked: 3 | comment | | source: www.sharepointboost.com
tags: SharePoint 2010
5
Shouts

SQL-Articles - Performance Data Collector – Part 1

published 1060 days, 21 hours, 11 minutes ago posted by sqlarticlessqlarticles 1061 days, 14 hours, 43 minutes ago
Friday, June 25, 2010 10:09:22 AM GMT Thursday, June 24, 2010 4:37:38 PM GMT
Performance Data Collector is one of the new features that’s accompanied from SQL Server 2008. If you are a DBA , you know it’s very hard to get performance data from necessary inputs. We will get the data from Perfmon (system monitor), profiler, DMV etc and correlating this data is very hard, implementing the same process or scripts across your environ... (more)
category: Data | clicked: 0 | comment | | source: sql-articles.com
tags: Performance, sqlarticles, data collector
8
Shouts

Starting Using IronRuby in 25 Minutes

published 1059 days, 19 hours, 25 minutes ago posted by shayfriedmanshayfriedman 1061 days, 18 hours, 18 minutes ago
Saturday, June 26, 2010 11:55:47 AM GMT Thursday, June 24, 2010 1:03:13 PM GMT
On the journey to cross the language barrier that stands between IronRuby and .NET developers, this post will teach you everything you need to know to start using IronRuby. And the intention is that it will not take you more than 25 minutes. So go grab a coffee and start reading. (more)
category: How To | clicked: 0 | comment | | source: www.ironshay.com
tags: IronRuby
7
Shouts

WCF RIA Services Part 2: Querying Data

published 1059 days, 19 hours, 25 minutes ago posted by KMilKMil 1061 days, 20 hours, 21 minutes ago
Saturday, June 26, 2010 11:55:47 AM GMT Thursday, June 24, 2010 10:59:57 AM GMT
This article is Part 2 of the series WCF RIA Services written by Brian Noyes. Here Brian is going to drill down a little deeper into the process of querying data from the client. He’ll cover the conventions for query methods that you define on your domain service, as well as how to do it with configuration. (more)
category: Metro | clicked: 0 | comment | | source: www.silverlightshow.net
6
Shouts

Ultimate Developer PC 2.0 - Part 1 - Building a WEI 7.9 and RFC for building a GOM - Scott Hanselman

published 1060 days, 21 hours, 11 minutes ago posted by impaimpa 1061 days, 19 hours, 10 minutes ago
Friday, June 25, 2010 10:09:22 AM GMT Thursday, June 24, 2010 12:10:23 PM GMT
Got enough acronyms in that title?WEI - Windows Experience Index. How fast is your machine? If you say "I've got a WEI 6.0" you've got a good machine, for example. RFC - Request for Comments. This is crowdsourcing. I want to know what YOU think we need to do to make a machine that is so fast that it'll max out at WEI 7.9 and be a GOM. GOM - God's Own Machine. If the Good Lord had a computer, it'd be a 7.9. We want to build that machine.Pete and I are finally ready to build it. Specifically, I got perm... (more)
category: Smart Client | clicked: 0 | comment | | source: www.hanselman.com
tags: Musings, HARDWARE
8
Shouts

TryParse vs Convert

published 1059 days, 19 hours, 25 minutes ago posted by KodefuGuruKodefuGuru 1061 days, 19 hours, 19 minutes ago
Saturday, June 26, 2010 11:55:47 AM GMT Thursday, June 24, 2010 12:02:08 PM GMT
Since I’ve been coming out against out params, I sometimes get asked about the TryParse pattern. My typical response is that the most egregious offenses of out param usage occur when there is more than one, but even one should be avoided. However, I was recently presented with a more specific question: “lets say you had to pick up a query string param in WebForms/ASP.NET and make it an Int32... would use Convert or TryParse?” This is a very practical question, and given the choices it is interesting to e... (more)
category: How To | clicked: 1 | comment | | source: www.kodefuguru.com
tags: C#, Declarative, Parsing
7
Shouts

Silverlight powers the new Windows Live Hotmail - The Silverlight Blog

published 1059 days, 19 hours, 25 minutes ago posted by jantujantu 1061 days, 16 hours, 21 minutes ago
Saturday, June 26, 2010 11:55:47 AM GMT Thursday, June 24, 2010 2:59:26 PM GMT
With the public beta availability of the new Windows Live Hotmail on June 15th 2010, the service’s more than 360 million active users can enjoy several key features that are powered by Microsoft Silverlight, mostly around sharing documents and photos:Silverlight allows for an efficient upload of multiple attachments, by giving users the option to send them as links to online files. The files are then uploaded to Windows Live SkyDrive, where users get 25GB of free online storage space... (more)
category: How To | clicked: 1 | comment | | source: team.silverlight.net
tags: Silverlight, Announcement, Windows Live