Data Vids
Data Vids
  • Видео 88
  • Просмотров 519 327
Separate appsettings.json by Environment Variable
Separate appsettings.json into multiple files based on environment variables like develop, production, stage, etc.
Просмотров: 3 833

Видео

Move appSettings.json values to User Secrets
Просмотров 2,1 тыс.10 месяцев назад
Learn how to move certain values from appSettings.json into userSecrets. This video covers setup of user secrets, as well as explanation of how to get the values out after, where the files would be stored on your competer, etc. This also covers why you do not want to have passwords or other sensitive values in source control and what to do about existing source files with secrets after moving t...
Make Pictures using AI in dotNet (C#)
Просмотров 920Год назад
Learn how to make images or art based on a text description. This video teaches programmers how to utilize openAI in dotnet to make a picture then launches the browser to view the picture - all in a very short csharp file!
Windows EventLogs in DotNet (easy logging setup)
Просмотров 2,2 тыс.Год назад
Learn how to easily log to windows event logs from your dotnet (core) application. Example is in DotNet 7.
EFCore 7 Context Factory, multiple context's that can connect at runtime (Dotnet Core / Dotnet 7)
Просмотров 3,8 тыс.Год назад
Connect to one (or more!) context's at runtime using a context factory instead of a regular DBContext. Learn how and what to scaffold, what needs to be overridden, and where to apply scope. Its easy, and it won't take long to learn! You can even pick your connection string at runtime too. This example is in a dotnet 7 EFCore ASP.Net Razor pages project, but it would work (and you can follow alo...
Extension Methods in C# (DotNet)
Просмотров 525Год назад
Extension Methods in DotNet (C#). Learn how to create extension methods in CSharp using visual studio. These examples are in dotnet 7 but the concepts are not new and the code shown will work in earlier versions of dotnet or even dotnet framework.
Setup Pull Requests in GIT DevOps
Просмотров 312Год назад
Setup pull requests in GIT DevOps and prevent merging directly into the main branch (or whatever branch you would like to protect). Also learn how to link work items to branches and to pull requests, and to require (or not require) various tasks to be completed as part of the pull request completion.
How to use Dapper in DotNet [Dotnet 7] [C#]
Просмотров 6 тыс.Год назад
Use Dapper in Dotnet: step by step guide to connecting, inserting, selecting, deleting, updating, and building transactions. Dapper is a Micro ORM that is very easy to use, and doesn't require a big learning curve to get started. You should know SQL or MySQL syntax and have an existing database in order to use this guide, but its as easy as pie. Do you have queries created in MySQL Workbench or...
Compare or Sort any Object (using IComparable or IEquatable) .Net
Просмотров 4,2 тыс.Год назад
This tutorial does a .Net 7 console app in which we show how any simple class can be sorted in a list or compared against other instances of objects. Its VERY easy coding and so that makes for a short and easy to follow video. I it helps you in your project. Have a great day!
Upload Videos & make Thumbnails in DotNet MVC (C#) using FFMPEG
Просмотров 2,3 тыс.Год назад
Upload Videos & make Thumbnails in DotNet MVC (C#) using FFMPEG
MVC DotNet 6 Upload Images to Azure Blob Storage and disk
Просмотров 6 тыс.Год назад
MVC DotNet 6 Upload Images to Azure Blob Storage and disk
DotNet 6 + ReactJS, build a Rich Text Editor [Step by Step] (with QuillJS)
Просмотров 908Год назад
DotNet 6 ReactJS, build a Rich Text Editor [Step by Step] (with QuillJS)
Logging in WebAPI for DotNet6 (DotNet Core), using NLog.
Просмотров 14 тыс.2 года назад
Logging in WebAPI for DotNet6 (DotNet Core), using NLog.
Transactions in EFCore 6 (Entity Framework DotNet 6), CSharp Examples
Просмотров 9 тыс.2 года назад
Transactions in EFCore 6 (Entity Framework DotNet 6), CSharp Examples
How to Debug Library Code using Visual Studio [.Net 6 Example]
Просмотров 16 тыс.2 года назад
How to Debug Library Code using Visual Studio [.Net 6 Example]
Skip code, or make code debug/production only [DotNet Development] (Debugging Tips!)
Просмотров 6412 года назад
Skip code, or make code debug/production only [DotNet Development] (Debugging Tips!)
Create full Razor Pages app, with EFCore from scratch!
Просмотров 1,1 тыс.2 года назад
Create full Razor Pages app, with EFCore from scratch!
Debug Stored Procedures that Return Tables (In Visual Studio)
Просмотров 2 тыс.2 года назад
Debug Stored Procedures that Return Tables (In Visual Studio)
Read Write Registry in Dotnet Core
Просмотров 1,5 тыс.2 года назад
Read Write Registry in Dotnet Core
Update a Nuget Package in Azure Devops Feed
Просмотров 6 тыс.2 года назад
Update a Nuget Package in Azure Devops Feed
Create NuGet Package in Azure DevOps (Artifact), and make a Git Repo hosted at Devops
Просмотров 4 тыс.2 года назад
Create NuGet Package in Azure DevOps (Artifact), and make a Git Repo hosted at Devops
Alias Using Statements Simplifies Code
Просмотров 2732 года назад
Alias Using Statements Simplifies Code
Manage Secrets in DotNet 6
Просмотров 6 тыс.2 года назад
Manage Secrets in DotNet 6
Add Identity to Entity Framework Database-First Projects [DotNet 6]
Просмотров 19 тыс.2 года назад
Add Identity to Entity Framework Database-First Projects [DotNet 6]
Squash Merge: Using Command line, DevOps, or Visual Studio
Просмотров 2,8 тыс.2 года назад
Squash Merge: Using Command line, DevOps, or Visual Studio
Debug Stored Procedures in Visual Studio
Просмотров 27 тыс.2 года назад
Debug Stored Procedures in Visual Studio
Custom MiddleWare in DotNet 5
Просмотров 1 тыс.2 года назад
Custom MiddleWare in DotNet 5
Ajax calls to .Net5 MVC Controllers (using JQuery)
Просмотров 13 тыс.2 года назад
Ajax calls to .Net5 MVC Controllers (using JQuery)
.Net 5 Identity using MySQL in MVC projects
Просмотров 4,1 тыс.2 года назад
.Net 5 Identity using MySQL in MVC projects
Entity Framework using MySQL (Database First) (EFCore)
Просмотров 12 тыс.2 года назад
Entity Framework using MySQL (Database First) (EFCore)

Комментарии

  • @kopilkaiser8991
    @kopilkaiser8991 8 дней назад

    Great and absolutely brilliant tutorial. I was really looking to understand some of these git functionalities on visual studio and you helped me alot 😊

  • @krishravela
    @krishravela 10 дней назад

    Thanks for the video!

  • @HaydenMarek
    @HaydenMarek Месяц назад

    Simple and to the point. Helped me to get started. Thanks!

  • @mustseeiran6255
    @mustseeiran6255 Месяц назад

    Hi, what about hosting in IIS? Is secret applicable?

  • @xardasu3646
    @xardasu3646 Месяц назад

    If another user create a new dotnet new user-secrets in his local, will it cause a conflict in the .sln file when commiting because different computer will generate different UserId ?

  • @TiranHarsha-zk3hr
    @TiranHarsha-zk3hr Месяц назад

    Thank you for the content

  • @ic_1234
    @ic_1234 2 месяца назад

    what if you have output parameters in the procedure and need them declared?

  • @yaphao4544
    @yaphao4544 3 месяца назад

    I have been tasks to convert Dapper to EF core, which the queries have lots Joined tables, so watching your videos ,gimme some clues on how to proceed and dig more infomation to do on my tasks

  • @imtiazmehedi853
    @imtiazmehedi853 3 месяца назад

    Confusing video

  • @Shenron666
    @Shenron666 4 месяца назад

    User Secrets are only for developement

  • @Raikishadows
    @Raikishadows 4 месяца назад

    The folder is not created for me in the registry. Should I have permissions activated or how could someone solve what happened to them?

  • @Nebb_
    @Nebb_ 4 месяца назад

    Thank you so much for making this, it took me way too long to find a up to date video on this.

  • @maegarcia2329
    @maegarcia2329 5 месяцев назад

    🎉🎉🎉🎉🎉🎉 thanks bro, i have solved my problem because of your video

  • @calendoscopio3436
    @calendoscopio3436 5 месяцев назад

    MAN, YOU ARE AMAZING, THANK YOU SO MUCH. I LOVE YOU

  • @dynocomp9659
    @dynocomp9659 5 месяцев назад

    Yep, the "Def" or "def" thing had me searching for hours. Excellent job. Love the simplicity! Thank you. Thank you. Thank you.

  • @karimishaahin
    @karimishaahin 5 месяцев назад

    This really helped med, this was exactly what I searched for.

  • @TheFrogLord-ed5tz
    @TheFrogLord-ed5tz 5 месяцев назад

    Really helpful vid. Explained it better in 8 mins than the 20 slides given to me

  • @deepakdutta2879
    @deepakdutta2879 5 месяцев назад

    Can we do without _migration table and entity validation? I have old apps that need to be updated but I don't have migration table and the fails with error that cannot validate the model because no migrations history found.

  • @nelsonrivers8546
    @nelsonrivers8546 5 месяцев назад

    I noticed when you went to Clone under Repos, and you selected the IDE it opens Visual Studio 2019, but our organization has Visual Studio 2022. How do I force Azure DevOps to open Visual Studio 2022 (not VS 2019) ?

  • @velveteng
    @velveteng 5 месяцев назад

    Thank you so much, the other online guide are too confusing and mostly for Linux OS

  • @diego-vw2in
    @diego-vw2in 5 месяцев назад

    source code, please. Thanks, amazing!

  • @joseptempra3207
    @joseptempra3207 6 месяцев назад

    Hello Data Vids for this great video... I need your help, I am doing a minimal API that, in case of one URL parameter (ex. DBid), works with a Database or another one. I need to inject the appropiate DbContext in each EndPoint to work with the correcte Database. Could you tell me how to modify your program to do it. Thanks a lot!!!

  • @Ayoubased
    @Ayoubased 6 месяцев назад

    how can I debug vips c++ code using vscode?

  • @Khungersumit
    @Khungersumit 7 месяцев назад

    will it be expensive for storing of millions of photos, when applications grows? what about costing?

  • @maximilianoviand7683
    @maximilianoviand7683 7 месяцев назад

    And what happens if a person downloads the repository and lets say that the project needs both username and password in order to work. Wouldn't that be a problem since there wont be any secrets.json in the other person's computer. Great vid btw

    • @maximilianoviand7683
      @maximilianoviand7683 7 месяцев назад

      The same could be apply for an API key, encryption key, etc.

  • @user-ln5pz9gi7r
    @user-ln5pz9gi7r 7 месяцев назад

    Thank you for this. So much of the available documentation seems to be written for .net 5 where you have a Startup.cs etc.

  • @khawajashams7081
    @khawajashams7081 8 месяцев назад

    Excellent Work, Thank You So Much Brother!

  • @arpitsirohi8095
    @arpitsirohi8095 8 месяцев назад

    Excellent

  • @victorchoe1894
    @victorchoe1894 8 месяцев назад

    Thank you, the content is excellent, could you share the code with us?

  • @henrig7933
    @henrig7933 8 месяцев назад

    That's pretty cool! I've tried it but unfortunately i get this error : "Response status code does not indicate success: 400 (Bad Request)." Any ideas why?

  • @alexsama536
    @alexsama536 9 месяцев назад

    couldn't see the popup window in ur tutorial

  • @bolittos
    @bolittos 9 месяцев назад

    I want do it with my remote server no local server

  • @NayaneshPatelIT
    @NayaneshPatelIT 9 месяцев назад

    Its very helpful for developed api in old .net core 3.1 after your guidance I have to upgrade to .net 5.0

  • @user-cs8ii8tw4y
    @user-cs8ii8tw4y 9 месяцев назад

    You mentioned a "generic constructor" several times and what you were actually talking about is a "default constructor"

  • @mRWiil
    @mRWiil 9 месяцев назад

    Thank you so much for your great help and your time!

  • @MrESkipperMain
    @MrESkipperMain 10 месяцев назад

    Thank you! Saved me so much time!

  • @b0mb3r0
    @b0mb3r0 10 месяцев назад

    Your awesome, thanks for this content

  • @PIMARINE
    @PIMARINE 10 месяцев назад

    Separate is ok, but we have always been better together. 😜1OVE.

  • @lassyoutube
    @lassyoutube 10 месяцев назад

    Great Video!

  • @boostedaf6335
    @boostedaf6335 10 месяцев назад

    Thanks bro :)

  • @PIMARINE
    @PIMARINE 10 месяцев назад

    I would never share Your secrets. .. Especially the ones in Thailand.🤣🤣🤣

    • @DataVids
      @DataVids 10 месяцев назад

      Lol you are too much man. I bet people come to this channel to here your funny comments not to watch the show.

  • @maksadnahibhoolna-wc2ef
    @maksadnahibhoolna-wc2ef 10 месяцев назад

    Keep making insightful videos on Entity Framework 🙏🙏

  • @dilshadzm786
    @dilshadzm786 11 месяцев назад

    An error occurred trying to start process './ffmpeg/bin/ffMPEG.exe' with working directory 'C:\Users\dilsh\Desktop\Test\CreateThumbnailsUsingFFMPEG\DataVidsThumbnails'. The system cannot find the file specified.

  • @chuovechet
    @chuovechet 11 месяцев назад

    Thank you so much brother, This video helped me to solve my problem because I wanna add identity with database-first. But I want to add a column in a table inside Nortwind database how should I do it? I tried to force Scaffold-DbContext but it clearly identity context that we added last time. any suggestion brother?

  • @muttBunch
    @muttBunch 11 месяцев назад

    Thank you for the lesson on this but what I am trying to do is, what if you wanted to makes changes and save to usersecrets.json. For example, a configuration UI that I built in Web API, where the customer can set their own SQL connection parameters for: SQL Server, Database Name, Authentication Type, SQL User, SQL Pass and when they hit save, save the connection string into usersecrets.json. I have it working for saving the customer input fields to appsettings.json but can I do something similar to usersecrets.json? Thanks :D

  • @Groovefunkadelik
    @Groovefunkadelik 11 месяцев назад

    What if you do not have the source code but you only have the dll? Which somehow with the help of dotpeek and ILSpy you can view the code.

  • @user-lf5sh6un9p
    @user-lf5sh6un9p 11 месяцев назад

    you saved a life today, thank you very much!

  • @joshibhushan1
    @joshibhushan1 11 месяцев назад

    I have created some custome nuget packages for our project but the people who are consuming are using VSCode. So any option by which they can debug those packages in VSCode. The links which you have share in one of the comments shows so far it's not supporting VSTS Mac and VSCode

  • @lelehehe
    @lelehehe 11 месяцев назад

    Thank you so very much for posting this in detail. I had a similar issue with "Def" or "def" in the past and I am glad you explained in detail. Really appreciate this video and it is indeed more helpful than some other ajax call videos.

  • @itsoverat6000
    @itsoverat6000 11 месяцев назад

    Thanks so much! I learned a lot watching this.