LizetP.'s repositories
BrokenAccessControl
This is an overly simple example of an ASP.NET WebForms 4.7 application with the OWASP 2017 A5: Broken Access Control Vulnerability
DebbugingDemo
Sample application to debug parallel code and how CPU utilization can be reduced by using the TPL vs Threads
EntityFrameworkDemo
WebForms application showcasing the use of EF with database first approach. This solution is used to show performance profiling of a two tier web application with SQLExpress database.
MyCalculator
This is a overly-simplistic solution that showcases Live Unit Testing in Visual Studio 2017 15.7.x
active-directory-angularjs-singlepageapp-dotnet-webapi
An AngularJS single page app, implemented with an ASP.NET Web API backend, that signs users in using Azure AD and calls another web API using OAuth 2.0 access tokens.
active-directory-dotnet-daemon-certificate-credential
A .NET 4.5 daemon application that uses a certificate to authenticate with Azure AD and get OAuth 2.0 access tokens.
active-directory-dotnet-daemon-v2
A web application that sync's data from the Microsoft Graph using the identity of the application, instead of on behalf of a user.
angular2-seed
Simple demo on how to use ADAL.js with Angular2
AngularSample
Repository for Chalk talk with Angular sample code
ComponentsWithKnownVulnerabilities
Sample solution showcasing the use of the SafeNuGet package to do a static code analysis on components used in the solution with known vulnerabilities
fibonacci
A recreation of the Fibonacci series. Write a function or method that given an integer will determine if the integer is part of the Fibonacci Series and if it is the output also prints the two integers that preceeds the integer that was passed as an argument to the function or method.
MVCSampleMemoryLeak
This solution is an ASP.NET MVC Web application that shows a memory leak loading an array in memory every time a new http request is made to the Home controller default index. The solution is meant to showcase the Profiling Sessions for Memory Analysis.
NetStandardLibrary
Initial commit
NewFeaturesCSharp7
This solution illustrates the new language features introduced on C# 6 and 7
project-aspnet-dotnet4.6-webapp
Sample ASP.NET MVC application targeting dotnet framework 4.6
StaticCryptoAnalyzers
Small solution to test the static code analyzers nuget package. There are weak cryptography algorithms that should be detected by the static code analysis
VSCode_AngularSPA_AAD
This repository contains an Angular 1.2 SPA application, one Web API middle tier service. This solution is only used to showcase Git version control with VSCode 2017.
VSCode_ChalkTalk
PDF file with slide deck presentation used during the VSCode 2017 Tips and Tricks Chalk Talk
Caching
Libraries for in-memory caching and distributed caching.
DebuggingDemo
Sample solution touse debugger in the VS 2017 IDE
TasksHOL
Sample solution debugging a parallel application
WordCount
Advanced Debugging class