All Projects → DevExpress → netcore-winforms-demos

DevExpress / netcore-winforms-demos

Licence: other
This repository contains the Outlook Inspired and Stock Market Trader demo applications that support .Net Core 3.

Programming Languages

C#
18002 projects
Rich Text Format
576 projects

Projects that are alternatives of or similar to netcore-winforms-demos

TheLastTime
C# .NET 5 Blazor WebAssembly Progressive Web Application that tracks when was the last time you did something
Stars: ✭ 23 (-39.47%)
Mutual labels:  winforms
Scraps
Scrap.TF Raffle Joining Bot
Stars: ✭ 24 (-36.84%)
Mutual labels:  winforms
EBind
🔵 .NET Data Binding we deserve: concise, fast, feature-rich
Stars: ✭ 141 (+271.05%)
Mutual labels:  winforms
WinForms-KWAssistant
百度搜索关键词,刷点击
Stars: ✭ 16 (-57.89%)
Mutual labels:  winforms
LazyTS
PowerShell Script (GUI) to manage Terminal Sessions
Stars: ✭ 85 (+123.68%)
Mutual labels:  winforms
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (+410.53%)
Mutual labels:  winforms
GChan
Scrape boards and threads from 4chan (8kun WIP). Downloads images, videos and HTML if desired.
Stars: ✭ 31 (-18.42%)
Mutual labels:  winforms
NModbus4.NetCore
Simply NModbus4 but targeting .NET instead of .NET Framework
Stars: ✭ 25 (-34.21%)
Mutual labels:  netcore3
ReCapProject
𝙲𝚊𝚛 𝚁𝚎𝚗𝚝𝚊𝚕 𝙿𝚛𝚘𝚓𝚎𝚌𝚝 - 𝙱𝚊𝚌𝚔𝚎𝚗𝚍
Stars: ✭ 115 (+202.63%)
Mutual labels:  netcore3
forge-bucketsmanager-desktop
View, Upload & Translate models: Desktop sample tool (.NET) to manage bucket, objects and translations (extract SVF)
Stars: ✭ 44 (+15.79%)
Mutual labels:  winforms
topmostfriend
Utility for making windows always be on top, forcefully.
Stars: ✭ 6 (-84.21%)
Mutual labels:  winforms
SimpleClassicTheme.Taskbar
Taskbar for Simple Classic Theme
Stars: ✭ 47 (+23.68%)
Mutual labels:  winforms
Microsoft.Toolkit.Win32
This repository contains all controls for WPF and WinForms to simplify and demonstrate usage of UWP controls
Stars: ✭ 345 (+807.89%)
Mutual labels:  winforms
TrialMaker.Demo
A powerful yet straight-forward library suite that provides secure trial license generation and copy-protection features for .NET applications. It also supports premium license generation for expired free-trials.
Stars: ✭ 21 (-44.74%)
Mutual labels:  winforms
WinFormsCT
☢️ The one and only computer tomographer for Windows Forms user interfaces
Stars: ✭ 41 (+7.89%)
Mutual labels:  winforms
dot-net-transitions
A library for animated UI transitions for .NET
Stars: ✭ 85 (+123.68%)
Mutual labels:  winforms
forge-viewhubs-desktop
Autodesk design file explorer for desktop: Demonstrates a desktop application that shows BIM 360 Team, BIM 360 Docs and Fusion Team hubs, which respective Projects, Folders, Items and Versions
Stars: ✭ 31 (-18.42%)
Mutual labels:  winforms
groupcontrols
.NET controls that display multiple sub-controls without creating a unique window handle for each child. Instead each child is drawn using the default renderers.
Stars: ✭ 15 (-60.53%)
Mutual labels:  winforms
WinForms.FC UI
👀 FC_UI (Fun-Code User Interface) - библиотека пользовательских элементов управления (user control) для WinForms (.Net Framework / .Net Core).
Stars: ✭ 18 (-52.63%)
Mutual labels:  winforms
WinFormsComInterop
ComWrappers required to run NativeAOT and WinForms
Stars: ✭ 54 (+42.11%)
Mutual labels:  winforms

.Net Core 3 DevExpress WinForms Demos

Important Note

This repository contains a pre-release version of DevExpress demo applications for the .NET Core 3 platform.

Please visit https://www.devexpress.com/dotnet-core-3/ to download the most recent version of the DevExpress .NET Core 3 installer (contains shipping versions of all DevExpress .NET Core 3 demos).

This repository contains the DevExpress demo applications that target .Net Core 3:

  • Outlook-inspired App
  • Stock Market Trader

System requirements

Run the demos

Open a solution in Visual Studio. Before you build the solution, ensure that the 'Use previews of the .NET Core SDK' option is enabled. You can find this setting from the Visual Studio main menu:

  • In Visual Studio 2019 version 16.1+: Tools -> Options -> Environment -> Preview Features
  • In Visual Studio 2019 version 16.0: Tools -> Options -> Project and Solutions -> .NET Core

If you downloaded the solutions as a .zip file, you may encounter the following error when you build the solution:

MSB3821 Couldn't process file *.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files.

See the following link to learn how to resolve this issue: https://developercommunity.visualstudio.com/content/problem/291761/couldnt-process-file-abcresx-due-to-its-being-in-t.html

Integrate DevExpress WinForms Controls into a .NET Core 3 application

You need the DevExpress NuGet packages to create a .Net Core 3 project. Follow the steps below to add the packages to a solution:

  1. Register the DevExpress Early Access feed in Visual Studio's NuGet Package Manager.

    https://nuget.devexpress.com/early-access/api

  2. Install the DevExpress.WindowsDesktop.Win package (for .Net Core 3).

Feedback

You can provide feedback via DevExpress Support Center.

See Also

.NET Core 3.0 Windows Forms Samples

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].