-
Notifications
You must be signed in to change notification settings - Fork 1
Resource Links
Leonard T. Erwine edited this page Sep 16, 2021
·
8 revisions
- General
- Graphics
- Library Repositories
- Linux Refrerences
- Languages, Formats and Markup
- Client Side APIs
- .NET Core API
- SQL
- PowerShell
- Gists
- Old Projects
- Configuration Manager Client WMI Programming
- Documentation for Visual Studio Code
- .NET Framework Reference Source Code
- Crawl your Android device attached via usb with PowerShell | GitHub Gist
- Spell Checking
- GDI+ Property Item Descriptions | Microsoft Docs
- Image Property Tag Type Constants | Microsoft Docs
- Image Property Tag Constants | Microsoft Docs
- NuGet Gallery | Packages
- PowerShell Gallery | Home
- cdnjs - The #1 free and open source CDN built to make life easier for developers Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-source CDN service trusted by over 11% of all websites, powered by Cloudflare. We make it faster and easier to load library files on your websites.
- Markdown Syntax
- Writing a T4 Text Template | Microsoft Docs
- HTML5
- URLs and Fetching Resources | HTML Living Standard
- String - JavaScript | MDN Web Docs
- ECMAScript® 2022 Language Specification | TC39
- Privilege (Authorisation) Services | DCE 1.1: Authentication and Security Services
- Uniform Resource Identifier (URI): Generic Syntax | IETF Tools
- The 'mailto' URI Scheme | IETF Tools
- Representing IPv6 Zone Identifiers in Address Literals and Uniform Resource Identifiers | IETF Tools
- The "file" URI Scheme | IETF Tools
- URLs | URL - Living Standard
- RFC 4122 - A Universally Unique IDentifier (UUID) URN Namespace | IETF Tools
- Uniform Resource Names (URN) Namespaces | Internet Assigned Numbers Authority (IANA)
- XML
- Namespaces in XML
- XPath
- XSL Transformations (XSLT) Version 3.0 | Saxonica, Michael K
- The Netscape XSLT/XPath Reference | MDN Web Docs
- XSLT Reference | Microsoft Docs
- XSLT Transformations | Microsoft Docs
- XSD Part 1: Structures
- XSD Part 2: Datatypes
- Introduction | Bootstrap Get started with Bootstrap, the world’s most popular framework for building responsive, mobile-first sites, with BootstrapCDN and a template starter page.
- .NET API browser | Microsoft Docs
- .NET CLI | Microsoft Docs An overview of the .NET CLI and its features.
- Overview of Entity Framework Core - EF Core | Microsoft Docs
- EntityFramework.SqlServerCompact 6.4.4 | NuGet Gallery NuGet package website
- Using EF Core with SQL Server Compact in Traditional .NET Applications | Jensen, Erik Ejlskov
- Get Started with WPF - EF Core | Microsoft Docs Getting started tutorial for using WPF with Entity Framework Core
- SQL Server Compact Books Online Home Page | Microsoft Docs
- Code First DataAnnotations | Entity Framework Tutorial Site was not accessible on 5/19/2021
- c# - How do I use IValidatableObject? | Stack Overflow
- Code First to a New Database | Microsoft Docs Overview of creating and configuring a model with Entity Framework Core
- Overview of Entity Framework 6 | Microsoft Docs General introductory overview of Entity Framework 6
- NUnit Documentation | NUnit Docs
- dotnet-trace diagnostic tool - .NET CLI | Microsoft Docs Learn how to install and use the dotnet-trace CLI tool to collect .NET traces of a running process without the native profiler, by using the .NET EventPipe.
- Windows Presentation Foundation | Microsoft Docs Learn about using Windows Presentation Foundation, an open-source, graphical user interface for Windows, on .NET Core.
- What is Windows Presentation Foundation - WPF .NET | Microsoft Docs This article gives an overview about what Windows Presentation Foundation (WPF) is as it relates to .NET and what features are provided.
- Browse code samples (Windows Presentation Foundation; C#) | Microsoft Docs
- GitHub - microsoft/WPF-Samples: Repository for WPF related samples Repository for WPF related samples. Contribute to microsoft/WPF-Samples development by creating an account on GitHub.
- c# - How to use System.ComponentModel.DataAnnotations in WPF or Winforms application | Stack Overflow
- WPF PasswordBox Control | WPF Tutorial
- Win32_LogicalDiskRootDirectory class - Win32 apps | Microsoft Docs
- Win32_LogicalDisk class - Win32 apps | Microsoft Docs
- Win32_Directory class - Win32 apps | Microsoft Docs
- ASP.NET documentation | Microsoft Docs Learn to use ASP.NET Core to create web apps and services that are fast, secure, cross-platform, and cloud-based. Browse tutorials, sample code, fundamentals, API reference and more.
- Routing to controller actions in ASP.NET Core | Microsoft Docs
- Tutorial: Call an ASP.NET Core web API with JavaScript | Microsoft Docs
- Part 5, Razor Pages with EF Core in ASP.NET Core - Data Model | Microsoft Docs Part 5 of Razor Pages and Entity Framework tutorial series.
- Test controller logic in ASP.NET Core | Microsoft Docs Learn how to test controller logic in ASP.NET Core with Moq and xUnit.
- Tutorial: Create a complex data model - ASP.NET MVC with EF Core | Microsoft Docs In this tutorial, add more entities and relationships and customize the data model by specifying formatting, validation, and mapping rules.
- Tutorial: Implement inheritance - ASP.NET MVC with EF Core | Microsoft Docs This tutorial will show you how to implement inheritance in the data model, using Entity Framework Core in an ASP.NET Core application.
- Unit testing C# with NUnit and .NET Core | Microsoft Docs
- Integration tests in ASP.NET Core | Microsoft Docs Learn how integration tests ensure that an app's components function correctly at the infrastructure level, including the database, file system, and network.
- Logging and tracing - .NET Core | Microsoft Docs An introduction to .NET Core logging and tracing.
- ASP.NET MVC: Show Busy Indicator on Form Submit using JQuery and Ajax | Atten, John Image by Martin Abegglen | Some Rights Reserved As we all know, users are impatient. We also know that if we don’t tell them our application is “doing something” they tend to do silly things like click the mouse repeatedly, seeking some sign that the requested action is indeed being performed. For this reason, it is a good idea to throw up some sort of “busy” indicator when a user-initiated action may invoke a long-running process which requires them to wait. In this article we are going to demonstrate a very basic way to achieve this which will be effective…
- Async File Uploads in MVC 4 | Sampica, Bryan
- Create a JavascriptResult for ASP.NET MVC | Ugo Lattanzi's tech world Ugo Lattanzi's tech world
- MVC Recommended Resources | Microsoft Docs This topic provides links to documentation resources about ASP.NET MVC 5. If you know a great blog post, stackoverflow thread or any other link that would be...
- Passing .NET Server-Side Data to JavaScript | Schulz, Marius This post lists various methodologies to pass server-side C# data from an ASP.NET back-end to a JavaScript front-end.
- Set ViewBag using JavaScript or jQuery in ASP.Net MVC Here Mudassar Ahmed Khan has explained with an example, how to set ViewBag using JavaScript or jQuery in ASP.Net MVC Razor. ViewBag is created on Server Side of the Web application and hence it is not possible to directly set it on Client Side using JavaScript or jQuery. Thus, only possible way is to set it by making an AJAX call to the Controller’s Action method using jQuery AJAX function in ASP.Net MVC Razor. TAGs: ASP.Net, JavaScript, AJAX, jQuery, MVC
- Unobtrusive AJAX client side validation Remote method calls to check uniqueness of value | The ASP.NET Forums Hey there. I am trying to add some client side validation to my asp.net MVC 4 application (I wish I just could add the appropriate jquery libraries and just code the requisite jquery script on the...
- Using JavaScript with Ajax and Razor partial views | Pluralsight This guide shows how to effectively implement JavaScript functionality when creating a web page from Razor partial views, including form elements created using the Ajax.BeginForm helper method. Check it out!
- Retrieving Data with a JavaScript MVC Framework
- Bootstrapping AngularJS Applications with Server-Side Data from ASP.NET MVC & Razor — Marius Schulz | Schulz, Marius Many AngularJS applications require initial data on startup. Here's how you can pass server-side C# data from ASP.NET to HTML.
- Post data using the $resource Service in an ASP.NET MVC app | AngularJS See how to use a $resource service in AngularJS to post data to an ASP.NET MVC Controller.
- Homepage for client programming to Microsoft SQL Server | SQL Docs - Microsoft Docs
- sys.database_principals (Transact-SQL)
- CREATE USER (Transact-SQL) | Microsoft Docs
- sys.fn_listextendedproperty (Transact-SQL) - SQL Server | Microsoft Docs
- sp_addextendedproperty (Transact-SQL) - SQL Server | Microsoft Docs
- sp_updateextendedproperty (Transact-SQL) - SQL Server | Microsoft Docs
- Quick Start | Pester
- Basics of Writing a PowerShell Module with C#, Part 2: Debugging | PowerShell Magazine
- Writing Help for PowerShell Cmdlets | Microsoft Docs
- Writing Help for PowerShell Modules | Microsoft Docs
- CimCmdlets Module - PowerShell | Microsoft Docs Contains cmdlets that interact with Common Information Model (CIM) Servers like the Windows Management Instrumentation (WMI) service.
- HttpWebRequest Class (System.Net) | Microsoft Docs Provides an HTTP-specific implementation of the WebRequest class.
- JsonContent Class (System.Net.Http.Json) | Microsoft Docs Provides HTTP content based on JSON.
- JavaScriptSerializer.Serialize Method (System.Web.Script.Serialization) | Microsoft Docs Converts an object to a JSON string.
- JsonSerializer.Serialize Method (System.Text.Json) | Microsoft Docs Converts the value of a specified type into a JSON string.
- Microsoft.PowerShell.Archive Module - PowerShell | Microsoft Docs This section contains the help topics for the cmdlets that are installed with the PowerShell Microsoft.PowerShell.Archive module. The Archive module contains cmdlets that let you create and extract archive or ZIP files.
- PSRemotingJob.cs
- PowerShell | PowerShell Team
- PowerShell/Apache.psm1 at master | PowerShell/PowerShell
- PowerShell/demos/crontab at master | PowerShell/PowerShell
- PowerShell/rest.ps1 at master | PowerShell/PowerShell
- Quickstart in REST - PowerShell - Code Samples | Microsoft Docs Learn basic steps for creating, loading, and querying an Azure Cognitive Search index using the latest-version REST APIs and PowerShell cmdlets.
- Using Visual Studio Code for PowerShell Development - PowerShell | Microsoft Docs Using Visual Studio Code for PowerShell Development
- Writing Portable Modules - PowerShell | Microsoft Docs This article explains how to create modules new modules or update existing modules so that they work across the platforms supported by PowerShell.
- about_Classes - PowerShell | Microsoft Docs Describes how you can use classes to create your own custom types.
- vscode-powershell/launch.json at master | PowerShell/vscode-powershell Provides PowerShell language and debugging support for Visual Studio Code - PowerShell/vscode-powershell
- How to Support Jobs | Microsoft Docs
- about_Job_Details - PowerShell | Microsoft Docs Provides details about background jobs on local and remote computers.
- about_Jobs - PowerShell | Microsoft Docs Provides information about how PowerShell background jobs run a command or expression in the background without interacting with the current session.
- about_Thread_Jobs - PowerShell | Microsoft Docs Provides information about PowerShell thread-based jobs. A thread job is a type of background job that runs a command or expression in a separate thread within the current session process.
- PasswordCredential Class (Windows.Security.Credentials) - Windows UWP applications | Microsoft Docs Represents the password credential store.
- PowerShell Certificate Pinning | PowerShell Magazine
- about_Logging-Windows - PowerShell | Microsoft Docs PowerShell logs internal operations from the engine, providers, and cmdlets to the Windows event log.
- about_Logging_Non-Windows - PowerShell | Microsoft Docs PowerShell logs internal operations from the engine, providers, and cmdlets.
- about_Signing - PowerShell | Microsoft Docs Explains how to sign scripts so that they comply with the PowerShell execution policies.
- FS Dedunderator
- RIMSS - Raster Image Manipulation and Storage Service
- File Comparison Project
- Powershell-Modules
- DotNetProgrammersToolbox
- LErwineExample
- LTEControls
- WebConfigTool
- JsTypeCommander Validate, detect and convert JavaScript types and classes.
- JSCookbook
- PsSolutionManager
- Visual Studio Code Toolkit
- WGU Software 2 Project