- Latest XBOX 360 update could be your last.If you're a modder, and maybe even if you aren't, you could be in danger of turning your 360 into a brick, courtesy of Microsoft's latest firmware update on the 360. Tread with caution and read the…
- Disable MySite and MyLinks in Sharepoint (MOSS) 2007Okay, this one took me a while to figure out, but nonetheless I found it and will share it.
- Cooperative Application Shutdown with the CLRCooperative Application Shutdown with the CLR
- Find the W3WP process for an Application PoolWhen debugging WebParts not knowing which w3wp process to attatch to has always bugged me. Thankfully ASPalliance has this article to show you how to identify the w3wp process for an app pool.
- Difference between Layers and Tiers (Layers vs Tiers)?Tiers are physically separation of tiers means in different projects, dll or exe. When we talk about Layers means logical separation of tiers.
- MonoRail vs ASP.NetLately I have been having a crisis of faith about MonoRail and have been looking at ASP.Net again. All of the neat controls, and IDE support are sooooo tempting. So late last night I happened to ca…
- ASP.NET event firing twiceThis seems to be a very common problem where by your event handler method gets run twice.
- DataSet or DTOs (Data Transfer Objects)In three tier architecture when BL class calls DAL to retrieve data from the DB we are having two options to get these data one is DataSet/DataTable and another one is DTOs (Data Transfer Objects).…
- Vmware Time SyncIf you want to completely disable time synchronization in the guest, open the virtual machine's configuration file (.vmx) in a text editor and set the following options to FALSE.
- Stored Procedures or SQL Text Queries (Embedded SQL Query)?While designing DAL layer we normally stuck with one debate, Stored Procedures or Embedded SQL Query? I also faced the same problem. I searched on the internet, read some books and discussed with s…
- aspnet_wp.exe and w3wp.exeThe way an ASP.NET request is handled by IIS is quite different in IIS 6.0 when compared with 5.0. In 5.0, the ASP.NET worker process is handed off control by the aspnet\isapi extension in IIS. The…
- How to delete a windows serviceRecently, I was trying to delete a windows service. Normally it should not be necessary to manually delete a service. Uninstalling an application should remove its associated service (if any).
- What is the difference between D mode and B mode on the Toyota Camry Hybrid and Toyota Prius?> Hi, My mother just bought a new Camry '07 as well and we both had a question and we cant seem to find an answer anywhere. We were wondering what the differnce is in the gears on the shifter, like…
- Fix: Virtual PC Does Not Recognize Wireless NIC With a Vista OS HostBrian, who runs the excellent Blogcast Repository, recently shared with me how he could not use a host computer's wireless NIC with a guest OS when running Virtual PC when Windows Vista is the host…
- Difference between a Struct and a Class ?The struct type is suitable for representing lightweight objects such as Point, Rectangle, and Color. Although it is possible to represent a point as a class, a struct is more efficient in some sce…
- BizTalk 2006 FailedMessage RoutingThere is no sample for this, but if I get enough requests (say five or so) I'll create one and post it.
- Command Line Pointers for Windows ExplorerHere are some pointers on how to use Windows Explorer, in Microsoft Windows XP Professional from the Command Line.
- MSDTC on server 'servername' is unavailableBy default, when a stand-alone instance of Microsoft SQL Server exists in a cluster environment, the SQL Server-based instance is set to start automatically. If the host node is rebooted, you may r…
- Isolating NHibernate LoggingI am sure everyone else has already figured this out but thought I'd jot it down here.
- How to use Subversion more effectively with proper Repository Structure and better use of Branching/Tagging/Versioning..In this article, I have assumed that the reader is aware of the basic functionality of Subversion. This article has been written to make the usage of Subversion more efficient and more effective, a…
