• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar
  • Skip to footer

DRH

My site

Archives for January 2020

Roadmap To Become a Complete Professional web Developer

January 20, 2020 by Dilip 2 Comments

First Step

Fig: Learning Flow Chart for frontend Development

At first to become a web developer we should know about the Html

What is Html ?

  • It is the language used to display the content in websites
  • Html stands for Hypertext markup language

If you are completely beginner the above two lines also be the confusing but dont worry you understand when you do

You Can start by watching video below
href=”https://www.youtube.com/watch?v=GEfuOMzRgXo And then look at this
href=”https://www.youtube.com/watch?v=NAEHbzXMNpA

Learning CSS(Cascading Style Sheet)


It is the styling language, that is it gives the style to the websites.with combination with the html it makes the uglier websites with only html gives beautiful looks.

Best one Tutorial From Youtube

Filed Under: Uncategorized

Securing The API in dotnet core

January 9, 2020 by Dilip 2 Comments

User should be able to log in
User should be able to register
User should be able to see a list of users
User should be able to message another user

Everything starts with the user..

In this module we know
How we store the password in the Database;
creating the User Model
the repository Pattern
Creating the Authentication Controller
Data Transfer Objects
Token Authentication
Authentication Middleware

Filed Under: Uncategorized

dot net entity framework commands

January 8, 2020 by Dilip Leave a Comment

  1. After the migration to create table on the database we use the following command in package manager
    dotnet ef database update

Filed Under: Computer Technology

error: No such host is known. While installing Dot net packages

January 8, 2020 by Dilip 3 Comments

This is the error due to not specifying package version while installing package so specify the version of package you want to install..write command like below in dotnet cli or in package manager console

dotnet add package Microsoft.EntityFrameworkCore.SqlServer –version 3.1.0

visit this site :https://www.nuget.org/packages

Filed Under: Uncategorized

Build Failed Error While migration of the dotnet core entity framework

January 8, 2020 by Dilip 1 Comment

To remove this error check your code manually if every thing in the code you write is okay…

if your code is okay check the .csproj file…
write the following code if not present..
<ItemGroup>    <Folder Include=”wwwroot\”/>  </ItemGroup>

after again write migration command:
go to (project manager console) PM> dotnet ef migrations add YourMigrationName

If still not solved look at:https://stackoverflow.com/questions/44785540/ef-core-add-migration-build-failed/47775946

Filed Under: Computer Technology

how to read sent or received mail in nepali

January 8, 2020 by Dilip 11 Comments

Dheraii laii nepali ma aayeko gmail read garda aaudaina so nepali ma kasari gmail laii read garne vanne xa. plz follow the following step:
1. Sabai vanda pahile aafnow kunaipani internet browser kholnu hos (opera or google chrome..)
2.type “nepali unicoder extension” search barma type garera herne
3. talako border gariyeko 2 ota ma kunai aeuta click garnuhos

4.Teshpaxi add to chrome vanne option aauxa tesma click garnu hos ani adi opera chalairanu vako xa vane add to opera aauxa.

5. Aba tapai mail nepali ma pathauna ra receive garna saknuhune xa.

kei nabujeko xa vane comment garnuhos, ma help garda khusi hune xu

Tapailai computer sambandhii ke bujnu vaena vane wa science ma career banauna chahanu hunxa tara esko barema tha xaena vane contact garnuhos hami aabsyak jankari dine xau…

Filed Under: Education, Uncategorized

  • Page 1
  • Page 2
  • Next Page »

Primary Sidebar

Recent Posts

  • TypeScript common Syntax
  • Setting Up Ngrx store with the Ngrx schematics
  • AngularPipe
  • To create repository in github
  • Adding Bootstrap and JQuery in angular

Recent Comments

  • Dilip on Understanding Angular Versioning
  • Dilip on Understanding Angular Versioning
  • Sagar on error: No such host is known. While installing Dot net packages
  • Sagar on Digitalization Program in Province no. 1 Nepal
  • Dilip on error: No such host is known. While installing Dot net packages

Archives

  • June 2020
  • May 2020
  • April 2020
  • February 2020
  • January 2020

Footer

Artificial Intelligence And Machine Learning

Artificial intelligence is the Huge interdisplinery field which includes the social science,psychology and all in cognitive with the computer.Artificial intelligence means human like intelligence wich can think and process logic and gives decision.

Web Application Development

Web applications are those like websites wich is opend by browsers. Nowadays more than desktop application web application is growing because of internet available in all the remote places and data is managed easily.

Internet of things(IOT)

Internet of things is the technology wich are main technolgy to make smart home,smart city,and smart profession.You can make your work comfortable with remote sensors internet and many networking interface.like microcontroller,bluetooth module ethernet module internt,web technology

Copyright © 2021 · Genesis Sample on Genesis Framework · WordPress · Log in

  • Education
  • Computer Technology