Sunday, September 27, 2015

build your own ..................

build your own database, OS, etc...

  1. Build Your Own Database
  2. Building an embedded database engine in C#
  3. FlingOS: Teaching OS dev in C#
  4. Assembly Programming with Visual Studio 2010/2012
  5. 32-bit Assembler is Easy
  6. Easy Code Visual assembly IDE
  7. Writing a boot loader in Assembly and C - Part 1
  8. An x86 assembler with register allocation
  9. The Real, Protected, Long mode assembly tutorial for PCs
  10. A Full-Featured Z80/8085 Assembler in C++
  11. Mixing .NET and Assembly Language in a standalone 64-bit exe
  12. Using Assembler and SSE2/SSE3 instructions for drawing optimization
  13. How Understanding Assembly Language Helps Debug .NET Applications
  14. Integrating a compiler/assembler in VS ; Using NASM with Visual Studio 2010
  15. Visual Studio X86 Assembly Debugger (C# Open Source Managed Operating System)
  16. How to Determine if a .NET Assembly was Built for x86 or x64?

C# namespace details

C# namespace overview and thoughts.

  1. Understanding Namespaces in C# 2.0
  2. Using Namespaces (C# Programming Guide)
  3. Namespaces (C# Programming Guide)
  4. namespace (C# Reference)
  5. Namespaces
  6. Use of Namespaces in C# [duplicate]
  7. C# namespace alias - what's the point?
  8. C# Programming/Namespaces
  9. Namespace tutorial
  10. Understanding C#: Namespaces and assemblies (a quick .NET tutorial)
  11. Do not name a class the same as its namespace, Part One
  12. Do not name a class the same as its namespace, Part Two
  13. Back to Basics - Do namespace using directives affect Assembly Loading?
  14. Namespace visibility in C#
  15. The type or namespace name 'some-name' does not exist in the namespace 'some-namespace' (C#)
  16. The type or namespace name '' could not be found (C#)
  17. Understanding Namespaces in C# With Examples
  18. VB.NET Root Namespace vs. C# Default Namespace
  19. What is NameSpace in .Net
  20. C# Namespace Alias Qualifier
  21. C# Using Statement Inside or Outside the Class Namespace
  22. Do unused Namespaces in c# affect run-time performance?
  23. Controlling Component Visibility Beyond Private and Internal
  24. Using Directives and Namespace in C#
  25. C# variable and namespace conflicts
  26. Using NameSpace members In another namespace
  27. How to use alias for using-directives and namespaces in C#

Friday, September 25, 2015

windows service

windows service topic

  1. A general-purpose service engine for unattended processing execution
  2. Evaluation Engine
  3. Simple Windows Service Sample
  4. a windows service application
  5. Automating Windows Applications
  6. General Windows Service: Debugged as Console Application and Managed with System Tray
  7. How to Debug or Test your Windows Service Without Installing it...
  8. How to Control a Windows Service from Code
  9. WCF Service Library with Windows Service Hosting
  10. Windows Services in Action I
  11. Windows Services in Action II
  12. Creating a Basic Windows Service in C#
  13. Creating a simple Windows Service
  14. Windows Services Can Install Themselves
  15. Windows 7 Trigger Start Service
  16. WCF Hosting with Windows Service
  17. Windows Service Management
  18. OData Services
  19. Creating Scehduler Service using Windows Services
  20. Debugging Windows Services under Visual Studio .NET
  21. Advanced Debugging in Visual Studio
  22. Debugging Windows Service Without Deploying It
  23. Manageable Services
  24. Adding a description to a .NET Windows Service
  25. Windows Service Test Form
  26. C# Scheduler
  27. Interact With Desktop when Installing Windows Service
  28. Writing Windows Service (C# .NET)
  29. Topshelf’s documentation
  30. Monitoring desktop windows from a Windows service
  31. Base Library for Multi-threaded Windows Services
  32. Exposing Windows Service
  33. How to debug a Windows Service and not die in the effort
  34. Send Auto Notification Using Windows Service
  35. Window Service Deployment using VS 2010
  36. Service DashBored
  37. Interaction between services and applications at user level in Windows Vista
  38. Windows Services in C# with Timers - Jump start
  39. Securing WCF Services with Certificates
  40. Real Time Folder Synchronization Window Service
  41. Windows x64 system service hooks and advanced debugging
  42. Debugging a Start of a Windows Service

good windows service framework

  1. Windows service auto-update plugin framework
  2. The Razor Framework :: Part 1 :: Plugins/Extensibility
  3. The Razor Framework :: Part 2 :: Configuration/Options
  4. Managed Extensibility Framework: Part 1
  5. Managed Extensibility Framework: Part 2
  6. An Introduction to Managed Extensibility Framework (MEF) - Part I