h1
Create a web application with Yeoman!
h1
Install Yeoman in Ubuntu
h1
Let’s try to install Yeoman!!
h1
Listen to me in http://localhost:5000/ with .NETCore on Ubuntu
h1
Add Kestrel to our package list
h1
Let’s run and see the changes
h1
Hello World in .NETCore Ubuntu
h1
Install Visual Studio Code
h1
project.lock.json File
h1
Hello World on the terminal
h1
Install .NETCore on Ubuntu
h1
Add dotnet apt-get feed
h1
Install .NETCore top of apt-get
h1
Install Ubuntu in a Virtual Machine
h1
How to generate a license key for your system
h1
Invalid username or password
h1
Hashes can be cracked easily
h1
Salted Password Hashing
h1
Let’s see how we can generate a license key
h1
Let’s see how we can validate the license key.
h1
I want to run a time consuming long process in a one web request
h1
Create a Web API application in .NETCore
h1
Open service application from Visual Studio Code.
h1
Dependencies in project.json file
h1
Run ValuesController and check service calls.
h1
Let’s build the movie service
h1
Schedule your tasks with a windows service
h2
Create a Windows service
h2
Scheduling the task with a timer
h2
Fill up OnStart method
h2
Actual scheduling done in here
h2
How to stop the execution
h2
How to install the windows service
h2
Let’s install the service
h2
Windows service on Local Computer started and then stopped
h2
Debug a windows service application easily
h2
Windows service can’t connect to the database
h2
Create Context class to build the database.
h2
Install Entityframework Core (EF Core)
h2
Define the connectionstring
h2
Check MovieDbContext class
h2
Add entities in moviecontext class
h2
Add EFCore Design reference.
h2
Startup class implementation
h2
Add EFCore Sqlserver references
h2
Add data using Postman
h2
Clone your application in Ubuntu
h2
Restore packages and build your application
h2
Let’s try to run our application
h2
Add MySQL connectionString
h2
Add MySQL service in your application
h2
Add MySQL EFCore reference in project.json file
h2
Ensure MySQL database got created
h2
Let’s add some data into Movie database in MySQL
h2
Seperate Background worker thread
h2
How my code looks like
h2
Install Web background worker
h2
Background worker implementation
h2
Web api controller implementation