Stylesheet

Image
import * as React from 'react'; import styles from './Employeespotlight.module.scss'; import { IEmployeespotlightProps } from './IEmployeespotlightProps'; import { escape } from '@microsoft/sp-lodash-subset'; import * as $ from 'jquery'; import { WebPartContext } from '@microsoft/sp-webpart-base'; import { SPHttpClient, SPHttpClientResponse } from '@microsoft/sp-http'; import { SliderHelper } from './Helper'; export interface SpotlightDetails { userDisplayName: string; userEmail: string; userProfilePic: string; description: string; designation?: string; } export interface IStateEmployeeSlider { value:SpotlightDetails[]; } var result=[]; export interface ResponceDetails { title: string; id: string; } export default class Employeespotlight extends React.Component { private defaultProfileImageUrl: string = "/_layouts/15/userphoto.aspx?size=L"; private helper: SliderHelper = new SliderHe...

VISUAL STUDIO 2019 INSTALLATION SETUP

 

   Posted by Ganesan - +919042710472  

VISUAL STUDIO 2019 INSTALLATION SETUP


Microsoft provides a free version of Visual studio and it can be downloaded from,

https://visualstudio.microsoft.com/downloads/. 




Step 1: Once downloading completed, click on the install button and it will start the installation process.


                                  



Step 2: Once installation is completes, you will see the main window of visual studio.




Step 3: Let’s create a Create a new project, and then you will see the following window,

  Visual studio IDE tools.




Step 4:  Create a new web application, and given the project name,




Step 5: Choose the web forms,




Step 6: After that you will see the main window and solution explorer,




 Step 7:  Projects and solutions,

The web content files (.aspx), source files (.cs files),  and then Run the solution and get output.



Article by Maria Academy




Comments

Popular posts from this blog

Stylesheet