Ce este sexul? Dupa medici este o boala, pentru ca ajungi tot timpul la pat. Dupa avocati, este o injustitie, pentru ca întotdeauna este unul deasupra, altul dedesubt. Dupa politicieni este democratie perfecta, pentru ca se bucura atât cel de deasupra, cât si cel de dedesubt. Dupa economisti este o investitie proasta, pentru ca e mai mult ceea ce intra, decât ceea ce iese. Dupa matematicieni, este ecuatia perfecta, pentru ca femeia ridica membrul la maxima putere, îl închide între paranteze, îi extrage factorul comun si-l reduce apoi la expresia minima
Building Cross-Platform Desktop Apps with Electron.NET
This article provides a walk-through for developing and deploying an application with Electron.NET. Create an ASP. NET Core Web Application For this exercise, I'm using Visual Studio Code. First, open a terminal window and run the following commands to create a new project called ElectronMvcDemo . mkdir ElectronMvcDemo cd ElectronMvcDemo dotnet new webapp code . When prompted by Visual Studio Code, say Yes to load the required assets for the project. Press F5 to build and run the application, opening a browser on the default ASP. NET Core welcome page, hosted on localhost:5001. Close the page, return to VS Code and stop debugging. Electronize It! Now let's turn our boilerplate ASP. NET Core project into an Electron application. First, open the file ElectronMvcDemo.csproj and insert a package reference for the Electron.NET: <ItemGroup> < PackageReference Include= "ElectronNET.API" Version= "9.31.2" /...
Comentarii