The Wayback Machine - https://web.archive.org/web/20211201132118/https://github.com/topics/net60
Skip to content
#

net60

Here are 24 public repositories matching this topic...

Kaliumhexacyanoferrat
Kaliumhexacyanoferrat commented Jul 8, 2021

As a developer, I would like to automatically create a layout with pages from a given resource tree, so that my project is easier to maintain.

Example

var tree = ResourceTree.FromProject("Pages");

var pages = Pages.From(tree);

var website = Website.Create()
                     .Content(pages);

Acceptance criteria

  • The functionality is implemented in a n

I have created a file disk proxy example in Visual Studio 2019 C++. it might be of interest because we can use managed code like Visual C# .NET to build a Proxy Server Application for the backend Virtual Disk through the kernel driver file disk.

  • Updated Nov 23, 2021
  • C

A very-very simple tutorial level and basic example in C++ and C# and .Net of a simple ordinary file backend based full fledged Virtual Disk Drive. A basic virtual disk kernel driver for learning. We have a user interface combined Server-Client Application written in C# .Net which binds with the driver to build a file backed Virtual Disk Drive. The C# .Net Application is the Core Proxy Server, and it uses the Driver to run a Virtual Disk Drive through it. Almost all necessary code is completed, so you can download and run it. All the code including the kernel driver is included in this repository.

  • Updated Dec 1, 2021
  • C#

Improve this page

Add a description, image, and links to the net60 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the net60 topic, visit your repo's landing page and select "manage topics."

Learn more