Samples
Windows Automotive 5.0/5.5
The samples included with the .NET Micro Framework provide illustration and instruction on various aspects of the .NET Micro Framework.
When you install the .NET Micro Framework SDK, the installation program creates a folder in your Documents folder called Microsoft .NET Micro Framework, which contains a folder named Samples. Each of the following samples is in its own subdirectory of the Samples directory.
In This Section
- Clock Sample
- Use touch input and stylus events.
- Extended Weak References Sample
- Persist data across a reboot by using the ExtendedWeakReference class.
- File System Sample
- Format a volume, create and delete files, or move directories with this subset of .NET features.
- HttpClient Sample
- Create an HTTP or HTTPS client.
- HttpServer Sample
- Use the Http and Https classes to create an HTTP or HTTPS file server.
- Ink Canvas Sample
- Use ink canvases for drawing and gestures.
- Puzzle Sample
- Use touch input and draw graphics.
- Emulator Sample
- Create a custom emulator that other samples and programs can use.
- SimpleService Sample
- Expose and consume Web services for devices, by using a Device Profiles for Web Services (DPWS) client and server.
- SimpleServiceClient Sample
- Expose and consume Web services for devices, by using a Device Profiles for Web Services (DPWS) client and server.
- SimpleTouchInput Sample
- Use touch input and stylus events.
- SimpleWPFApplication Sample
- Use Windows Presentation Foundation to define, alter, animate, map, and load.
- SocketClient Sample
- Retrieve a Web site HTML page with a socket-issued request.
- SocketServer Sample
- Listen for incoming client requests with a socket, and then return an HTML page back to the client.
- StylusCapture Sample
- Capture stylus input for a UI element, and handle stylus events.
- Temperature Sample
- Use a custom emulator component to see how a sample application reacts to control changes.
- TemperatureEmulator Sample
- Create an emulator that emulates a hardware sensor that can be used by other applications.
- Threading Sample
- Create and run a thread, create a thread timer, or have a thread wait on an event.
- TouchCalibration Sample
- Calibrate the touch input system and handle stylus events.
- USB Mouse Sample
- Configure your USB controller to write to USBStream objects.
- WCF Sample
- Expose and consume Web services for devices.
- WeakDelegates Sample
- Use the WeakDelegate class to notify an object of events.
Community Additions
ADD
Show: