Tagged Content List
  • Wiki Page: ASP.NET Core Blazor CRUD using Entity Framework and Web API

    Table of Contents Introduction Prerequisites Code part Step 1 - Create a database and a table Step 2 - Create ASP.NET Core Blazor Application What is new in ASP.NET Core Blazor solution? Client Project Server Project Shared Project Using Entity Framework Install the Packages Creating Web API for CRUD...
  • Wiki Page: System Center Orchestrator: Build Custom Activity withc C# - Limitations

    For those of us who find SCORCH lacking in Activities, we may look into creating our own Orchestrator Integration Package known as an OIP using C#. But what is the limit of what we can accomplish from a custom OIP, what restrictions are placed upon our code, what reality are we really living in? ...
  • Wiki Page: ASP.NET Core 2.0: Authentication Using LinkedIn

    Table of Contents Introduction Prerequisites Create MVC Web Application Create LinkedIn app Configure Web App to use LinkedIn authentication Execution Demo Conclusion Source Code See Also Introduction Sometimes, we want the users to log in using their existing credentials of third-party applications...
  • Wiki Page: Application Insights: How to Configure Azure Portal

    Table of Contents Overview Steps 1. Create Azure Account 2. Create a new Application Insight into our Azure Account 3 - Configure Application Insights into our Web Application Resources Overview This article will shows how to configure Microsoft Application Insight on Azure Portal. Visual Studio...
  • Wiki Page: C# 7.2 : in Parameters

    With C# 7.2 , a nice set of syntax improvements that enable working with value types were introduced. In this wiki let’s see what in parameters really is. As you have already know C# had ref and out for a quite a while now. If we recall what ref and out does (within parameter modifier...
  • Wiki Page: .NETCore: Create a web application with a Linux server

    Table of Contents Create .NET Core web application Create a new project Add Kestrel to our package list Let's run and see the changes Create .NET Core web application Let's see how to write a web application in .NETCore Create a new project dotnet new code . ...
  • Wiki Page: Xamarin.Android : Create an SHA 1 Key for Google Map Application Development

    In this article will create a SHA1 Fingerprint key for Xamarin android google map App Development. Create Google Maps API v2 key the following steps: 1: Create Debug Keystore for SHA1 Fingerprint Signed Key. 2: Create Project in Google Developer API Console 3: Obtaining google API KEY ...
  • Wiki Page: ASP.NET Core 2.0: Authentication Using Google Account

    Table of Contents Introduction Prerequisites Create MVC Web Application Create Google app Section 1 - Find out what kind of credentials you need Section 2 - Create an OAuth 2.0 client ID Section 3 - Set up the OAuth 2.0 consent screen Configure Web App to use Google authentication Execution Demo Conclusion...
  • Wiki Page: SQL: Protect Your Data against SQL Injection

    Table of Contents Introduction What is SQL Injection? Uh… What? Example 1 Example 2 The Solution Using Parameter Queries Using Stored Procedures Using Object/Relation Mapping Framework (ORM) Other Tips Outro See Also Introduction What is SQL Injection? Uh… What? Example 1 Example 2 The Solution Using...
  • Wiki Page: ASP.NET Core 2.0: User Role Base Dynamic Menu Using Dependency Injection

    Table of Contents Introduction Prerequisites Step 1: Create a Database Step 2: Create your ASP.NET Core Updating appsettings.json Step 3: Add Identity Service to Startup.cs file Step 4: Register and Create Users Refresh the Database: Step 5: Create Role and assign User for Role Step 6: Create Admin/Manager...
  • Wiki Page: Azure Cognitive Services: Browse images by tag using C#

    Table of Contents Introduction Create an Azure Computer Vision API resource Write a C# class to use Azure resource Develop a console app to process an images folder Executing the console app Develop a WPF app to search tags and show results Source code Bibliography Introduction In the following...
  • Wiki Page: C#: Implementation Of Stack And Queue Using Linked List

    Table of Contents Introduction What is Stack? Implementing Stack functionalities using Linked List Push an element into Stack Pop an element from Stack Peek the element from Stack Uses of Stack What is Queue? Implementing Queue functionalities using Linked List Enqueue of an Element Dequeue of an Element...
  • Wiki Page: Getting started with Xamarin Android Single View App

    Table of Contents Introduction Prerequisites Step 1: Create your Xamarin Step 2: Xamarin Android Project Structure References: MainActivity: Lifecycle of Activity: View: Values / Strings.XML Resource.Designer Step 3: Working with Code Displaying Time using TextClock Displaying Notification Notification...
Page 21 of 71 (1,775 items) «1920212223»