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 with angular 6 and Asp.net Core. Hope it will help. Create Blank Solution in Visual Studio. Add new project on Blank Solution 3. Choose Asp.Net Core Web Appication … Continue reading How to create Angular 6 and Asp.net Core 2.0 App in Visual Studio
TFS Connection from Visual Studio
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 Connection. 3. A Sign in window will be appear. Sign in to your Microsoft account. 4. Select the Project you want to connect. 5. Browse and locate your … Continue reading TFS Connection from Visual Studio
Visual Studio Installation Guide for Starter
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 Windows updates. These updates ensure that your computer has both the latest security updates and the required system components for Visual Studio. Reboot the computer to ensure any … Continue reading Visual Studio Installation Guide for Starter
Angular Basic Concept
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 as well as any kind of custom logic and custom validation to control that as required by the program. -Directives are like user control in ASP.NET Web Pages … Continue reading Angular Basic Concept
How to Start with Materialize CSS
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 design. Add the Following link 2. Add following line of html 3. Add following script Design sample of above materialize css will look like More Details … Continue reading How to Start with Materialize CSS
How to get the session value and show into view in asp.net Core?
One way for this is: Get the session value and store it to View Bag in the controller and then show the view bag value to the View. There are mainly two steps. In Controller, Firstly get the value of session to the view bag by writing these code 2. In the View, write following … Continue reading How to get the session value and show into view in asp.net Core?
How to set and get the session value in asp.net core.
The Microsoft.AspNetCore.Session package provides middleware for managing session state. Add the following heightened line in your Startup.cs Following line of code is needed to set the session value. To get the session value
Searchable Dropdown in SharePoint /ASP.NET
As we know that default dropdown list is not searchable. Simple way to create searchable in asp.net/SharePoint solution.
Problem:

Resolution: ( Converting simple dropdown list to searchable )

Add following CSS link in the page:
Add Following script link in page:
To change any dropdown list to searchable dropdown list:
Add “chosen-select” class to dropdown control.
Necessary css and js file: Download
More details: Click Here !!
How to Restore the deleted/quarantined items by Windows Defender?
Sometimes Windows Defender can detect your custom app, .exe file or other files as a threat and might have been deleted by the defender. If you want to restore it back here are some steps to follow. Steps: Open the Windows Defender, you can directly open by typing Windows Defender Security Center in the search. 2. … Continue reading How to Restore the deleted/quarantined items by Windows Defender?
SQL Server Interview Questions and Answers for Mid Level
1.Write the script to create Table. Answer: CREATE TABLE Test ( ID int, LastName varchar(255), FirstName varchar(255), Address varchar(100), ); 2. What is Primary Key Constraint? Answer: The PRIMARY KEY constraint uniquely identifies each record in a database table. It must contain unique values and must not contain null values. Most of the tables should … Continue reading SQL Server Interview Questions and Answers for Mid Level








