All Projects → cefsharp → Cefsharp.minimalexample

cefsharp / Cefsharp.minimalexample

Licence: mit
Minimal example of how the CefSharp library can be used

Labels

Projects that are alternatives of or similar to Cefsharp.minimalexample

Hangfire.JobsLogger
A Hangfire extension to store a log during job execution.
Stars: ✭ 21 (-94.17%)
Mutual labels:  nuget
Serilog.exceptions
Log exception details and custom properties that are not output in Exception.ToString().
Stars: ✭ 282 (-21.67%)
Mutual labels:  nuget
Tusdotnet
.NET server implementation of the Tus protocol for resumable file uploads. Read more at https://tus.io
Stars: ✭ 298 (-17.22%)
Mutual labels:  nuget
Unitynuget
Provides a service to install NuGet packages into a Unity project via the Unity Package Manager
Stars: ✭ 257 (-28.61%)
Mutual labels:  nuget
Cake
🍰 Cake (C# Make) is a cross platform build automation system.
Stars: ✭ 3,154 (+776.11%)
Mutual labels:  nuget
Opencvsharp
OpenCV wrapper for .NET
Stars: ✭ 3,598 (+899.44%)
Mutual labels:  nuget
MojangSharp
A C# wrapper library for Mojang API (no longer actively maintained)
Stars: ✭ 38 (-89.44%)
Mutual labels:  nuget
Masstransit
Distributed Application Framework for .NET
Stars: ✭ 4,103 (+1039.72%)
Mutual labels:  nuget
Blazorwebformscomponents
A collection of Blazor components that emulate the ASP.NET Web Forms controls of the same name
Stars: ✭ 274 (-23.89%)
Mutual labels:  nuget
Toast
A JavaScript free toast library for Blazor and Razor Component applications
Stars: ✭ 296 (-17.78%)
Mutual labels:  nuget
Identityserver4aspnetcoreidentitytemplate
An ASP.NET Core 3.1 IdentityServer4 Identity Bootstrap 4 template with localization
Stars: ✭ 262 (-27.22%)
Mutual labels:  nuget
Angourimath
Open-source symbolic algebra library for C# and F#. One of the most powerful in .NET
Stars: ✭ 266 (-26.11%)
Mutual labels:  nuget
Ecsrx
A reactive take on the ECS pattern for .net game developers
Stars: ✭ 288 (-20%)
Mutual labels:  nuget
Blazorcontextmenu
A context menu component for Blazor !
Stars: ✭ 257 (-28.61%)
Mutual labels:  nuget
Demoinfo
A library to analyze CS:GO demos in C#
Stars: ✭ 306 (-15%)
Mutual labels:  nuget
gwtdo
GWTdo is a .NET library that helps developers write readable tests. It's a DSL based on the Given-When-Then style which could be used in your test projects.GWTdo
Stars: ✭ 23 (-93.61%)
Mutual labels:  nuget
Stuntman
Library for impersonating users during development leveraging ASP.NET Identity.
Stars: ✭ 285 (-20.83%)
Mutual labels:  nuget
Mvvmcross
The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
Stars: ✭ 3,594 (+898.33%)
Mutual labels:  nuget
Dotnet Sdk
百度AI开放平台 .Net SDK
Stars: ✭ 312 (-13.33%)
Mutual labels:  nuget
Kcp
KCP C#版。线程安全,运行时无alloc,对gc无压力。
Stars: ✭ 294 (-18.33%)
Mutual labels:  nuget

CefSharp.MinimalExample

Minimal example of how the CefSharp library can be used using the official Nuget packages

  • .NET Framework solution (CefSharp.MinimalExample.sln)
  • .NET Core solution (CefSharp.MinimalExample.netcore.sln).

Includes examples for

  • WinForms
  • WPF
  • OffScreen

For a more complete example of each project see the main CefSharp repository.

.NET Core support

For .Net Core 3.1/Net 5 the following packages are now on Nuget.org

It is possible to publish the application as single EXE file by adding -p:PublishSingleFile=true.

Any problems please report them on https://github.com/cefsharp/CefSharp/issues/3197

.NET 5 Support

The same packages listed above in the .Net Core section should be used for .Net 5.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].