Browse by Tags
All Tags »
.NET (RSS)
Jan Ku č era has updated his great Web site about Microsoft .NET Micro Framework www.microframework.eu . If you want to know how to start you will find tutorials and further examples. Events and FAQ will help to stay informed using the .NET Micro Framework.
Read More...
Since yesterday there is an update available for Silverlight 2 . This update improves stability, media streaming, and the auto-update component. This update also improves support for Firefox 3 . Microsoft Support kb955011 More details on Silverlight and
Read More...
Touch screen support is announced for the next version of the .NET Micro Framework which will arrive end of this year. There are some companies already adding touch screen support for devices that are using the current version 2.5: emtrion HiCO.ARM9 and
Read More...
The ASP.NET MVC team is in the final stages of finishing up a new "Preview 4" release that they hope to ship later this week. The Preview 3 release focused on finishing up a lot of the underlying core APIs and extensibility points in ASP.NET
Read More...
Pavel Bánský explains how he did connect the Digi XBee module to the Tahoe development board : "XBee module is very sophisticated device controlled over serial link. It can operate in old fashion AT command mode as well as more advanced
Read More...
GHI Electronics (known from the great Embedded Master™ module) have announced the USBizi module for the .NET Micro Framework . The module is really small and costs only $99 for a single unit. As it is the smallest .NET Micro Framework system it
Read More...
Another great article on remote control using the .NET Micro Framework and the Tahoe 3D accelerometer I found on Jens blog . "The Center for Software Innovation has evaluated accelerometer technology in remote control (RC) application for crane operated
Read More...
Pavel has some great posts on his blog about robotic vehicles using the .NET Micro Framework . "When I was invited to TechEd North America 2008, I didn't want to go with "bare hands". That's how the simple robotic vehicle was build, completely
Read More...
Carlo Mendoza is modifying the i.MXS board for SPI: "The board had a few missing 0Ω resistors, and had to be addressed. Figure 1 was obtained from the schematics included in the CD (iMXS_Devboard_VER1.3.pdf) on page 7. For our purpose, we bridged
Read More...
Today I have installed Microsoft .NET Framework 3.5 SP1 and noticed that it adds a Firefox add-on called Microsoft .NET Framework Assistant. This browser extension adds ClickOnce installation support using Firefox browsers. More details on Scott’s post
Read More...
1. Have a page with code in Page_Load Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Response.Cache.SetAllowResponseInBrowserHistory(False) Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.Cache.SetNoStore()
Read More...
By being momentarily pissed off to the level of job I needed to do with classes working with DB and business logic in a project, I made suggestion in Connect, a while ago Ability to specify a default method for object instance which is called when any
Read More...
Huge title while the subject or the example in this case is actually very simple and straightforward. I saw a question on newsgroups which went something like: - poster states he doesn't know much about control events - he/she asked if he/she had
Read More...
Author: Jon Skeet Publisher: Manning Publications Co. ISBN: 1933988363 April 2008, 424 pages http://www.manning.com/skeet/ The book focuses on C# 2 and C# 3, but goes a bit relevant things on building on C# 1. It is targeted at developers familiar with
Read More...
Joe Stagner discusses in a blog post based on reader feedback , if one should choose VB.NET or C# and he ends with that it doesn't matter. Well, I sort of disagree, but let me first explain in which way I disagree, before you judge me and burn me
Read More...