Skip to main content

Posts

Showing posts from August 5, 2018

Angular 6 tutorial for beginners

Angular 6 tutorial for beginners

Projects to Learn

Projects to Learn From Saineshwar Bageri 1.[ MVC 4 ] 2.[Angular 2] 3.[ASP.NET Core ] 4.[MVC 5 ] MVC Demo Project [ MVC 4 ] https://www.c-sharpcorner.com/UploadFile/4d9083/project-gymone-demo-project-in-mvc/ Angular Demo Application With ASP.NET Core MVC (Rent A Car)  [Angular 2] https://www.c-sharpcorner.com/article/angular-demo-application-with-asp-net-core-mvc-rent-a-car/ ASP.NET Core MVC Project (Event Management)   [ASP.NET Core ] https://www.c-sharpcorner.com/article/asp-net-core-mvc-project-event-management/ TimeSheet Project Using ASP.NET MVC 5 [MVC 5 ] https://www.c-sharpcorner.com/article/timesheet-project-process-using-mvc-5/

Creating Simple API In Node.js

Creating Simple API In Node.js In this article, we are going to learn how to create a simple API in node js and use MS SQL as a data source on which we are going to perform CRUD operations. This article will be written so that both a beginner and a professional can easily understand it. Before starting with creating API let’s understand basics. What is Node js? An Open source, Cross-platform, and runtime environment for executing javascript code outside the browser. What can we build using it? We can build Web apps and APIS using node js. Why node.js if we already have other frameworks? It is super-fast and highly scalable e.g. PayPal, Uber, Netflix Build twice as fast with fewer people 33% fewer lines of code 40% fewer files 2x request/sec 35% faster response The open source library has a large ecosystem. Javascript is everywhere (front + back). You can write an entire application using javascript, no need to learn a new langua

Learn Elasticsearch in 2 Days

Elasticsearch Search Series of Articles 5 Article to Learn Elasticsearch in 2 Days 1. How To Configure Elasticsearch On Windows https://www.c-sharpcorner.com/article/how-to-configure-elastic-search-on-windows/ 2. Reading And Writing Documents With Single Document APIs In Elastic Search https://www.c-sharpcorner.com/article/reading-and-writing-documents-with-single-document-apis-in-elastic-search/ 3. How To Configure Kibana https://www.c-sharpcorner.com/article/how-to-configure-kibana/ 4. Inserting Document In Bulk Into Elastic Search Using Logstash https://www.c-sharpcorner.com/article/inserting-document-in-bulk-into-elastic-search-using-logstash/ 5. Using Elastic Search With ASP.NET MVC https://www.c-sharpcorner.com/article/using-elastic-search-with-asp-net-mvc/