- SSAS 2008: Data Management Views\Via [Vidas Matelis\] Vidas recently did a post about a couple of new features that will be available in SSAS 2008 (but that are not in the July CTP). One…
- WF Rules and MS BRE - Comparing PerformanceIntroduction I’ve been asked a few times how the performance of WF (Windows Workflow Foundation) Rules compares with that of the Microsoft Business Rules…
- Better.Dev- March, 2009 (1) - September, 2008 (1) - August, 2008 (1) - May, 2008 (1) - February, 2008 (1) - December, 2007 (1) - November, 2007 (1) - October, 2007…
- Loading UserControl Dynamically in UpdatePanelIn this post, I will show you how to load different user control in UpdatePanel from different menu item click. I have found a lot of request in Asp.net…
- He Likes to Run for Fun in the Hot, Hot Sun!The heat index was over a hundred today when I ran one of my regular six mile routes. This summer has actually been pretty mild by Kansas standards (last…
- Asp.net Ajax UpdatePanel Simultaneous Update - A RemedyIf you ever try to do more than one simultaneous partial update with Asp.net Ajax Update Panel, I guess you already found that Asp.net Ajax Framework…
- External Functions and the BREIt’s useful from time to time to be able to call external functions within business rules. Instead of something like this:
- C# 3.0 Automatic PropertiesDefining properties can be very tedious. Suppose you have a class 1: public class UserProfile 2: { 3: private int userrId;
- SqlSiteMapProvider in VB.NETUPDATE 6.18.2008: You can download the file from Alright, so I wanted to build a dynamically/DB driven role-based menu system utilizing framework 2. I…
- BizTalk Maps and the Table Looping/Table Extractor FunctoidsWhen dealing with existing systems, sometimes a challenge presents itself in the form of a flat file. Trying to impose structure upon a flat file can be…
- Gaming Crosses Over to Real LifeSo I've boarded my flight to DFW (en route to Orlando.) Having been upgraded to First Class, (thank you elite status) I started getting comfortable in my…
- Create An Ajax Style File UploadIf you visit Asp.net Ajax Forum, you will find hundreds of request on File Upload Control that it does not give Ajax version of the page when it is placed…
- LDAP - Search for Active Directory Groups in PowerShelldoesn't have a long list of Active Directory cmdlets for PowerShell. Instead, it has 2. And they aren't AD specific - they just implement the LDAP…
- sql server error "The database principal owns a schema in the database, and cannot be dropped."sql server error "The database principal owns a schema in the database, and cannot be dropped." In SQL Server 2005, if you try to drop a database user by…
- Simpsonize Me! Bah!Well the doohickey seems not to like my photo. However I did manage to Southparkify myself. Pretty schweet. (No Photo Required)…
- Becoming a better developer...Tim Hibbard has tagged me, so here goes... Meet more developers Not so long ago I posted about a new user group in my area (well, 1hr drive away) yet I am…
- Combine Multiple JavaScript and CSS Files and Remove OverheadsWhen developing a large web application especially if it is Ajax enabled, we often ended up with a larger number of JavaScript and Cascading Stylesheet…
- Asp.net Ajax and VS2003Few days back one of my of ex-colleague called me to know what is the best platform of Ajax to work in VS2003 Project, One of his client wants to…
- Using Garbage Collection in .NETGarbage collection is one of the most fundamental aspects of the.NET Common Language Runtime (CLR) and is available to all.NET programming languages.…
- Serialize and deserialize objects as Xml using generic types in C# 2.0I've been using Object<>Xml serialization in.NET based on for a while. I decided to enhance it a tad bit with some generics, so I could use it more…
