RSS Feed for CodeGuru.com
Note: Content for this RSS feed is provided as a text alternative to inline RSS feeds that may not display on all browsers.
CodeGuru.com
The number one developer site!
- Writing a basic Windows Debugger - Part 1
posted on November 04, 2009 05:00:00 am
Demonstrates the basics of writing a Windows Debugger. - Mobile Device Detection and Redirection Using ASP.NET/MVC
posted on November 02, 2009 05:00:00 am
Discuss approaches to determine if an HTTP request is coming from a mobile phone and then redirecting the request to a page optimized for a mobile browser. Also it shows how to retrieve mobile device capabilities information. - MODBUS Serial RTU + TCP/IP Simulator
posted on November 02, 2009 05:00:00 am
If you are unable to find a free Modbus Slave simulator, here is one. - Keystroke monitoring
posted on October 27, 2009 05:00:00 am
In this article we will consider the methods of hooking keyboard data in the kernel mode. The described approaches can be used for solving the tasks of keystroke analysis, blocking and also redefining some combinations. - Improved COM Interoperability in .NET 4.0
posted on October 26, 2009 05:00:00 am
Learn about the COM Interoperability improvements coming with the .NET Framework 4.0 and how they will make your COM Interop such as Office applications much easier. - Direct RIA: Future of RIA
posted on October 26, 2009 05:00:00 am
This article introduces an revolutionary programming model powered by Direct RIA solution.Basically, it aims at leverage benefits of both server-centric and client-centric solutions, productivity + controllability.It is a server-centric solution plus client-side programming. Developers can boost their productivity using server-centric programming mode, and are allowed to choose client-side approach if necessary. - On Screen Keys
posted on October 26, 2009 05:00:00 am
Discover how to make an on-screen keyboard. - 64-bit Loki
posted on October 20, 2009 05:00:00 am
Review this report about the testing of portability of the Loki library for 64-bit systems with the help of Viva64 code analyzer. It contains recommendations for use of the library as well as explores the peculiarities of libraries built on templates. - Null Object Pattern in C#
posted on October 20, 2009 05:00:00 am
Use the Null Object pattern to simplify your client code and makes it less error prone. - Improving Application Quality with Windows Error Reporting
posted on October 19, 2009 05:00:00 am
Leveraging Windows Error Reporting (WER) to use Microsoft's existing infrastructure for providing end users with patches and workarounds, a critical aspect of the application life-cycle management.