Posts

Showing posts from February, 2019

Exception Handling

https://docs.microsoft.com/en-us/dotnet/api/system.appdomain.unhandledexception?view=netframework-4.7.2

Framework Versions

C#  C#  4.0 .NET Framework 4.0 Visual Studio 2010 C#  5.0 .NET Framework 4.5 Visual Studio 2012/2013 C#  6.0 .NET Framework 4.6 Visual Studio 2013/2015 C#  7.0 .NET Core Visual Studio 2017 Web API: Web API 1  Web API 2

Common Terms

Relative path :

Modal Geneartor

English Communication

https://www.naukri.com/blog/tell-me-about-yourself-hr-interview-question-answers/ https://www.ajoysingha.com/tell-me-about-yourself-sample-answers-template/ https://www.researchgate.net/publication/301351158_Advanced_Skills_for_Communication_in_English_Book_I Daily Routine English:\ https://www.youtube.com/watch?v=f-R3nVXSZM4 https://claudioveneri.com/my-daily-routine/my-yesterday-routine-2/ https://www.fluentu.com/blog/english/daily-routine-vocabulary/ https://englishlive.ef.com/bl;og/english-in-the-real-world/useful-english-phrases-describe-daily-routine/ http://speech-guru.com/sample-speeches/team-speech/sample-team-speech/ Practice of Tenses https://englishstudyhere.com/category/speaking-general/ You tube :self intro https://www.youtube.com/watch?v=0OB2EokemOU YouTube https://www.youtube.com/watch?v=SRTmEnfIJOA -Dr. Vivek pep talk india https://www.youtube.com/watch?v=FNnvj_cmV6U Professional English https://americanenglish.state.gov/files/ae/resourc

NodeJS

Image
What is express js and why it is used? Express.js is a modular web framework for Node.js. It is  used for easier creation of web applications and services . Express.js simplifies development and makes it easier to write secure, modular and fast applications. JWT Token - Node Js https://github.com/auth0/node-jsonwebtoken Issue resolve of request.body parameter value using     openapi:  '3.0.1' , https://stackoverflow.com/questions/58634566/swagger-openapi-3-0-x-empty-body Refrenece: https://medium.com/javascript-in-plain-english/typescript-with-node-and-express-js-why-when-and-how-eb6bc73edd5d Node js with Types Script . npm init  -- to create package.json 2.  npm install typescript -s include  in package.json "scripts": { "tsc": "tsc" }, 3. npm run tsc -- --init  -- to create tsconfig.json 4.  npm install express -s 5. npm install @types/express -s 6. Create app/app.ts 7. npm run tsc 8. Running