Geeks with Blogs
HomeAbout
  • SSIS Business Rules Engine
    SSIS Business Rules Engine I am by no means a data warehouse or SSIS expert but I have been forced to learn with one of my latest projects. One of the…
    ReelDeepDotNet · 2008-03-07
  • .NET Framework Libraries in Silverlight 2.0 Beta 1
    Overview of Libraries in Silverlight 1.1 Alpha and Silverlight 2.0 Beta 1 ![Silverlight 2.0 .NET Libraries](/images/silverlight2/.net-framework-libraries-i…
    Imran Shaik · 2008-03-05
  • Remove empty lines in text using Visual Studio.
    Visual Studio has ability to delete empty lines in replace operation using regular expressions. 1.Click Ctrl-H (quick replace) 2\. Tick "Use Regular…
    Michael Freidgeim · 2008-03-04
  • Generic Conversion for DBNull and Nullable types
    Generic Conversion for DBNull and Nullable types It seems that I have encountered a scenario where many aspects of C# 2.0+ come into play. I needed to…
    Will Smith · 2008-03-04
  • Refactor: Visual Studio Extract Interface
    I recently learned about a very cool option in Visual Studio, the ability to extract an Interface from an existing class. This has made me much more…
    Jay Smith · 2008-02-27
  • Sending Email On Behalf Of
    When you get an email from a yahoo group list, for example, it might say it was sent from yourgroup@yahoogroups.com on behalf of the person who actually…
    Lance Robinson · 2008-02-26
  • Virtual PC on two monitors without additional software
    I've finally moved my main development environment on my desktop to Vista, and had the issue that I still do quite a bit of work for one client in Visual…
    Liam Westley · 2008-02-26
  • IoC and the Unity Application Block Once Again
    Update: Fixed code changed from CTP and More in the series: - IoC Containers, Unity and ObjectBuilder2 - The Saga Continues - IoC Container, Unity and…
    Matthew Podwysocki · 2008-02-26
  • SOA Governance - Interesting Article
    Lee Thé recenctly posted an article on SOA Governance based on coverage from the Enterprise Architecture Practioners Conference held last month in San…
    Scott Lock · 2008-02-26
  • Tech·Ed for Novices, 2008 Edition
    While I'm waiting to find out if I'll be able to go to Tech·Ed again this year I am still keeping an eye on what's going on with the conference. For last…
    Scott Dorman · 2008-02-25
  • ASP.NET MVC Controller And Action Role Authentication
    Today, I was playing around with ASP.NET MVC Framework when I came to an interesting situation. I was displaying Categories from the Northwind database as…
    Mohammad Azam · 2008-02-24
  • Using JQuery to Add Drag and Drop Support
    Drag and drop support in a web application always get some attention. I used drag and drop support in one of my applications and I have to admit that it…
    Mohammad Azam · 2008-02-21
  • Solving DNN deployment issues, Redirecting to localhost and Running DNN in a different port
    I was trying to host a small DNN application in one of our Server and I was facing couple of issues. Problem 1: The first problem I faced is it was always…
    Shahed Khan · 2008-02-19
  • Debugging Attributes
    Debugging Attributes Have you ever been debugging code and examined the properties of an object? You get both the public properties and the private member…
    Nick Harrison · 2008-02-19
  • Application Architecture, Software Development Frameworks, ORM, MVC/P and the Holy Grail - Part 1
    Note this article is primarily based on Microsoft/.Net technologies, although the principle apply to any technology.
    Tim Huffam · 2008-02-17
  • SkyDive the beach - freefall from 12,000feet over the surf in Wollongong!
    Well if you've ever had the thought that you might want to actually jump out of a serviceable aircraft for kicks then this is a great location to do it?
    Dave Caddick · 2008-02-17
  • "New" Statement Considered Harmful
    All of us have probably written code like this: Foo f = new Foo(); And what could be simpler? As long as the logic in the constructor is simple (or better…
    Chris Falter · 2008-02-15
  • Moving your Log4Net configuration out of web.config with ASP.NET 2.0 web sites.
    I was working with log4net recently and had put a lot of the configuration information in the web.config file for an ASP.NET 2.0 web site. Ideally, this…
    Brian Sherwin · 2008-02-15
  • WCF metadata error: cannot import wsdl:binding
    Grrr... Just wasted lots of time on a stupid mistake due to misleading error message. I hate it when that happens.
    Kent Brown · 2008-02-15
  • Declare different CSS rules for Firefox and Internet Explorer 7
    The post Creating different CSS style selector definitions for different browsers (Firefox, Internet Explorer 7 and IE 6.0) with subsequent comments…
    Michael Freidgeim · 2008-02-13
← Prev1…160161162…227Next →
Geeks with Blogs

A community archive of developer blogs and technical articles, preserved at their original URLs.

Browse

HomeAboutArchive
© 2026 Geeks with Blogs. Posts by their original authors.