sharepointcafe
How to bind the Dropdown list with hard code values in MVC?
.
In my previous blogs, we explored about MVC. You may please refer to the article.In this blog, we will see how to bind a dropdown list with hard code values in MVC. Bind Static values with a Dropdown list in MVC…
Important ASP.Net Web API Interview questions and answers
.
In this blog, I have collected important ASP.Net Web API interview questions and answers.Whether you are a fresher or have ASP.Net development experience, the ASP.Net Web API interview questions given below will prove to be very beneficial for you. If you are…
Top 30 SharePoint 2013 Interview Questions and Answers for Developer
.
In my earlier blog, I have already collected SharePoint 2010 interview questions and answers. In this blog, I will write about SharePoint 2013 Interview Questions and answers. Believe me, I have collected top SharePoint 2013 interview questions which will help…
SharePoint: Usage files are not deleted, file is open in SharePoint 2010 Timer
.
If you have worked on SharePoint 2010, you must have come across .usage file in LOGS folder. Location of this file is hive-folder/Logs.The main issue with .usage file is you can not delete all the files and additionally these files…
10 Facts about AMP
.
In an earlier blog, I have discussed over AMP Pages. In this blog, I will write on 10 facts about AMP everyone should know. Recently I wrote on Http GET and POST. 10 Facts you should know about AMP Below…
ASP.Net Web API – Media Type Formatter
.
This is another series of Web API blog. In the previous blog, we have seen about Web API Security, Routing in Web API. This blog will help you to understand Media Type Formatter in ASP.Net Web API. Earlier I have…
HTTP GET Method vs HTTP POST Method
.
In this article, we will see the GET vs POST methods in detail.GET and POST are 2 important HTTP verbs. HTTP (Hyper Text Transfer Protocol) manages client and server request-response. HTTP GET Method www.sharepointcafe.netwww.google.com HTTP POST Method Watch this video…
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…
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…
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…
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…
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…
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…
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…
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…
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….
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…
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…
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…
