Documentation on using EF Core is available at https://docs.microsoft.com/en-us/ef/core/.This project is for Entity Framework Core. Entity Framework 6 is still under active development at https://github.com/aspnet/EntityFramework6.
entity-framework database c-sharp dotnet-core dotnet-standard dotnet-framework orm aspnet-productPython for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful application scripting tool for .NET developers. It allows Python code to interact with the CLR, and may also be used to embed Python into a .NET application.Python for .NET allows CLR namespaces to be treated essentially as Python packages.
c-sharp mono fsharp cpython clr pythonnet dotnet-framework osx dllexport winforms wsl pinvoke dlr ffiFor more details, check out http://dockpanelsuite.com. Visual Studio 2015 Community edition and above is recommended to compile the code base.
visual-studio c-sharp net-winforms docking-library windows-forms windows-desktop visual-studio-themes dotnet-frameworkEntity Framework 6 (EF6) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write. Entity Framework 6 is developed by the Entity Framework team in collaboration with a community of open source developers.
orm database entity-framework ef6 dotnet-framework entity-framework-6This repository is home to the following .NET Foundation projects. These projects are maintained by Microsoft and licensed under the Apache License, Version 2.0. EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos DB, MySQL, PostgreSQL, and other databases through a provider plugin API.
c-sharp orm database entity-framework dotnet-core dotnet-standard dotnet-framework aspnet-productEntity Framework (EF) is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write.Entity Framework is actively developed by the Entity Framework team in collaboration with a community of open source developers. Together we are dedicated to creating the best possible data access experience for .NET developers.
entity-framework dotnet-framework orm database ef6 entity-framework-6App Metrics is an open-source and cross-platform .NET library used to record metrics within an application. App Metrics can run on .NET Core or on the full .NET framework also supporting .NET 4.5.2. App Metrics abstracts away the underlaying repository of your Metrics for example InfluxDB, Graphite, Elasticsearch etc, by sampling and aggregating in memory and providing extensibility points to flush metrics to a repository at a specified interval.App Metrics provides various metric types to measure things such as the rate of requests, counting the number of user logins over time, measure the time taken to execute a database query, measure the amount of free memory and so on. Metrics types supported are Gauges, Counters, Meters, Histograms and Timers and Application Performance Indexes Apdex.
metrics dotnetcore health-check monitoring performance instrumentation application-insights dotnet-core dotnet-standard dotnet-framework grafana grafana-dashboardTweetinvi is an intuitive .NET C# library to access the Twitter REST API. It is a .NETCore and Portable Class Library that can be used for development on Windows, Windows RT, Windows Phone, Mono, Xamarin Android and Xamarin iOS. Tweetinvi is also compatible for Universal App development. Tweetinvi is developed for free. All donations are greatly appreciated.
netcore portable twitter dotnet-core twitter-api twitter-streaming-api twitter-bot twitter-oauth tweetinvi xamarin dotnet-standard dotnet-frameworkThe project logo cames from Legendora Icon by Teekatas Suwannakrua. Maintained and supported by LeXtudio.
c-sharp obfuscation obfuscator obfuscate dotnet-frameworkFFME is a close (and I'd like to think better) drop-in replacement for Microsoft's WPF MediaElement Control. While the standard MediaElement uses DirectX (DirectShow) for media playback, FFME uses FFmpeg to read and decode audio and video. This means that for those of you who want to support stuff like HLS playback, or just don't want to go through the hassle of installing codecs on client machines, using FFME might just be the answer.First off, let's review a few concepts. A packet is a group of bytes read from the input. All packets are of a specific MediaType (Audio, Video, Subtitle, Data), and contain some timing information and most importantly compressed data. Packets are sent to a Codec and in turn, the codec produces Frames. Please note that producing 1 frome does not always take exactly 1 packet. A packet may contain many frames but also a frame may require several packets for the decoder to build it. Frames will contain timing informattion and the raw, uncompressed data. Now, you may think you can use frames and show pixels on the screen or data to the sound card. We are close, but we still need to do some additional processing. Turns out different Codecs will produce different uncompressed data formats. For example, some video codecs will output pixel data in ARGB, some others in RGB, and some other in YUV420. Therefore, we will need to Convert these frames into something all hardware can use. I call these converted frames, MediaBlocks. These MediaBlocks will contain uncompressed data in standard Audio and Video formats.
ffmpeg ffplay mediaelement video h264 mpeg codec audio media-playback ffmpeg-binaries volume audio-processing mp3 mp4 dotnet-framework xamarinA dotnet CLI extension that enables quick deployments over SSH. This program was specifically designed to streamline .NET application development for the Raspberry Pi running Raspbian.As of now, CLI does not allow command line installation so you'll need to modify your csproj manually.
ssh raspberry-pi deployer monitor raspbian dotnet-core dotnet-cli dotnet-framework continuous-integration continuous-deployment continuous-delivery continuous-release raspberry-pi-3.NET Client to consume Akeneo PIM's RESTful API.📘 Full documentation at akeneonet.readthedocs.io.
akeneo akeneo-pim rest-client dotnet-core nuget dotnet-frameworkF# Template for creating and publishing libraries targeting .NET Full (net461) and Core (netstandard1.6, netstandard2.0)
dotnet-core fsharp dotnet-template dotnet-framework scaffoldCurlSharp is a .Net binding and object-oriented wrapper for libcurl. CurlSharp provides simple get/set properties for libcurl's options and information functions, event-based hooks to libcurl's I/O, status, and progress callbacks, and wraps the c-style file I/O behind simple filename properties. The CurlEasy class contains has more than 100 different properties and methods to handle a wide variety of URL transfer requirements. While this may seem overwhelming at first glance, the good news is you will probably need only a tiny subset of these for most situations.
libcurl curl c-sharp http http-client http2 httpclient cookie transfer-data transfer-files network dotnet-framework dotnet-library dot-net dot-net-client curl-library curl-multi curl-functions curl-commandsWebDAV-Server for .NET using ASP.NET Core
webdav-server webdav asp-net-core aspnetcore dotnet-core dotnet-framework dotnet-standardC# wrapper for FlashRuntimeExtensions
adobe-air ane air-native-extensions dotnet-framework.NET Framework includes only very basic console formatting capabilities. If you need to output a few strings, it's fine. If you want to output a table, you have to calculate column widths manually, often hardcode them. If you want to color output, you have to intersperse writing strings with setting and restoring colors. If you want to wrap words properly or combine all of the above... The code quickly becomes an unreadable mess. It's just not fun! In GUI, we have MV*, bindings and all sorts of cool stuff. Writing console applications feels like returning to the Stone Age.
dotnet-standard dotnet-framework c-sharp library xaml console terminal shell formatting html xml ascii ascii-art cross-platform text resharperThe idea here is to simplify the .NET SDK by leaving the messy #ifdefs, platform specific code (operating system, runtime, etc) out into its own library. It also helps by allowing us to share code between the new .NET SDK and the current .NET SDK. Most of the platform information used by the SDK goes to Sentry's Context Interface. When implementing this on SharpRaven it was clear that to get reliable information is not as trivial as it seems. This repo is an attempt to create a package which will provide reliable information in different types of apps.
dotnet-core mono dotnet-framework system-information sdk-dotnetAn embeddable image resizing library for non-ASP.NET apps, extracted from ImageResizer. All ASP.NET support (and dependencies) were removed. 28 May 2017: LightResize is now available as a NuGet package.
dotnet-framework image-resizing resize-images winforms gdi-plusThis repository contains Apricot implementation for Windows. Apricot is a desktop mascot who reads RSS/Atom news feeds and add comments on the news one by one. Inspired by fed news articles, a character speaks to you in a way that human beings never can. Please see http://www.kawatan.net/ for more information.
c-sharp dotnet-framework wpf-application windows-app windows-desktop ui user-interface gui graphical-user-interface agent rss-aggregator machine-learning neural-network
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.