Hopcroft

Stories kicked by Hopcroft

Home Automation Part 3 - Using Regular Expressions to Parse Sensor Dat(blogs.msdn.com)

submitted by HopcroftHopcroft(200) 5 years, 4 months ago

Third installment in a series describing a remote temperature logging application. This post gives an in depth explanation of .NET regular expressions and includes an interactive regular expression evaluator application. read more...

add a comment |category: |Views: 18

tags: another

Implicit and Explicit Interface Implementations(blogs.msdn.com)

submitted by HopcroftHopcroft(200) 5 years, 5 months ago

A discussion of the subtleties of implicit and explicit interface implementations in C#. read more...

add a comment |category: |Views: 96

tags: another

MSDN Community Content(blogs.msdn.com)

submitted by HopcroftHopcroft(200) 5 years, 5 months ago

MSDN recently added Wiki functionality to the portion of the site dealing with Visual Studio 2005 and .NET Framework 2.0. This already looks like it is going to be a great resource - at the time of this post, there were almost 1000 topics with Community Content from over 300 contributors. read more...

3 comments |category: |Views: 3

tags: another

Home Automation Part 2 – Making Basic Measurements(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 5 months ago

Remotely controlling the temperature of a cabin over the internet. In the previous installment I described my decision to build a temperature and humidity sensor network using modules from IButtonLink.com. The heart of the system is the Link45 which connects the PC’s serial port to the sensor network and provides an ASCII interface to the sensors. read more...

add a comment |category: |Views: 37

tags: another

Home Automation Part 1 - Burning $200 of propane(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 5 months ago

I like to use my knowledge of technology to solve problems outside of work. In this series I explain how I used C# and the Internet to remotely monitor a propane stove in my cabin. While reading about my adventures you will learn about C#, embedded technology, regular expressions, databases, web servers, web cams and much more. read more...

add a comment |category: |Views: 120

tags: another

New For VS2005 - Abstract Stub Generation(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 5 years, 5 months ago

Visual Studio 2005 includes a new feature to generate stubs for methods in an abstract base class. Here's an example of how it works. read more...

add a comment |category: |Views: 6

tags: another