Skip to content

ronaldris21/ASPnetGeneric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASPnetGeneric

Learning from zero to hero - here we go again!

Download DOTNET SDK

https://dotnet.microsoft.com/en-us/download/dotnet

Habilitar https, confiando en los certificados -- POWER SHELL

dotnet dev-certs https --trust

#Si no funciona Primero Instala dotnet-sdk de la pagina https://dotnet.microsoft.com/download Luego En PowerShell ejecutas dotnet dev-certs https --trust
dotnet tool install --global dotnet-dev-certs

Razor Page page
MVC ViewImports viewimports
MVC ViewStart viewstart
ASP.NET Core Empty web
ASP.NET Core Web App (Model-View-Controller) mvc
ASP.NET Core Web App razor
ASP.NET Core with Angular angular
ASP.NET Core with React.js react
ASP.NET Core with React.js and Redux reactredux
Razor Class Library razorclasslib
ASP.NET Core Web API webapi

#Imports en VS CODE:

(./readmeIMG/importsVScode.png)

#Comandos de CONSOLA:

  • dotnet run
  • dotnet restore
  • dotnet add package Newtonsoft.Json
  • dotnet new console -o ProjectName
  • code .
  • dotnet watch run
  • dotnet new mvc -au none -o projectName
  • dotnet dev-certs https --trust
  • dotnet tool install --global dotnet-dev-certs

dotnet new gitignore

#Useful Links

##Providers Actuales para EF Core

NuGet Package Supported database engines
Microsoft.EntityFrameworkCore.SqlServer /td> SQL Server 2008 onwards
Microsoft.EntityFrameworkCore.Sqlite SQLite 3.7 onwards
Microsoft.EntityFrameworkCore.InMemory EF Core in-memory database
Npgsql.EntityFrameworkCore.PostgreSQL PostgreSQL
Pomelo.EntityFrameworkCore.MySql MySQL, MariaDB
Pomelo.EntityFrameworkCore.MyCat MyCAT Server
EntityFrameworkCore.SqlServerCompact40 SQL Server Compact 4.0
EntityFrameworkCore.SqlServerCompact35 SQL Server Compact 3.5
MySql.Data.EntityFrameworkCore MySQL
FirebirdSql.EntityFrameworkCore.Firebird Firebird 2.5 and 3.x
EntityFrameworkCore.FirebirdSql Firebird 2.5 and 3.x
IBM.EntityFrameworkCore Db2, Informix
IBM.EntityFrameworkCore-lnx Db2, Informix
IBM.EntityFrameworkCore-osx Db2, Informix
Devart.Data.Oracle.EFCore Oracle 9.2.0.4 onwards
Devart.Data.PostgreSql.EFCore PostgreSQL 8.0 onwards
Devart.Data.SQLite.EFCore SQLite 3 onwards
Devart.Data.MySql.EFCore MySQL 5 onwards
EntityFrameworkCore.Jet Microsoft Access files

Work with databases

  • dotnet add package Microsoft.EntityFrameworkCore.InMemory
  • dotnet add package Microsoft.EntityFrameworkCore.SqlServer

About

Learning from zero to hero - here we go again!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published