sharepointcafe
5 Essential Points to Become a skilled Full Stack Developer
.
In this blog, we will look into the details about full stack developer and also some tips that will help how to become a skilled full stack developer. After all, what is this full stack developer? What do these full…
Create interactive client-side UI with Blazor in .Net Core
.
Friends, as you all know, so far you and I have used java script for interactive client-side while developing web application in C# language. Now, an interesting twist has come. A new client side framework has been introduced with ASP.Net Core…
Built-in Data Structures using Python
.
In this blog, we will see about Data structures using Python. Friends, Data structure is a very crucial topic in any programming language. So, it is very important to clear the concept of data structure in Python. As we know…
Python Modules
.
A module in Python contains Python definitions and statements. Python modules are similar to a code library. In this blog, we will explore Python modules in details. What is Python Module? A Python module is a set of code which…
Advance Python – CRUD Operation in Python with SQL Server Database
.
In the previous blog of Python, I wrote about the basic syntax and basics of Python Programming. In this blog, I will write about ย CRUD Operation in Python using SQL server as back-end database. As you all know that we…
What’s new in Angular 9?
.
Google has finally released the latest one more stable version of angular, i.e. Angular 9. This is one of the biggest updates they have made in the past few years. This release mainly focused on Ivy compiler and run time…
Everything you should know about Digital Marketing
.
Do you know that the number of people who go online every day is keep increasing? So, internet is a very popular platform to advertise your company product, website etc.Marketing has always been a process for connecting with your customers…
What is SEO? Basic SEO tips to boost your blog or website
.
SEO stands for Search Engine Optimization. As the full name says, it is a way to optimize to get more traffic on your blog or website. Let’s understand SEO in depth. Whenever you search something on Google, you see so…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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,…
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…
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…
