NetSparkle 1.0.83 - fixes from the field and many new languages Dirk Eisenberg, January 1, 0001 The new NetSparkle release is available and includes many fixes from real life projects and a bunch of new languages. The following list gives a brief overview about the changes we did in 1.0.83: Feature: ... NetSparkle 1.0.83 - fixes from the field and many new languages 0 0 0
Exchange 2010 ActiveSync Troubleshooting Tip BWCA, January 1, 0001 Recently, my Active Directory user account was getting locked out on a regular basis after changing my user account password. In our environment, the most two common causes for Active Directory user account ... Exchange 2010 ActiveSync Troubleshooting Tip 0 0 0
Parallel Programing, PLINQ and Globalization George Mamaladze, January 1, 0001 I’m going to start with a simple code snippet which sorts an array of strings using LINQ. 1 IEnumerable<string> line = new[] {"Z","A","Ä"}; 2 var result = line.OrderBy(letter => letter); 3 Console.WriteLine("{0}", ... Parallel Programing, PLINQ and Globalization 0 0 0
Edulinq an excellent LINQ+TDD guide George Mamaladze, January 1, 0001 Recently I stumbled across a question on stackowerflow.com about Edulinq. Its a series of blog posts turned at the end into a free eBook. Downloaded to my eBook reader and had a lot of fun in subway. There ... Edulinq an excellent LINQ+TDD guide 0 0 2
Playing with update panels Lukasz Kurylo, January 1, 0001 I'm an Asp.Net web developer, but the truth is, I always preferred the MVC than WebForms. Especially what I hate in WebForms is the update panel control. I have always problems with it when I want to use ... Playing with update panels 0 0 1
New Version Avaliable - Windows Azure Tools for VS2010 Shaun, January 1, 0001 This morning I got the information that the Windows Azure Tools for Visual Studio 2010 - August 2011 Upgrade had been released. The version of this new upgrade is 1.4.40727.1601 with the Windows Azure ... New Version Avaliable - Windows Azure Tools for VS2010 0 0 0
JqGrid y Asp.net, Maestro detalle con SubGrid (Parte 2) Jason Ulloa, January 1, 0001 Desde que escribí mi primer post sobre como utilizar JqGrid con asp.net (http://geekswithblogs.net/... he recibido varias consultas sobre ... JqGrid y Asp.net, Maestro detalle con SubGrid (Parte 2) 0 0 6
Game Review: Dante's Inferno (PS3) Matthew Christian, January 1, 0001 Overview When I was younger I barely knew anything of Dante's Inferno other than that some of my friends were required to read it for a literature class and it sounded like it had a cool name. I knew the ... Game Review: Dante's Inferno (PS3) 0 0 0
Correcting wrong AssemblyInfo Copyright and Vendor-information Marko Apfel, January 1, 0001 Initial situation Normally all of our installations are registered to the company name. But now we have the effect that some (developer) tool seems to overwrite this registry entries. That results in the ... Correcting wrong AssemblyInfo Copyright and Vendor-information 0 0 0
Scala on .Net ChristianMaslen, January 1, 0001 Technorati Tags: Scala,C# to Scala Introduction This post gives an overview of Scala from a C# developer’s perspective in light of efforts for a current .Net port coming closer to fruition. By closer I ... Scala on .Net 0 0 0
Self Improvement gerardosblog, January 1, 0001 What differentiates a great developer from an average one? I've recently started a self-improvement campaign to further expand my skills as a developer and as my first task, before diving into anything ... Self Improvement 0 0 0
3 Helpful PowerShell Tips juanlarios, January 1, 0001 I have been working with power shell quite a bit lately, I thought I’d write about 3 tips that have helped me. Notice how it is titled, "Helpful"? not "Ground breaking". It includes helpful commands that ... 3 Helpful PowerShell Tips 0 0 1
Why Won't My iPad Scroll On A SharePoint 2010 Website??? Matt Griffin, January 1, 0001 Today at work we had an interested request come in from a client. They had an iPad and couldn’t scroll on their SharePoint 2010 website. I went ahead and pulled out my iPad 2 even though I am mostly a ... Why Won't My iPad Scroll On A SharePoint 2010 Website??? 0 0 5
Using CTE to concatenate rows by group TomPepe, January 1, 0001 CTEs or common table expressions can be used to make recursive SQL stantements. CTEs are ANSI-99 standard. Please read www.sql-server-performance.... for more information. I have only ... Using CTE to concatenate rows by group 0 0 0
Game Review: Shadows of the Damned (Xbox 360) Matthew Christian, January 1, 0001 Overview Shadows of the Damned is 'a survival horror' game developed by Japanese studio Grasshopper Manufacture, known for it's visionary founder Suda51 and the games Killer7 and No More Heroes. The cover ... Game Review: Shadows of the Damned (Xbox 360) 0 0 0
How to Install Bootsector for Bootable CE Partition Kate Moss' Open Space, January 1, 0001 To prepare a bootable CE disk for PC based system, you need to create the partition, format it and transfer the booting files. CE provides a tool CESYS.EXE to transfer boot sector and copy bootloader to ... How to Install Bootsector for Bootable CE Partition 0 0 0
Comparing different video qualities on channel9 Marko Apfel, January 1, 0001 Channel 9 offers videos in different levels of quality in two different formats (wmv and mp4). Everytime I would like to download a video comes the question: What offer is should take? So I have made a ... Comparing different video qualities on channel9 0 0 0
The Singleton Approach gerardosblog, January 1, 0001 The singleton creation-pattern restricts an object of a class to a single instance. The class should expose a static instance that provides access to its public members and properties while guaranteeing ... The Singleton Approach 0 0 0
Preparing for the 70-400 System Center Operations Manager 2007, C... Matt Griffin, January 1, 0001 Recently I began studying for the 70-400, System Center Operations Manager 2007, Configuration. Before I was told that we needed someone certified in SCOM I didn't even know what it was! I began like every ... Preparing for the 70-400 System Center Operations Manager 2007, C... 0 0 0
Broken Event Log service prevents MSMQ installation John Breakwell, January 1, 0001 Oliver Ogg Oliver Ogg, occasional salsa dancer, blogged the other day about a problem he was having installing MSMQ. The root cause was an invalid registry entry for the Event Log Service. MSMQ needed ... Broken Event Log service prevents MSMQ installation 0 0 0
ESB Toolkit Clients charlie.mott, January 1, 0001 Article Source: http://geekswithblogs.net/c... What is the best approach for developing a WCF client application that sends messages to the WCF on-ramps exposed by the BizTalk ESB Toolkit? I had ... ESB Toolkit Clients 0 0 2
From Soup to Nuts with the Surface 2.0 SDK mbcrump, January 1, 0001 Continuing my “From Soup to Nuts” series or sometimes referred to as “The Busy Developers Guide” series, I will take a look at the Surface 2.0 SDK recently released by Microsoft. Before you read ahead, ... From Soup to Nuts with the Surface 2.0 SDK 0 0 1
TFS-Get Latest VS Get Specific Version Tarun Arora, January 1, 0001 Lately i have seen the below remarks coming through in the communities, Get Latest does not work in TFS I always have to use Get Specific version to get the server changes on my local Why get latest misses ... TFS-Get Latest VS Get Specific Version 0 0 1
Samsung Omnia WP7–What’s holding it back in South Afr... MarkPearl, January 1, 0001 I recently obtained a Samsung Omnia 7 with the WP7 OS. Straight off the bat - let me say how impressed I am with this phone and how easy it is to use. It took about 3 minutes to have all my Gmail and Facebook ... Samsung Omnia WP7–What’s holding it back in South Afr... 0 0 0
NuGet-Package-Management mit ArcObjects Marko Apfel, January 1, 0001 Motivation Wie gehen Sie in dieser Situation vor: Eine von Ihnen verwendete .NET-Drittbibliothek liegt in einer neuen Version vor und Sie müssen die Abhängigkeiten in all Ihren Projekte aktualisieren. ... NuGet-Package-Management mit ArcObjects 0 0 2
SoftArtisans and the MS BI Ecosystem andrewbrust, January 1, 0001 In a number of talks I’ve given, including a session at last year’s Microsoft BI Conference, I’ve mentioned that if you’re not looking at partner offerings in the Microsoft Business Intelligence ecosystem, ... SoftArtisans and the MS BI Ecosystem 0 0 1
Summer 2011 | Home Office Update Again Jeff Julian, January 1, 0001 As I do almost every year, I rearranged my home office. This time I moved my desk against the wall and added a shelve to support my main monitors. This allows me to work from my two macs when I am at home, ... Summer 2011 | Home Office Update Again 0 0 0
WPC 2011: A Spring in Redmond’s Step andrewbrust, January 1, 0001 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 ... WPC 2011: A Spring in Redmond’s Step 0 0 1
Wow6432Node Natasa Gavrilovic, January 1, 0001 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 ... Wow6432Node 0 0 0
Releasing Email File Attachment Resources (System.Net.Mail) Tom Hines, January 1, 0001 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 ... Releasing Email File Attachment Resources (System.Net.Mail) 0 0 5
Virtualized data center - Part Two: Hardware marc dekeyser, January 1, 0001 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 ... Virtualized data center - Part Two: Hardware 0 0 1
The virtualized data center - Part One: Overview marc dekeyser, January 1, 0001 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 ... The virtualized data center - Part One: Overview 0 0 0
TFS Backup Plan Wizard - A backup plan already exists for the TFS... Tarun Arora, January 1, 0001 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 ... TFS Backup Plan Wizard - A backup plan already exists for the TFS... 0 0 7
Razer DeathAdder 3500DPI Mouse Review mbcrump, January 1, 0001 DISCLAIMER: I did not get this product for free. I bought it with my own money. However, if Razer wants to give me a keyboard for a review then I would gladly accept it. =) Official Product Page While ... Razer DeathAdder 3500DPI Mouse Review 0 0 0
showing a sql generated by NHibernate on the VS build-in console Lukasz Kurylo, January 1, 0001 After done mapping for my entities I wanted to test the basic CRUD operations. I stuck with a problem of inserting a data to tables in many to many relation, so I wanted to look at the generated sql by ... showing a sql generated by NHibernate on the VS build-in console 0 0 0
HERMES : A pub/sub infrastructure over HTTP. Good News - It’s an ... Vishal, January 1, 0001 Today we are glad to announce HERMES, an Open Source Infrastructure for publish subscribe messaging model based on MongoDB and RESTful Services. This is 8th release of an open source project from TellagoDevLabs ... HERMES : A pub/sub infrastructure over HTTP. Good News - It’s an ... 0 0 1
Microsoft WPC–Day 1 and 2 D'Arcy Lussier, January 1, 0001 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! ... Microsoft WPC–Day 1 and 2 0 0 1
T-SQL function to Get Maximum of values from the same row Michael Freidgeim, January 1, 0001 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 ... T-SQL function to Get Maximum of values from the same row 0 0 1
Creating a NuGet Package for LINQ to Twitter Joe Mayo, January 1, 0001 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 ... Creating a NuGet Package for LINQ to Twitter 0 0 0
Silverlight Cream for July 10, 2011 -- #1115 Dave Campbell, January 1, 0001 In this Issue: Kunal Chowdhury(-2-), Kevin Hoffman, Pontus Wittenmark, Peter Kuhn, András Velvárt, Rudi Grobler, WindowsPhoneGeek, Jesse Liberty, Nigel Sampson, Stephen Price. Above the Fold: Silverlight: ... Silverlight Cream for July 10, 2011 -- #1115 0 0 0
Configuring the Synology DS1511+ Mark Treadwell, January 1, 0001 My last post related the sad story of a dead HP MediaSmart Home Server. This time, I will relate the steps I took to configure the Synology DS1511+ for use. To avoid unnecessary typing, I recommend this ... Configuring the Synology DS1511+ 0 0 1
LMAX .NET Trading API Walkthrough JoshReuben, January 1, 0001 LMAX provides a .NET API for automating your financial trading strategy. sign up & download here:http://www.lmaxtrader.... If you can combine software engineering skills + numerical analysis skills ... LMAX .NET Trading API Walkthrough 0 0 3
Click once Deployment for Asp.net applications rajeshkolli, January 1, 0001 I'm looking for a way to providing users (administrators) of a web application to automatically (meaning it's opt-in to update, but the installation should be automatic when started) update said web application ... Click once Deployment for Asp.net applications 0 0 0
Some Go Resources and Tips to Share Jenson, January 1, 0001 ...Continued from the previous post. If you all are keen, and if you want to play real-time on iPhone with other players, you can download this Panda-Tetsuki client from AppStore, it connects to IGS server, ... Some Go Resources and Tips to Share 0 0 0
Actualización de Estándares Web - HTML5 para el Edi... Jason Ulloa, January 1, 0001 Hace unos días recibi un email de Microsoft con noticias sobre Visual Studio, y algo que me encanto fue ver que por fin tenemos soporte para HTML y CSS 3 en el editor de VS. Así que, me di la tarea de ... Actualización de Estándares Web - HTML5 para el Edi... 0 0 0
Using NuGet in a MSBuild-target to have the packages at the last ... Marko Apfel, January 1, 0001 Motivation Encouraged from the article “Using NuGet without committing packages to source control” I decided to wrap the NuGet-call in a MSBuild target instead of using a pre-build event. Because we also ... Using NuGet in a MSBuild-target to have the packages at the last ... 0 0 1
Centralized Configuration Management for enterprise .Net applicat... SURESH GIRIRAJAN, January 1, 0001 Check out for the first webinar on TeleSharp, an enterprise configuration management tool for .Net applications and more.... Also check out at Tellago Studios and Jesus Rodriguez's blog... Who should attend ... Centralized Configuration Management for enterprise .Net applicat... 0 0 0
Replacing a Windows Home Server Mark Treadwell, January 1, 0001 There comes a time when computers die. So it was with our HP MediaSmart Home Server. At the age of 4, I was not expecting it to die. Oops. It has never really been an easy life before the death of that ... Replacing a Windows Home Server 0 0 0
Article: ADAM Troubleshooting marc dekeyser, January 1, 0001 Initial troubleshooting As always, one of the first things to check is the event viewer to see if an event was generated detailing the error. Additionally check the %windir%\debug for the adamsetup.log ... Article: ADAM Troubleshooting 0 0 1
Article: Troubleshooting the information store service marc dekeyser, January 1, 0001 Alot of calls I get are related to the information store service of the exchange server not starting. Since troubleshooting why this services does not start is often related to alot of stress (after all, ... Article: Troubleshooting the information store service 0 0 0