Finally! ProudMonkey Controls is out on CodePlex! Vincent Maverick Durano, January 1, 0001 I've been receiving requests for the source code of my MessageBox controls for ASP.NET and so I've decided to upload my project in CodePlex so everyone can use it. You can check and download the controls ... Finally! ProudMonkey Controls is out on CodePlex! 0 0 0
Troubleshooting for Microsoft Exchange marc dekeyser, January 1, 0001 Exchange is a complex and large product which can have one thousand and one possible issues, one more obscure as the next. The purpose of this guide is to shed some light, where possible, to how things ... Troubleshooting for Microsoft Exchange 0 0 0
Recovery storage groups marc dekeyser, January 1, 0001 As you might, or not, be aware off there is no item level based recovery in Exchange that is natively supported by Microsoft. So to perform recoveries we need the recovery storage group (captain obvious). ... Recovery storage groups 0 0 3
The information store service is stopped and will not start marc dekeyser, January 1, 0001 This blog has moved to https://hornedowl.netTroubl... the information store service can be straightforward yet immensely complicated if you don’t know what is going on. For this reason I think it ... The information store service is stopped and will not start 0 0 4
Troubleshooting incoming mail flow (or the lack thereof) marc dekeyser, January 1, 0001 Usually you’ll get alerted to this issue with a call saying that users have not gotten any new email for a while. They will still be connected to Exchange in outlook, you can still log on to the OWA and, ... Troubleshooting incoming mail flow (or the lack thereof) 0 0 4
New users do not show up in outlook when in cached mode marc dekeyser, January 1, 0001 A fairly common (and annoying) problem which seems to like to popup after migrations, yet not unsolvable. The key issue here is that there are new users added to the directory but they are not showing ... New users do not show up in outlook when in cached mode 0 0 2
Allowing internal services to relay through exchange marc dekeyser, January 1, 0001 We all get those requests where there is a certain service that requires to send mails by using your company email server. Whilst an open relay is generally a way to get your domain blacklisted forever, ... Allowing internal services to relay through exchange 0 0 0
Reseeding the passive node of a DAG/CCR marc dekeyser, January 1, 0001 Running a CCR or DAG is a great way to have a server resilient database. Relying on an asynchronous copy of the log files (Each log file gets copied over only when the store has released it) it copies ... Reseeding the passive node of a DAG/CCR 0 0 0
XAML Oddities – Inline C# code in a XAML file (aka UTCC app... MarkPearl, January 1, 0001 Something I came across that I never knew was possible was that you can put c# code inline in a XAML file in a WPF app (I assume this would work in Silverlight as well). Not that you would ever want to ... XAML Oddities – Inline C# code in a XAML file (aka UTCC app... 0 0 1
Using ProudMonkey ConfirmBox Control in GridView Vincent Maverick Durano, January 1, 0001 There are times that we need to prompt the users when doing certain actions on the page. One practical example is to confirm the user when deleting a certain record just like what I have demonstrated awhile ... Using ProudMonkey ConfirmBox Control in GridView 0 0 0
ASP.NET MVC 3 Walkthroughs & Books Rodney Vinyard, January 1, 0001 ASP.NET MVC 3 Walkthroughs & Books 1. Intro to ASP.NET MVC 3 - Rick Anderson http://www.asp.net/mvc/tuto... 2. Building an MVC ... ASP.NET MVC 3 Walkthroughs & Books 0 0 0
Refactoring Windows 8 Code-Behind to MVVM Joe Mayo, January 1, 0001 In my previous post, Using LINQ to Twitter in Windows 8 Metro Apps, I cheated a little (some might say a lot) on my UI architecture by using code-behind. In this post, I’ll make it all better by showing ... Refactoring Windows 8 Code-Behind to MVVM 0 0 0
Log4Net basics with a Console Application (c#) MarkPearl, January 1, 0001 If you are looking for a great introductory article on Log4Net, I would recommend reading the Log4Net tutorial by Tim Corey. Tim goes through quite a bit, I just want to cover the very bare minimum for ... Log4Net basics with a Console Application (c#) 0 0 14
set jqueryUI ThemeRoller cookie Mike Koerner, January 1, 0001 Seems to me that all users prefer a different color scheme for the web apps they work on. With jQueryUI, the themes are available and can be chosen with the themeswitcher gadget. Howerver, out of the box ... set jqueryUI ThemeRoller cookie 0 0 0
Using LINQ to Twitter in Windows 8 Metro Apps Joe Mayo, January 1, 0001 While the title of this post suggests focus on LINQ to Twitter, it also indicates that I’ll be discussing how to build a Windows 8 Metro application. The application itself will display a list of tweets ... Using LINQ to Twitter in Windows 8 Metro Apps 0 0 4
I am animated virus ? Anirudha, January 1, 0001 I am writing my last post Firefox 7 Released when Mozilla release Firefox 7 now they have 9 soon they have 12. Now I am show you a little problem with word processor we use daily. let’s take a look at ... I am animated virus ? 0 0 0
Automatic roll-out of IE8 and IE9 TATWORTH, January 1, 0001 The roll-out of the latest IE (either IE8 or IE9 depending on the operating system) as an important security patch started this month for users in Australia and Brazil according to the Windows blog at ... Automatic roll-out of IE8 and IE9 0 0 0
Determine the Security Account that IIS Uses to Run My Web Site ChrisD, January 1, 0001 It's important to understand the account that IIS is running under when you need to make changes to the security settings. If, for example, your Web application writes to files or to a database, you'll ... Determine the Security Account that IIS Uses to Run My Web Site 0 0 0
Of Image Exif, PropertyItem and reflection Nuri Halperin, January 1, 0001 As documented here on MSDN the PropertyItem object does not have a public constructor. What to do then when you want to add a property to an image, using Image.SetPropertyItem(..) method? This post suggests ... Of Image Exif, PropertyItem and reflection 0 0 1
Creating a custom BizTalk 2010 pipeline component–Part 2 Bill Osuch, January 1, 0001 In the last post I showed how to create the skeleton of a pipeline components, add it to the toolbox, integrate it into a BizTalk app and deploy & test it. This time I’ll go over working with the XML, ... Creating a custom BizTalk 2010 pipeline component–Part 2 0 0 0
Installing and Configuring PeopleSoft Adapter for BizTalk Server ... Vishal, January 1, 0001 Architecture of PeopleSoft Adapter: The BizTalk PeopleSoft Adapter is based on the BizTalk Server Adapter Framework. More info: How the Adapter Is Designed: The Adapter Framework. The PeopleSoft adapter ... Installing and Configuring PeopleSoft Adapter for BizTalk Server ... 0 0 3
Software Release Management - Why You Can’t And Shouldn&rsq... Robz / Fervent Coder, January 1, 0001 As software creators we don't get to decide what version of our tools / libraries that people use. If we try to force them, our users will go somewhere else. Update: What Type of Software This Applies ... Software Release Management - Why You Can’t And Shouldn&rsq... 0 0 2
Closing my Blog at CodeASP.Net Vincent Maverick Durano, January 1, 0001 I will be closing my blog (http://codeasp.net/blogs/V... to avoid cross posting of contents and traffic. This means that I will not be posting there anymore. But please note that by stop blogging there ... Closing my Blog at CodeASP.Net 0 0 0
Syncronize IIS servers in a web farm to enable ETags Michael Freidgeim, January 1, 0001 It’s known that on web Farm using of eTags under IIS doesn’t work properly unless all servers are synchronized.http://support... suggests to synchronize the ETag values on all the ... Syncronize IIS servers in a web farm to enable ETags 0 0 1
ORAPOCO: First Update JTorrecilla, January 1, 0001 A few days ago, I have published the firs Version of ORAPOCO. In this post I would to notify some changes and features. Changes First Change is related to IsPkAttribute. There is no sense to get a bool ... ORAPOCO: First Update 0 0 2
Enumerations And The CStr Function Jesse Taber, January 1, 0001 This blog post has moved:http://gruffcode.com/2012/01/24/enumerations-and-the-cstr-function/ Enumerations And The CStr Function 0 0 0
Bug fix: WPF4 project template for #MVVMLight V3 Laurent Bugnion, January 1, 0001 Ironically, my last release of MVVM Light V3 was about fixing bugs in templates and making them better. In the process however, seems that I introduced a regression bug in the WPF4 project templates. Yep ... Bug fix: WPF4 project template for #MVVMLight V3 0 0 0
Installing PeopleSoft HRMS 9.0 on Windows Server 2008 with SQL Se... Vishal, January 1, 0001 Step6: Installing People Tools 8.52: After you download and extract the PeopleSoft PeopleTools installation files you can find the installer in PS_INSTALL/disk1. Launch the installer using setup.bat. Click ... Installing PeopleSoft HRMS 9.0 on Windows Server 2008 with SQL Se... 0 0 1
Installing PeopleSoft HRMS 9.0 on Windows Server 2008 with SQL Se... Vishal, January 1, 0001 Environment what we are building consists of: Operating System: Windows Server 2008 SP2. Database Server: SQL Server 2008 with SP2. PeopleSoft Application: PeopleSoft Enterprise Human Resources Management ... Installing PeopleSoft HRMS 9.0 on Windows Server 2008 with SQL Se... 0 0 5
My upcoming Talk: Introducing PRISM/MEF for the Agile Developer -... Sam Abraham, January 1, 0001 I would like to share that I will be speaking at the Deerfield Beach Coders Café on February 7th, 2012 6:30 PM on concepts behind PRISM and MEF including IoC Containers, Composition, Dependency Injection, ... My upcoming Talk: Introducing PRISM/MEF for the Agile Developer -... 0 0 2
ProudMonkey Controls will be in CodePlex soon Vincent Maverick Durano, January 1, 0001 I will be hosting this project in http://www.codeplex.com/ as open source project. I’m working on it so stay tuned! =} ... ProudMonkey Controls will be in CodePlex soon 0 0 0
How to Improve Your ASP.NET Performance ChrisD, January 1, 0001 In this article, I will show you some tips to improve your ASP.NET performance. 1. Disable the Debug Mode or Set Debug =”false”How it affect performance: By default this attribute is "true" when you create ... How to Improve Your ASP.NET Performance 0 0 0
Copy a Team Foundation Server 2010 Collection to a Different Netw... Bob Hardister, January 1, 0001 The Objective Three of the 6 development teams using TFS are moving to a different network and domain. There is no on-line connection between the old (source) and new (target) networks. The objective was ... Copy a Team Foundation Server 2010 Collection to a Different Netw... 0 0 2
SharePoint administration tool - ControlPoint Wade Salley, January 1, 0001 I've been heads down with migration to SharePoint 2010 and I have been using ControlPoint to do a lot of the administering of our various sites. I had worked with this tool before in 2007 and they have ... SharePoint administration tool - ControlPoint 0 0 0
Retrieving a Logged On User ID Bunch, January 1, 0001 Here is an easy way to retrieve the user ID from who ever is logged on to a PC using ASP.Net. This is handy for ASP.Net applications where you want to put a "Welcome joe user" label at the top, auto populate ... Retrieving a Logged On User ID 0 0 0
How to disable messages for category based on severity in Enterpr... Michael Freidgeim, January 1, 0001 Microsoft documentation article Source Schema for the Logging Application Block is very hard to follow,the set of articles http://www.education.vic.go... ... How to disable messages for category based on severity in Enterpr... 0 0 0
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
Operation is not valid due to the current state of the object. Renso, January 1, 0001 Issue:System.InvalidOperati... is not valid due to the current state of the object. System.InvalidOperationExce... Operation is not valid due to the current state of the object. at ... Operation is not valid due to the current state of the object. 0 0 47
Review - Studio for ASP.NET Wijmo Brian Muirhead, January 1, 0001 I’ve been testing\evaluating ComponentOne’s Studio for ASP.NET Wijmo suite for an MVC 3 project and I’m quickly becoming a fan! This product has so many things going for it that I’m not sure where to start. ... Review - Studio for ASP.NET Wijmo 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
Learning to learn! Rajesh Pillai, January 1, 0001 This is my first post in this new year and was thinking about a topic to write on. Lately I have been working on varied things that flexes the brain muscles and things which I haven't done before. So a ... Learning to learn! 0 0 0
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
A bit About Me Vincent Maverick Durano, January 1, 0001 I work as a Tech Lead/Web Developer, focusing mainly in ASP.NET technologies. My exploration into programming began at the age of 15;Turbo PASCAL, C, C++, JAVA, VB6,Flash and a variety of other equally ... A bit About Me 0 0 0
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
Stopping web.config inheritance to child applications and Telerik... pvanhouten, January 1, 0001 I'm currently working on a project that utilizes Telerik AJAX controls, and I was required to create a new application that was to be setup as a child application to the primary project in IIS7 like so:-- ... Stopping web.config inheritance to child applications and Telerik... 0 0 1
Rejuvenate the blog Eric Newton, January 1, 0001 Time to rejuvenate the blog. Many things afoot in the world of developement.Of note,MVC 4 RC is coming out soon. Eh, I don't really see much new there. A couple of interesting additions but like I said... ... Rejuvenate the blog 0 0 1