APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that they’re building.
Обновлено 2024-11-21 16:12:18 +03:00
Scans your project to determine what components you use
hacktoberfest
static-analysis
dependencies
package-management
sbom
software-bill-of-materials
software-composition-analysis
Обновлено 2024-11-20 01:11:18 +03:00
Attack Surface Analyzer can help you analyze your operating system's security configuration for changes during software installation.
Обновлено 2024-11-20 00:50:18 +03:00
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
hacktoberfest
dotnet
c-sharp
cluster
concurrency
actor-model
akka
actor
distributed-programming
reactive
Обновлено 2024-11-19 20:55:08 +03:00
The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.
Обновлено 2024-11-18 21:46:22 +03:00
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
hacktoberfest
dotnet
macos
xamarin
windows
android
ios
graphics
cross-platform
skiasharp
dot-net
skia
Обновлено 2024-11-16 10:55:50 +03:00
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
Обновлено 2024-11-15 05:30:48 +03:00
Unified Redis Platform is a solution for consolidating multiple Redis Caches to a single cluster. The cluster can be shared by multiple apps but provides proper isolation to each application. This is the client-side core SDK for Unified Redis Platform.
Обновлено 2024-11-13 07:45:08 +03:00
SkiaSharp is a cross-platform, comprehensive 2D graphics API for all .NET platforms. And, here is where you will find all sorts of extras that you can use with it.
Обновлено 2024-11-11 16:20:16 +03:00
A tool to download all Pwned Passwords hash ranges and save them offline so they can be used without a dependency on the k-anonymity API
Обновлено 2024-11-04 14:39:40 +03:00
A source code analyzer built for surfacing features of interest and other characteristics to answer the question 'What's in the code?' quickly using static analysis with a json based rules engine. Ideal for scanning components before use or detecting feature level changes.
detection
static-analysis
security-tools
application-inspector
security-scanner
software-characterization
Обновлено 2024-11-02 00:36:18 +03:00
RecursiveExtractor is a .NET Standard 2.0 archive extraction Library, and Command Line Tool which can process 7zip, ar, bzip2, deb, gzip, iso, rar, tar, vhd, vhdx, vmdk, wim, xzip, and zip archives and any nested combination of the supported formats.
Обновлено 2024-11-01 23:42:33 +03:00
SkiaSharp fork for the Uno Platform and WebAssembly. Skia is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Обновлено 2024-10-19 08:13:23 +03:00
Piranha CMS is the friendly editor-focused CMS for .NET6 that can be used both as an integrated CMS or as a headless API.
dotnet-core
asp-net-core
cms
cms-framework
asp-net-core-mvc
entityframeworkcore
asp-net-core-razor-pages
dotnet6
piranha
Обновлено 2024-10-17 12:44:51 +03:00
A light and fast real-time SDF generator, primarily for animated characters. The dynamic SDF can be used for all sorts of VFX. Also enables hair-to-character collisions in the new hair package.
Обновлено 2024-10-16 20:18:51 +03:00
With these tools, you can prepare, validate, and package your assets for submission through publisher.unity.com.
Обновлено 2024-10-16 20:18:51 +03:00
SQL Nexus is a tool that helps you identify the root cause of SQL Server performance issues. It loads and analyzes performance data collected by SQLDiag and PSSDiag. It can dramatically reduce the amount of time you spend manually analyzing data.
Обновлено 2024-10-12 20:08:47 +03:00
Template scanner for security misconfiguration and best practices
Обновлено 2024-10-11 21:52:46 +03:00
📦 nanoFramework.Devices.Can Class Library
Обновлено 2024-06-05 03:36:38 +03:00
You can test Microsoft Graph, Outlook REST API, Office 365 Management Activity API and Azure Resource Manager API easily.
Обновлено 2024-02-29 07:13:00 +03:00
DACExtensions contains samples that extend Data-Tier Applications using DacFx. These samples include deployment contributors and static code analysis rules that can be used with Visual Studio as well as examples of how to use the DacFx public mode
Обновлено 2024-02-09 04:19:02 +03:00
This workflow scanner mimics the SPO Modernization scanner functionality, in relation to the workflow scan reports. It can be run on SharePoint Server 2013 or 2016 to locate your existing classic workflows and provide information that will help you to prepare for a transformation to alternative solutions such as Power Automate. Developed by the Modern Work team from the Industry Solutions Delivery group at Microsoft.
Обновлено 2024-01-09 22:02:22 +03:00
Demonstrates C# and C++ code to build a Windows 10 UWP VPN app that can be published to the Microsoft Store.
Обновлено 2023-12-13 02:00:52 +03:00
CryptoNets is a demonstration of the use of Neural-Networks over data encrypted with Homomorphic Encryption. Homomorphic Encryptions allow performing operations such as addition and multiplication over data while it is encrypted. Therefore, it allows keeping data private while outsourcing computation (see here and here for more about Homomorphic Encryptions and its applications). This project demonstrates the use of Homomorphic Encryption for outsourcing neural-network predictions. The scenario in mind is a provider that would like to provide Prediction as a Service (PaaS) but the data for which predictions are needed may be private. This may be the case in fields such as health or finance. By using CryptoNets, the user of the service can encrypt their data using Homomorphic Encryption and send only the encrypted message to the service provider. Since Homomorphic Encryptions allow the provider to operate on the data while it is encrypted, the provider can make predictions using a pre-trained Neural-Network while the data remains encrypted throughout the process and finaly send the prediction to the user who can decrypt the results. During the process the service provider does not learn anything about the data that was used, the prediction that was made or any intermediate result since everything is encrypted throughout the process. This project uses the Simple Encrypted Arithmetic Library SEAL version 3.2.1 implementation of Homomorphic Encryption developed in Microsoft Research.
Обновлено 2023-11-16 20:25:07 +03:00
This Solution Accelerator is Azure Cosmos DB Helper library that enables developers who want to use Azure Cosmos DB without any serious learning curve. Developers can leverage Azure Cosmos DB SQL / Mongo APIs with the same development experiences with LINQ.
Обновлено 2023-10-19 00:01:14 +03:00
Source code for the Microsoft Embedded Social service that can run on Azure
Обновлено 2023-07-22 02:28:05 +03:00
This is a port of ColorCode to .NET Standard. The original Html only formatter has been separated from the Logic, so now it can produce Syntax Highlighted code for any output. This Project can currently produce HTML, and Render to UWP RichTextBlocks.
Обновлено 2023-07-14 21:11:39 +03:00
The Ros-Orchestration project provides a set of sample micro-services that can take in sample jobs and execute them on ROS enabled robots. The repo includes the micro-services written in .NET core, as well as the robot controller written in python for ROS (rospy). This repository has a dependency on the ROS-Simulation repo, so that the end to end simulation can be run in Kubernetes with orchestration being driven from the cloud.
Обновлено 2023-07-11 21:16:47 +03:00
First Response Online is a communication and collaboration platform built to support first responders. It lets police officers, fire fighters, and paramedics share critical data with each other in near real-time. It supports iPhone, iPad, and PC and integrates with computer aided dispatch and GPS tracking. Units in the field can update their status, complete traffic stops, and even query state & federal databases all without using the radio.
Обновлено 2023-07-08 00:42:50 +03:00
The AdventureWorks Ski App provides a sample application that can be used to demonstrate the value of building in intelligence into an existing application. This app was first demoed at //build 2016.
Обновлено 2023-07-08 00:31:25 +03:00