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/clientWebApiRestASPNet
Consuming the Web Api Rest in ASP.Net using ASP.Net MVC and package System.Net.Http
jjorozcodev/EventStream-Example
Demo using Server-Sent Events (SSE) to real-time application using asyncronous tasks to show the current time
jjorozcodev/TodoApp-ReactJs
Todo App with ASP.Net Core and React Js
jjorozcodev/ADO.Net-vs-EF6
Console application to test the performance
jjorozcodev/agape
Aplicación móvil de suscripción a notificaciones de eventos.
jjorozcodev/WebApiRestASPNet
Creating a Web Api Rest in ASP.Net using WebApi and database Northwind.
jjorozcodev/agape-json-server
Serves a json response from a fake online REST server
jjorozcodev/android-alarm-manager
This class provides access to the system alarm services. These allow you to schedule your application to be run at some point in the future.
jjorozcodev/android-coroutines-example
A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously.
jjorozcodev/android-mvp-simple-example
Model–view–presenter (MVP) is a derivation of the model–view–controller (MVC) architectural pattern which mostly used for building user interfaces.
jjorozcodev/AssistControl
A little web project called Assist Control, you can mark your check in, lunch time and check out of your job.
jjorozcodev/async-programming-example-console
The core of async programming is the Task and Task<T> objects, which model asynchronous operations. They are supported by the async and await keywords.
jjorozcodev/ColorWebSite-UCA-Ejemplo-Despliegue-Azure
Proyecto de ejemplo en ASP.Net MVC con EF CodeFirst para desplegar en Azure
jjorozcodev/Demo-AplicacionesSegurasASPNet-OWASP
Demo para charla técnica sobre Aplicaciones Seguras en ASP.Net con OWASP Top 10
jjorozcodev/DevExpress-Web-Report-Viewer
The DevExpress Reporting Suite provides the capability to create reports and reporting applications targeted at the ASP.NET MVC platform.
jjorozcodev/DotNetZip-Example
Application for zip or unzip files
jjorozcodev/Example-JSON-Serializing-Deserializing
Serializing and Deserializing, JSON to Object, Object to JSON using NewtonSoft Json.NET and assembly System.Web.Extensions.dll
jjorozcodev/Export-Data-To-Excel-Format
Example with Web ASP.Net MVC: Download Excel file with data from SQL Server database
jjorozcodev/fetching-google-calendar-api
You can use the Google Calendar API to find and view public calendar events. If you're authorized, you can also access and modify private calendars and events on those calendars.
jjorozcodev/graphql-netcore-example
An implementation of GraphQL with Net Core using HotChocolate
jjorozcodev/Import-Data-From-Excel-Format
Example with Web ASP.Net MVC: Upload Excel file for insert data into SQL Server database
jjorozcodev/Jugando-con-Arquitectura-SOA
Creación de un simple servicio web ASMX y su consumo con cliente de escritorio Winform además de cliente Webform
jjorozcodev/K-nearest-neighbor-python-example
Example with Anaconda/Python 3 and Machine Learning
jjorozcodev/PaginatingDatatablesASPNet
Paginating data with Jquery Datatables and ASP.NET MVC.
jjorozcodev/Serilog-Example-Net-Logging
Serilog provides diagnostic logging to files, the console, and elsewhere. It is easy to set up, has a clean API, and is portable between recent .NET platforms.
jjorozcodev/SignalR-WebChat-Example
Working with... Tutorial: Real-time chat with SignalR 2 and MVC 5
jjorozcodev/TodoApi-ASPNetCore-Tutorial
Tutorial: Create a web API with ASP.NET Core >> https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-2.1&tabs=visual-studio
jjorozcodev/Universidad-ISI
UCA-ISI --- Práctica con MVC y EF
jjorozcodev/UploadImagesASPNetEF
How to upload images as VARBINARY type in SQL Server using EF6 codefirst and ASP.Net MVC
jjorozcodev/WebPushNotificacionsAPI
The Notification interface of the Notifications API is used to configure and display desktop notifications to the user.