jjorozcodev
Azure Community Hero • DotNetNicaragua Co-organizer • AWS Certified Cloud Practitioner • .NET Software Engineer
@DotNetNicaraguaNicaragua
Pinned Repositories
ProyectoSISDIST
Proyecto de la clase Sistemas Distribuidos
example-SQLinjection-BrokenAuth
Ejemplo de vulnerabilidades: A1 - SQL injection y A2 - Pérdida de Autenticación según OWASP TOP 10 2017
clientWebApiRestASPNet
Consuming the Web Api Rest in ASP.Net using ASP.Net MVC and package System.Net.Http
EventStream-Example
Demo using Server-Sent Events (SSE) to real-time application using asyncronous tasks to show the current time
OWASP-SQLinjection-dotnetcore
SQL Injection - Vulnerability Exposed with ASP.Net Core Web Api
Taller-Intro-React
Taller introducción a React.js con Comunidad Drupal Nicaragua
TodoApp-ReactJs
Todo App with ASP.Net Core and React Js
ubicATM
Ubica ATMs cercanos a la posición GPS actual.
WebApiRestASPNet
Creating a Web Api Rest in ASP.Net using WebApi and database Northwind.
WebService-ASMX
Creating a web service in ASP.Net using ASMX and database Northwind.
jjorozcodev's Repositories
jjorozcodev/OWASP-SQLinjection-dotnetcore
SQL Injection - Vulnerability Exposed with ASP.Net Core Web Api
jjorozcodev/Areas-ASP.Net-MVC
Example using areas in a ASP.Net MVC project
jjorozcodev/AspNetCoreMVC-TempusDominus
Example using TempusDominus plugin on ASP.Net Core MVC Project to set and get a TimeSpan variable with NetCore 2.2 and VS 2017.
jjorozcodev/BF-2Tier-Architecture-ConsoleApp
An example with Backend in C# and Frontend in VB.Net with a Console App.
jjorozcodev/Bootstrap-Growl-Example
Example using Bootstrap-Growl
jjorozcodev/BulkCopyExample
Example of how bulk load a SQL Server table with data from another source
jjorozcodev/c-sharp-101
Scott Hanselman and Kendra Havens review the basics of C#
jjorozcodev/currency-input-mask-example
Example with input mask for currency using javascript
jjorozcodev/EF-LINQ-Example
A simple example using Northwind and LINQ with EF to insert data and receive the generated ID.
jjorozcodev/example-array-objects-javascript
Example with array of objects with Javascript
jjorozcodev/Example-jQuery-UI
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.
jjorozcodev/Example-jTable
jTable is a jQuery plugin that is used to create AJAX based CRUD tables without coding HTML or Javascript.
jjorozcodev/example-partial-classes
Example using Partial Classes in C# and VB.Net
jjorozcodev/example-using-fomantic-ui
Example using forms and controls in HTML5 and CSS3 with Fomantic UI> https://fomantic-ui.com/
jjorozcodev/example-using-select2
Select2 was designed to be a replacement for the standard <select> box that is displayed by the browser.
jjorozcodev/Example-With-RegEx-Validations
Example using a regular expression for common validations
jjorozcodev/Examples-Forms-Layouts-Bootstrap-4-4
The world’s most popular framework for building responsive
jjorozcodev/Friendly-Url-AspNet-Webforms
Applying friendly Url's in a Asp.Net Webforms Project
jjorozcodev/html-layout-template
Creando un layout sencillo solo con HTML y luego añadiendo CSS
jjorozcodev/import-and-crop-images
Example importanting and cropping an image using inputs and img tag.
jjorozcodev/IterateDOMobjectsAndUseCORSanywhere
How to iterate objects in DOM and how to bypass 'Access-Control-Allow-Origin' error using cors-anywhere.
jjorozcodev/kotlin-coroutines-example
The main goal of coroutines is to "simplify asynchronous work by getting rid of callbacks." Coroutines are NOT threads. I like to think of coroutines as JOBS. And each "job" may contain "child jobs". Jobs that can run in any thread. Many coroutines can run in a single thread at once.
jjorozcodev/Learning-Dart
My practices with Dart language using Dart SDK and VS Code with Dart extension.
jjorozcodev/N-Tier-Architecture-ASP.Net-EF
Implementing N-Tier architecture on dotnet project with ASP.Net and Entity Framework
jjorozcodev/RazorPage-NetCore
Get started with ASP.NET Core Razor Pages in Visual Studio Code using dotnet core 3.0 on Linux
jjorozcodev/SweetAlert2-Example
Examples with SweetAlert2
jjorozcodev/VotacionUCA-WebApiRest
WebApi Rest para sistema distribuido: Votación UCA
jjorozcodev/VotacionUCA-WebApplication
Aplicación Web con ASP.Net MVC para sistema distribuido: Votación UCA
jjorozcodev/WebSocket-Client-Test
Html template to test WebSocket connection
jjorozcodev/WebSocketsDemo
A simple demo about how to implement WebSockets on ASP.Net MVC