{"id":15696600,"url":"https://github.com/glaucia86/live-dotnetcore","last_synced_at":"2025-05-08T23:24:40.614Z","repository":{"id":56224986,"uuid":"215170165","full_name":"glaucia86/live-dotnetcore","owner":"glaucia86","description":"Repositório responsável pelos códigos desenvolvidos durante o Live Coding no Twitch e Youtube a qual estaremos desenvolvendo alguns projetos em .NET Core 3.x","archived":false,"fork":false,"pushed_at":"2020-11-19T15:37:23.000Z","size":757,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-04T19:09:25.487Z","etag":null,"topics":["azure","azure-deployment","azure-devops","csharp","dotnet-core","live-streaming","vscode"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glaucia86.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-15T00:28:28.000Z","updated_at":"2021-11-24T16:31:43.000Z","dependencies_parsed_at":"2022-08-15T15:00:45.207Z","dependency_job_id":null,"html_url":"https://github.com/glaucia86/live-dotnetcore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Flive-dotnetcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Flive-dotnetcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Flive-dotnetcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glaucia86%2Flive-dotnetcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glaucia86","download_url":"https://codeload.github.com/glaucia86/live-dotnetcore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221252561,"owners_count":16785533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure","azure-deployment","azure-devops","csharp","dotnet-core","live-streaming","vscode"],"created_at":"2024-10-03T19:09:26.568Z","updated_at":"2024-10-24T00:02:28.391Z","avatar_url":"https://github.com/glaucia86.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Live Coding - Semana .NET Core em C# - 14/10 à 18/10\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://i.postimg.cc/JhMc1Thw/net-core.png\" /\u003e\n\u003c/p\u003e\n\nRepositório responsável pelos códigos desenvolvidos durante o Live Coding no **[Twitch]()** e **[Youtube]()** a qual estaremos desenvolvendo alguns projetos em .NET Core 3.x\n\n## Recursos Utilizados 🚀\n\n* **[Download .NET Core 3.x](https://dotnet.microsoft.com/download/thank-you/dotnet-sdk-3.0.100-windows-x64-installer?WT.mc_id=javascript-0000-gllemos)** \n* **[Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=javascript-0000-gllemos)** \n* **[Extensão Vs Code - C# Microsoft](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp\u0026WT.mc_id=javascript-0000-gllemos)** \n\n## O que eu vou aprender?! 📘\n\nNesse tutorial você será capaz de desenvolver a sua primeira aplicação Web usando o .NET Core 3.x com Razor Pages. A aplicação consiste num CRUD (Create, Read, Update \u0026 Delete).\n\n* **Classe: Filme**\n\n- FilmeId\n- Título\n- Data de Lançamento\n- Gênero\n- Diretor\n- Preço\n\n## Vídeos da Live 🎥\n\n* **[Dia 1: Live Coding - Parte I](https://youtu.be/j4IJQdLxGuM)**\n* **[Dia 2: Live Coding - Parte II]()**\n* **[Dia 3: Live Coding - Parte III]()**\n* **[Dia 4: Live Coding - Parte IV]()**\n* **[Dia 5: Live Coding - Parte V]()**\n\n## Executando a Aplicação Localmente 🔥\n\nPara executar localmente a aplicação você precisa entrar na pasta `src -\u003e filmeslivecoding` e executar o seguinte comando:\n\n```bash\n\u003e dotnet run\n```\n\nApós isso, você terá que abrir o browser na porta `http://localhost:5000`.\n\nPara que, possamos executar o `Entity Framework` no projeto, se faz necessário executar os seguintes comandos dentro da pasta `src -\u003e filmeslivecoding`\n\n```bash\n\u003e dotnet tool install --global dotnet-ef\n\u003e dotnet add package Microsoft.VisualStudio.Web.CodeGeneration.Design\n\u003e dotnet add package Microsoft.EntityFrameworkCore.Design\n\u003e dotnet add package Microsoft.EntityFrameworkCore.Sqlite\n\u003e dotnet restore\n\u003e dotnet ef migrations add InitialCreate\n\u003e dotnet ef database update\n```\n\n## Recursos Adicionais \u0026 Links Importantes  ⭐️\n\nDurante a live, comento de alguns links e recursos importantes para aprofundar seus conhecimentos sobre .NET Core. São eles:\n\n- ✅ **[Tutorial de .NET Core 3](https://docs.microsoft.com/aspnet/core/tutorials/razor-pages/?view=aspnetcore-3.0\u0026WT.mc_id=javascript-0000-gllemos)**\n- ✅ **[Cursos Grátis de .NET Core](https://docs.microsoft.com/learn/browse/?roles=developer\u0026term=core\u0026WT.mc_id=javascript-0000-gllemos)**\n- ✅ **[]()**\n- ✅ **[]()**\n- ✅ **[]()**\n- ✅ **[]()**\n- ✅ **[]()**\n- ✅ **[]()**\n\n## Tenho Dúvidas... O que Faço?! ❓\n\nCaso tenham dúvidas aos códigos desenvolvidos aqui, sintam-se a vontade em abrir uma **[ISSUE AQUI](https://github.com/glaucia86/live-dotnetcore/issues)**. Assim que possível, estarei respondendo as todas as dúvidas que tiverem!\n\n**(documentação em desenvolvimento)**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglaucia86%2Flive-dotnetcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglaucia86%2Flive-dotnetcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglaucia86%2Flive-dotnetcore/lists"}