- Rajiv Popat - Cookbooks And ArticlesA couple of days ago I was asked if there was any way by which I could overload a method to "return" more than one type. If I was in a class room, or I was teaching a programming class (I've done t…
- Rajiv Popat - DotNetNukeWorking on a DotNetNuke Project we had a requirement which was pretty .NET'ish and had nothing to do with DotNetNuke. All we wanted to do was to store a Generic list of <T> in the view state - wher…
- Rajiv Popat - Quick Tips And SolutionsA couple of days ago I was asked if there was any way by which I could overload a method to "return" more than one type. If I was in a class room, or I was teaching a programming class (I've done t…
- Rajiv Popat - ReviewsA Few days ago I had a discussion with a person from our creative team who informed me about (and liked) the fact that in MAC you could just zoom in and magnify any part of your screen in real-time…
- Fervent Coder - Saturday, February 25, 2012 EntriesOne of the thoughts I've been considering recently with chocolatey is consistency with packages and naming conventions as chocolatey continues to grow. It's fine to name packages by the app/tool na…
- Scott Dorman - November 2008 EntriesI present at a lot of the local Florida code camps (and some out of state ones as well) and have a presentation that focuses on understanding Lambda expressions in .NET. This is not an exhaustive l…
- Scott Dorman - Community CreditI've blogged in the past about Community Credit and really love the site. As a 5 time Community Credit winner, I just received the email today (although I actually knew about it over the weekend) t…
- BizTalk, WCF-SQL and Dynamic SQLUsing dynamic SQL inside a procedure called by BizTalk as a strongly typed procedure through the WCF-SQL adapter can be very tricky.
- Tangible Thoughts - June 2006 EntriesI and a few others were on on a call with Microsoft Consulting (India) who were giving us a presentation on SharePoint 2007. Interestingly the consultant said that the Beta is good for deployment a…
- Tangible Thoughts - SharePointHi All, just wanted to point out a teensy weensy but maybe very useful tip. It might be outdated information if you are using SharePoint 2010, but if you are using SharePoint 2007 then you might fi…
- Tarun Arora - Visual Studio ALM MVP - TfsDemoSetupRelease Notes – http://tfsdemosetup.codeple... | Download | Source Code | Report a Bug | Ideas Just pushed out the 2nd release of the TFS Demo setup on CodePlex, below a quick look at some of the n…
- Using ApplicationDeployment to manually update ClickOnce applicationsClass to implement manual updates in ClickOnce applications. With one line of code, you can asynchronously update your applications
- Timothy Klenke - User StoriesIn my previous post I described my feeling on why it is so critically important to develop a good user story. However I didn’t go into much detail on how that is done. I’m going to cover that in th…
- User Defined Aggregates (UDA) in SQL Server 2005The first thing to do is create the class that will serve as the source for the aggregation. The class that we add will implement four key methods: Init, Accumulate, Merge, and Terminate. It will b…
- Nested GridView With PagingI thought I would share what took me embarrassingly long to figure out on my own, how to add paging to a nested grid view using a DataSourceControl. Specifically, I am targeting LinqDataSource beca…
- PUT vs PATCH with REST APIs - Geeks with BlogsIn the world of software development, particularly when dealing with REST APIs, two HTTP methods often spark debates and confusion: PUT and PATCH. This educational piece aims to demystify these met…
- Microsoft’s Rule Engine Scalability Results – A comparison with Jess and DroolsIn May 2004, Microsoft published a whitepaper entitled ‘Microsoft BizTalk Server 2004 Performance Characteristics’ (MBTS-PC04)[\[1\]](https://geekswithblogs.net/cyoung/admin/EditArticles.aspx#ftn1)…
