sharepointcafe

  • How to make Money from YouTube Channel?

    .

    Do you know that you can make money from YouTube? And, Do you know that every day, billion YouTube videos are watched around the globe. But, How someone can make money from YouTube videos? How to Make Money from YouTube Video ? In this blog, we will see about creating new YouTube Channel and how…

  • All about Bulk SMS – Bulk SMS in Details

    .

    In this article, we will see What is a Bulk SMS Services in details and How Bulk SMS Services Works? After reading this article, you will be able to understand All about Bulk SMS services. What is a Bulk SMS Service? Bulk SMS service is used to deliver a large number of SMS to mobile…

  • 10 Differences between WhatsApp and WhatsApp Business App

    .

    We all have been using WhatsApp for day to day communication with friends, family, colleagues. But, this is for an individual and not for business user. In January 2018, WhatsApp released WhatsApp Business app for small business owners. In this article, we will see the differences between WhatsApp and WhatsApp Business. Many of you will…

  • ASP.Net Core MVC for beginners

    .

    This article includes the ASP.NET Core MVC web development introductions for beginners. If you are new to MVC, then read my earlier blogs on ASP.Net MVC. This article explores the basics of building an ASP.NET Core MVC web app. This article includes the following topics- Introduction to ASP.Net Core MVC Routing in ASP.Net Core MVC…

  • Creating a High-Performance ASP.Net Core CRUD App with ADO.Net

    .

    In this blog, I am going to create a web application in ASP.Net Core to demonstrate CRUD operations using ADO.Net. Those people who already know about ASP.NET, they will understand this example very well.Those who are freshers, I would request you to read my previous blog so that they don’t get confused. To demonstrate this…

  • Exception Handling in Python

    .

    In this blog, we will see how to handle exceptions in Python application. If you are new to Python, please read my previous blog – Introduction to Python Programming This blog will help you to understand try, except and finally block  in Python code. Exception handling matters a lot to create a stable robust application in…

  • How to access SQL Database Connection string in .Net Core?

    .

    A database connection string is a very basic task for a developer who is working on ASP.Net. But defining a database connection string in .Net Core and reading back into C# code is a little different than the traditional ASP.Net framework. In this article, we will define a database connection string and then get its…

  • ASP.Net Core Razor Pages handler methods

    .

    In this blog, we will see ASP.Net Core Razor Pages handler methods in detail. Also, we will explore how handler methods are invoked in Razor pages based on user action. What are handler methods in .Net Core Razor pages? Handler methods in ASP.Net Core Razor pages are available with nice features that will be loved…

  • Razor Pages vs MVC – Which one is better for your project ?

    .

    Before ASP.Net Core 2.0 we had an MVC option to develop a web application. After the release of .Net Core 2.0, a developer has one more option to create a Web Application in .Net Core i.e. .Net Core Razor pages.In this blog, we will see the differences between Web Applications (Razor Pages) and Web Applications…

  • Configure and Host ASP.Net Core Application on IIS

    .

    In this blog, we will see how to host an ASP.Net Core application on IIS server.  Hosting ASP.Net Core app on IIS is not so different than hosting a traditional ASP.Net web application. If you are new to ASP.Net core, you may read this blog – ASP.Net Core Blog Pre-requisite to host ASP.Net Core application…

  • Authentication and Authorization in MVC Application

    .

    In any kind of software application, Authentication and Authorization are taken very seriously. In this blog, we will see how can we apply authorization in an MVC application. By default, all Controllers and Actions in an MVC application are accessible by anonymous users. The Authorize attribute handles authorization for a logged-in user in MVC application.…

  • Build and Host an Angular application on IIS

    .

    In my previous blog, I wrote about CRUD operation in Angular with .Net Web API. In this blog, I will write about building and then hosting an Angular application on IIS. In the development phase, we use ng serve command to run our Angular application with localhost URL. But, do we have to do the…

  • Angular CRUD example with Web API

    .

    In this blog, I will build an Angular application to demonstrate the CRUD example step by step. To demonstrate this we will use C# and ASP.Net Web API as a middleware between Angular and SQL databases. Angular CRUD Example – C- Create a record in the database R- Read record(s) from database U- Update existing…

  • Introduction to Python Programming

    .

    Python is a powerful programming language and a buzzword in today’s programming world. Python was introduced by Guido Van Rossum. Python is so easy to learn that a kid who understand English well can write programs in Python after little guidance. File extension for Python programming language is .py What type of applications can be…

  • ,

    JSON functions and examples in SQL Server

    .

    In this blog, we will see the use of JSON functions and examples in SQL Server. We will also see how to query and modify JSON data using SQL Server Query.As you already know JSON stands for JavaScript Object Notation, which is a lightweight computer data interchange format.We can use JSON data in SQL Server tables…

  • Binding in Angular

    .

    Data Binding in Angular means bind the data in component’s HTML file from type script file. We can get and set DOM values dynamically using Data Binding. Data binding in Angular is either one-way or two-way. Types of Binding available in Angular- Interpolation Property Binding Two-Way Binding Event Binding Interpolation Interpolation uses double curly braces…

  • Route Guards – Create Secure Routes in Angular

    .

    What is Route Guard in Angular ? Route guards in an Angular application facilitates to block a particular route based on user authentication or on some extra permissions. In this blog, we will implement route guards in Angular. Let’s suppose that dashboard page in Angular application can not be accessed until a valid user is…

  • Complete guide to Angular Routing

    .

    Routing means navigating from one page to another page in an application. In this blog, we will create routes, child routes in an Angular app to demonstrate the concept of routing in Angular. We will see Routing, Child Routing and Params which are main concept in Angular routing and same will help in building single…

  • Angular Pipes – Built in and Custom Pipe

    .

    Pipes in Angular transform the data before it display it to view. In Angular 1 i.e. AngularJs, Pipes were called as filter. Angular offers built-in pipes and custom pipes as well. To apply pipe Angular uses | symbol before any pipe. Syntax to use pipe in Angular – {{<value>| <pipename>}} Angular Built-in Pipes LowerCasePipe –…

  • Create and Consume ASP.Net Web API from an Angular 7 App

    .

    In previous blog, we have seen how to use HttpClientModule? In this blog, we will create and consume an ASP.Net Web API in Angular 7 App using HttpClientModule. To complete this implementation I have used Visual Studio 2017 to create an ASP.Net Web API and Visual Studio Code to create an Angular App. How to…


RSS
YouTube
YouTube
Instagram