www.sharepointcafe.net Open in urlscan Pro
2a02:4780:1:536:0:36a8:f19d:1  Public Scan

URL: https://www.sharepointcafe.net/
Submission: On February 07 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://www.sharepointcafe.net/

<form method="get" class="search-form navigation-search" action="https://www.sharepointcafe.net/"> <input type="search" class="search-field" value="" name="s" title="Search"></form>

POST https://api.follow.it/subscription-form/Y3BpTWdnS2tqU2lsSEtCd2J5NlFub0Yrdk94ajVNUjB1NVY2QlBVUmZmSkNXRk9sOXIrbDhtRktQUmd0dzZQUXBGdUttWlFwejZFQmdPN0gwTk1XUmNnYWxwdHU2dzEyQ2VnMGJHMHlNRVgxaTVuSzJ2a3VGbWtjSEtvVm1xZUV8bUpRQnBoTitTMG5zNXVqQUQycFkyUXZqamtPQ2pwZmhkZTl5cmkxL3o3dz0=/8/

<form method="post" onsubmit="return sfsi_processfurther(this);" target="popupwindow"
  action="https://api.follow.it/subscription-form/Y3BpTWdnS2tqU2lsSEtCd2J5NlFub0Yrdk94ajVNUjB1NVY2QlBVUmZmSkNXRk9sOXIrbDhtRktQUmd0dzZQUXBGdUttWlFwejZFQmdPN0gwTk1XUmNnYWxwdHU2dzEyQ2VnMGJHMHlNRVgxaTVuSzJ2a3VGbWtjSEtvVm1xZUV8bUpRQnBoTitTMG5zNXVqQUQycFkyUXZqamtPQ2pwZmhkZTl5cmkxL3o3dz0=/8/">
  <h5>Get new posts by email</h5>
  <div class="sfsi_subscription_form_field"> <input type="hidden" name="action" value="followPub"> <input type="email" name="email" value="" placeholder="Subscribe"></div>
  <div class="sfsi_subscription_form_field"> <input type="submit" name="subscribe" value="Subscribe"></div>
</form>

Text Content

Skip to content


Menu
 * Home
 * AZ 900
 * Technology Blogs
 * Digital Marketing
 * About
 * Contacts




CAN WE INSTALL MULTIPLE VERSIONS OF ANGULAR ON A SINGLE SYSTEM?

February 5, 2023February 5, 2023 by sharepointcafe

If you are asked whether you can work on more than one Angular version on a
single Windows system, then the simple answer is – YES, we can use multiple
Angular versions. How can we install multiple Angular versions on the same
System? Now that we know that we can work with multiple versions of … Read more

Categories angular Leave a comment


CHATGPT: ONE OF THE MOST POWERFUL AI

February 5, 2023January 15, 2023 by sharepointcafe

Today, i.e., January 2023, almost the entire internet is crazy about ChatGPT.
Everybody wants to know what ChatGP is, how it works and who developed it. In
this article, I am sure you will be able to answer all these questions related
to Chat GPT.  What is Chat GPT? Chat GPT is one of the … Read more

Categories Knowledge Leave a comment


JWT TOKEN AUTHENTICATION IN ANGULAR WITH .NET CORE

January 18, 2023January 8, 2023 by sharepointcafe

In this article, we will demonstrate JWT Token Authentication in Angular with
.NET Core. To implement the JWT Token authentication mechanism, we will use the
– What is JWT Token? JWT stands for JSON Web Tokens. It is a Token-based
authentication to communicate with the REST endpoints in a secure way. It is a
JSON-based token so … Read more

Categories angular, dot-net-core Leave a comment


DATA STRUCTURE AND ITS TYPES

November 14, 2022 by sharepointcafe

A data structure is one of the most important parts of any programming language.
In this article, we will see Data structure and its types in detail. What is
Data Structure? It is a methodology of organizing data in a specialized format
on a computer so that the information can be organized, processed, stored, and …
Read more

Categories interview, Programming Leave a comment


SQL SERVER NOTES FOR BEGINNERS

November 12, 2022October 29, 2022 by sharepointcafe

SQL Server is a relational database management framework created by Microsoft.
It is profoundly adaptable and runs on Windows-based machines. Since the arrival
of the SQL Server’s first version, the SQL server has continued to advance.
While its main capability is its relational database management framework, the
SQL server has become undeniably more than that. … Read more

Categories sql 1 Comment


TOKEN-BASED AND COOKIE-BASED AUTHENTICATION

October 29, 2022 by sharepointcafe

For any web application or website, controlling user access is very important.
Generally, there are 2 important ways to authenticate users, they are –
Token-based and Cookie-based Authentication. In this article, we will see about
Token-based and Cookie-based Authentication and the basic flow. Types of
Authentications   Cookie Based Authentication It is a stateful authentication …
Read more

Categories general Leave a comment


DATA PROTECTION IN ASP.NET CORE

October 26, 2022 by sharepointcafe

In this article, we will learn about Data Protection in ASP.NET Core: what it
is, why we need it and how to implement it in .NET Core-based applications. What
is Data Protection? The method of applying security to any data is called data
protection. Data Protection plays a very vital role especially when we move …
Read more

Categories dot-net-core Leave a comment


5G COMPATIBLE HANDSETS. CHECK YOUR MOBILE PHONE BRANDS.

October 17, 2022 by sharepointcafe

5G technology has started rolling in India.Right now telecom operators are
starting it in some major cities of India. In such a situation, there is a
desire among the common people to know whether their mobile handset is 5G
compatible or not.If you are also in the same dilemma, then you can search for
the … Read more

Categories Knowledge Leave a comment


ALL ABOUT 5G MOBILE NETWORK TECHNOLOGY

October 17, 2022October 15, 2022 by sharepointcafe

5th Generation or 5G Mobile Network or simply 5G is the latest revolution in
mobile technology. 5G speed is 10 times faster than 4G, with this you can guess
the future benefits of 5G technology. We can say that 5G is a revolutionary
stone in the mobile network industry. In this article, we will know … Read more

Categories Knowledge, Technology Leave a comment


INTRODUCTION TO GRPC

October 26, 2022October 9, 2022 by sharepointcafe

For the past many years, we have been using Rest Based Communication. As we know
that REST is a flexible architectural style where the client communicates with
the server through HTTP. Recently, a new framework for client-server
communication has been invented in the industry which we know as gRPC. What is
gRPC, and how does … Read more

Categories .NET 6, dot-net-core Leave a comment
Older posts
Page1 Page2 … Page44 Next →






PLEASE FOLLOW & LIKE US :)




RECENT POSTS

 * Can we install multiple versions of Angular on a single System?
 * ChatGPT: One of the most powerful AI
 * JWT Token Authentication in Angular with .NET Core
 * Data Structure and its types
 * SQL Server Notes for Beginners




READER’S CHOICE

 * ChatGPT: One of the most powerful AI
 * JWT Token Authentication in Angular with .NET Core
 * Data Structure and its types
 * SQL Server Notes for Beginners
 * Token-based and Cookie-based Authentication




SUBSCRIBE TO GET LATEST FROM US

GET NEW POSTS BY EMAIL






© 2023 SharePointCafe.Net • Built with GeneratePress