sharepointcafe
ASP.Net Web API Security
.
In the previous blog, I wrote about Routing in Web API. I have also explained, How to create a secure Web API? in my earlier blog. If you are new to ASP.Net Web API then please start from the beginning level. What is ASP.Net Web API?In this blog, let’s discuss the Web API security in details.Web API…
How to get data from SharePoint list and store in SQL Table – SharePoint Tutorial
.
In the previous blog, I wrote about “How to Export SharePoint list items in Excel using PowerShell script“. In this blog, we will see how to get SharePoint list items and store them in the SQL table.To do this you must have a SharePoint site with a list having few rows in it.Now create a…
PowerShell Script to export SharePoint List to Excel or CSV
.
In this blog, I will write about “How to Export SharePoint list to a excel file?”.As you know, SharePoint list is a combination of rows and columns. It is similar to a table. There are multiple ways to export SharePoint list to excel or CSV file, in this blog I will explain about How to…
Access first , 2nd, 3rd ……nth item in Repeater control
.
If you are an ASP.Net Developer, you must have used Repeater control to bind data from any data source. The data source could be XML, SQL etc.Rather than describing how to bind data with Repeater Control, in this blog, I will describe how to access nth item to apply CSS. I got a task where I…
LINQ to perform operation with DataTable in C#
.
If you are a C#.Net developer, then you must be familiar with Data Table and LINQ. In C#, a Data Table is an in-memory object to represents data in tabular format i.e. rows and columns. Once you get data in a Data Table object there could be various operations that can be performed. In this…
Azure Resource Manager (ARM) Model
.
In this blog, we will see about ARM Model i.e. Azure Resource Manager and Resource Group in details. What is Azure Resource Manager? One of the basic concepts of the ARM model is Resource group. ARM or Azure Resource Manager provides a logical way to group Azure services. ARM makes it easy to manage Azure Resources created…
Transforming Your Data Management Strategy: Top 10 Benefits of Storing Data in the Cloud
.
Today “Cloud Computing” is accelerating like a rocket in IT industry. You can say that it is Cloud era and will continue for many years. If you want to know more about Cloud Computing, Click Here to explore more about it. Here I will write about “Benefits of storing data in Cloud” or Why Cloud…
Developing Microsoft Azure Solutions – 70-532 Exam Topics
.
Hi all, In my earlier blogs I have written about Cloud Computing and Microsoft Azure. In this blog, I have listed all the topics of 70-532 exam. After clearing, 70-532 exam a candidate will be certified as “Microsoft Specialist: Developing Microsoft Azure Solutions Certification.” Who should take this exam? If you have experience in development and…
Know about .Net Core Command Line Interface (CLI) Tools
.
The .NET Core command-line interface (CLI) is a new cross-platform tool for developing .NET based applications. Tools such as Integrated Development Environments (IDEs) can rest on CLI. CLI can be thought of as a foundation of IDE like Visual Studio. CLI command name new restore build publish run test type clean help store add package…
What is Container or Container-based Virtualization?
.
In my other blogs, we have seen about Microsoft Azure Cloud Service. In my earlier blog, I wrote about .Net Core, In this blog I will write about Container-based virtualization. What is Container? A container is isolated but shares OS with related apps, bins, and libraries. Container or Container-based Virtualization is promoted by the company called…
Virtual Machine Series and Size available in Azure Cloud Service
.
In this blog, I will describe the available sizes and options for Cloud Service. Price vary according to VM size and their capacity. You can read my earlier blog on Cloud Computing and Azure Cloud Service.Let’s start by discussing the Virtual Machine sizes available in Azure Cloud.The size of the virtual machine affects various parameters…
Introduction to ASP.NET Core
.
In this blog, we will come to know about the open-source framework given by Microsoft i.e. ASP.Net Core. What is ASP.NET Core? The ASP.NET Core is a new open-source framework introduced by Microsoft. Originally it was called ASP.Net 5 but later renamed to ASP.Net Core and released the first version of ASP.Net Core in the…
List of services available on Microsoft Azure Cloud
.
If you are new to cloud computing, please read my earlier blogs on Cloud Computing and Microsoft Azure. I have explored Azure portal with my account, click here for more details.In this blog, I will write about a list of service, features offered by Microsoft Azure. Although Microsoft Azure offers an extensive range of services.…
Azure App Services and Web Apps
.
In an earlier blog, we have explored “What is Azure?” In this blog, we will see – Azure App Service and Web Apps. An App Service consists of Web Apps, Mobile Apps, Logic Apps, Function Apps. What is App Service? It is a service that hosts one of the below applications. Web Apps Mobile Apps API…
How to Integrate SMS gateway in ASP.Net website ?
.
In this blog, I will write about How to send SMS using C# code?You all must have received SMS related to OTP (One Time PIN) on your mobile for various kind of transactions from different websites or App.Here I will provide the C# code which you can use to send SMS to your customers/users from…
Monitoring and Scaling Web Applications in Microsoft Azure
.
In this blog, we will see how to send alerts in case of high CPU utilization or high memory usage and scaling operation in Microsoft Azure App Service. In Scaling operation, we will see how to perform horizontal and vertical scaling. How to set up Alerts in Microsoft Azure? Alert is a very useful feature…
Insert, Bind and Delete data from SQL using Angular JS
.
In previous blog I wrote about Angular JS and basic implementation of Anular JS with scope, directives and other keywords. Click Here to visit my previous blog on Angular JS.In this blog I will write about below implementations.1. How to save data into SQL using Angular JS2. How to bind SQL data on HTML page3.…
AngularJS tutorial for .Net Developers
.
Hi All, Welcome to AngularJS tutorial. I have prepared this blog with my own development experience.This blog is for those .Net developer who all are willing to learn AngularJS or want to implement AngularJS in their project. Learn Angular JS implementation with latest and legacy ASP.Net technologies. 1. What is AngularJS? Angular JS is JavaScript framework…
Cross Domain AJAX Request
.
In my earlier blogs, I have explored ASP.Net and JQuery topics. You may also read – How to Call ASP.Net web method using JQuery AjaxIn this blog let’s see about Cross Domain AJAX Request.Sometimes you have noticed that the browser refuses access to remote resources which you have requested. Do you know the reason behind…
Error – Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response.
.
I was working on a project where I wrote a web method and called this web method from JQuery.While accessing the web method I got this error –“Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response.”In debugging, I couldn’t find any issue with the code either in C# or in JQuery.Then I…
