ingenieraLesly / EconomicMangamentNET

Financial Management app developed in the Framework dotNet core, with the C# programming language. Implementing libraries as Dapper, SqlClient and Claims.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EconomicMangamentNET

donet C# Accounts

Table Of Contents

  1. Commands Using
  2. About Syntax
  3. Oder Programming
  4. DataBase
  5. Interface Design

1. Commands Using


Ctrl + K, Ctrl + C, --> comentar la selección

Ctrl + K, Ctrl + D→para dar FORMATO

F2 → sobre una carpeta para cambiarle el nombre

2. About Syntax


NOMBRAR

Variables: camelCase. (Ojo con palabras reservadas)
Clases y Métodos: PascalCase

3. Order Programing


  1. Create mvc (Agregar->Crear un Nuevo proyecto -->wirte mvc--> second in appear)
  2. .csproj: Nullabble-> disable (to support null fields)
  3. Create Controller
  4. Create Model
  5. Create View -> Create Folder -->Razor --> Name: Create.cshtml
  6. DB Conection in appsettings.Development.json =

-with user and password in Managament Studio:

"Server= nameServer; Database=nameDB;User ID=userLoginManagementS;Password=yourpassword;Integrated Security=false"

-If you don't need a username and password to enter the Management Study --> (Trusted Connection):

Server=nameServer;Database=nameDB;Integrated Security=True

4. DataBase


Image text

5. Interface Design


some results:

Image text

Image text

Image text

Image text

Image text

Image text

About

Financial Management app developed in the Framework dotNet core, with the C# programming language. Implementing libraries as Dapper, SqlClient and Claims.


Languages

Language:C# 68.4%Language:HTML 22.8%Language:CSS 3.8%Language:JavaScript 2.7%Language:TSQL 2.4%