How to Create SQL Server Database Project With Visual Studio
Post Views: 8,576 In this article, we are going to learn about SQL Server Database Project (Template) available in Visual Studio. I will cover the following points, Introduction of SQL…
SharePoint Error: Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWeb.
Post Views: 75 This error occurs while clicking General setting of Web Application in SharePoint Central Administrator. SharePoint Central Administrator >> Manage Web Applications >> Select Web Application (From List)…
Loading Pane Display in Web Application
Post Views: 35 Write the following style in your css file. [code] .page-loader { position: fixed; width: 100%; height: 100%; top: 0px; right: 0px; …
How to create Angular 6 and Asp.net Core 2.0 App in Visual Studio
Post Views: 45 This article describes how to start the angular 6 with Asp.net core in Visual Studio. Here are some steps that will guide beginners to start a project…
TFS Connection from Visual Studio
Post Views: 98 Steps to setup TFS from Visual Studio. Open Visual Studio and Click on Team -> Manage Connection. 2. Following screen will be appear. Again Click on Manage…
Visual Studio Installation Guide for Starter
Post Views: 53 Step 1: Make sure your computer is ready for Visual Studio whether your computer supports Visual Studio 2017 or not Please check the system requirements. Apply the latest…
Angular Basic Concept
Post Views: 27 Angular Directives In Angular, Directives are good features for re-usability. -Directives are used for reusable purpose for example Time Picker Controller, Data Picker Controller, File Upload Controller…
Change the Domain URL or Redirect URL based on Country or IP
Post Views: 67 There can be some requirements that redirect the page or may be block the access of some section or some part of website based on country. There…
How to Start with Materialize CSS
Post Views: 64 The beginners may have some difficulties about how to start and learn the materialize design. Here is a simple steps to learn and quick start with materialize…
Using Web App for Containers in a Multi-Tier Application
Post Views: 23 Ahmed Elnably joins Scott Hanselman to discuss a sample project, Developer Finder, that was created to showcase how to use Web App for Containers in the context…