From fe24ae91d287ba4611f87482b821e47cc03a7624 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 May 2025 10:13:48 +0000 Subject: [PATCH 1/2] Initial plan for issue From 20a5db3245ba96735624c0d0b44061800c9da1d1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 27 May 2025 10:18:14 +0000 Subject: [PATCH 2/2] Add README with sample listing and descriptions Co-authored-by: runceel <79868+runceel@users.noreply.github.com> --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..74f7e57 --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +# Code Samples + +This repository contains various sample projects for different technologies and frameworks. + +## Sample List + +### WPF (Windows Presentation Foundation) Samples + +- **LivetWPFSampleApp**: Sample application using the Livet MVVM framework for WPF +- **MVVMLightWPFSampleApp**: Sample application using the MVVM Light framework for WPF +- **PrismWPFSampleApp**: Sample application using the Prism framework for WPF +- **wpfedu**: WPF 4.5 education samples + - Contains various examples of WPF features and controls + +### Enterprise Library 5 Samples + +- **EntLib5Samples**: Examples of using the Microsoft Enterprise Library 5 + - Hello World examples + - Application Block examples (Database, Logging, etc.) + +### Other .NET Samples + +- **GroupedGridView**: Sample demonstrating a grouped grid view control +- **RxApp**: Reactive Extensions (Rx) application sample +- **primesample**: Prime number calculation examples + +### Web Development Samples + +- **ASP.NET Web API JavaScript Scenarios - Comments**: Examples of ASP.NET Web API with JavaScript +- **TwitterAppSample**: Application that interacts with the Twitter API + +### Java Samples + +- **annotationprocessor**: Java annotation processor sample + +## How to Use + +Each sample directory contains a complete application or project that can be opened with the appropriate development environment: + +- WPF projects: Open the .sln file in Visual Studio +- Java projects: Import into your preferred Java IDE +- Web projects: Use appropriate web development environment + +## Requirements + +Different samples have different requirements depending on the technologies they use. Please refer to the specific samples for detailed requirements. \ No newline at end of file