15,746,107 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
ChatGPT
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Articles by Peter Carrasco (Articles: 9, Tip/Tricks: 2)
Articles: 9, Tip/Tricks: 2
Articles
Technical Blogs
Tips and Tricks
Reference Articles
Projects
Average article rating: 4.90
On-Premise Application Identity: Windows Authentication in ASP.NET MVC
8 May 2014 Updated:
12 May 2014
Rating: 4.83/5 Votes: 5 Popularity: 3.38
Licence: CPOL Views: 90,784
Bookmarked: 19
Downloaded: 0
Please
Sign up or sign in
to vote.
Move your local MVC application to the big league with Active Directory, DNS, and IIS on Windows Server 2012
Database Development
NoSQL
High Performance Search using MongoDB and ASP.NET MVC
11 Jun 2014 Updated:
29 Dec 2015
Rating: 4.92/5 Votes: 15 Popularity: 5.64
Licence: CPOL Views: 42,241
Bookmarked: 37
Downloaded: 0
Please
Sign up or sign in
to vote.
High Performance search using MongoDB and ASP.NET MVC
Hosted Services
AWS
Data Cache Synchronization using AWS SNS and Lambda
29 Dec 2015 Updated:
29 Dec 2015
Rating: 5.00/5 Votes: 3 Popularity: 2.39
Licence: CPOL Views: 16,713
Bookmarked: 6
Downloaded: 0
Please
Sign up or sign in
to vote.
This article describes a pub-sub model using AWS Lamdba along with SNS to keep your AWS-hosted RDMB system of record and cache in sync.
Mobile Apps
Techniques for Mobile-friendly ASP.NET MVC 4.0 web sites - Part 2 - jQuery Mobile
23 Oct 2012 Updated:
22 Jan 2013
Rating: 4.89/5 Votes: 17 Popularity: 6.02
Licence: CPOL Views: 61,084
Bookmarked: 45
Downloaded: 0
Please
Sign up or sign in
to vote.
Using jQuery Mobile to enhance the mobile user experience of ASP.NET MVC applications.
Programming Languages
C#
Improving your MVC Unit Tests with Interfaces, Dependency Injection, and Mocking
2 Nov 2014 Updated:
2 Nov 2014
Rating: 4.94/5 Votes: 11 Popularity: 4.94
Licence: CPOL Views: 55,646
Bookmarked: 27
Downloaded: 0
Please
Sign up or sign in
to vote.
An introduction to developing and testing MVC controllers that are loosely coupled to heavy weight service classes that use external services such as SQL databases.
C# 4.0
Using the Entity Framework 4.3 in .NET Development
19 Aug 2012 Updated:
8 Sep 2012
Rating: 4.80/5 Votes: 12 Popularity: 5.00
Licence: CPOL Views: 73,244
Bookmarked: 54
Downloaded: 0
Please
Sign up or sign in
to vote.
This article describes how to use the Entity Framework version 4.3 in your Windows desktop or web application for database access.
Web Development
ASP.NET
Embedded Application Identity Part 1: Basic Identity Management in ASP.NET MVC 5
8 May 2014 Updated:
8 May 2014
Rating: 4.95/5 Votes: 9 Popularity: 4.72
Licence: CPOL Views: 48,704
Bookmarked: 25
Downloaded: 0
Please
Sign up or sign in
to vote.
Identity Management using the ASP.NET Identity database embedded in your ASP.NET MVC application
Embedded Application Identity Part 2: Role-Based Authorization in ASP.NET MVC 5
8 May 2014 Updated:
8 May 2014
Rating: 4.83/5 Votes: 3 Popularity: 2.31
Licence: CPOL Views: 35,779
Bookmarked: 13
Downloaded: 0
Please
Sign up or sign in
to vote.
Add feature authorization to your MVC application with Roles
Techniques for Mobile-friendly ASP.NET MVC 4.0 web sites
9 Oct 2012 Updated:
5 Mar 2013
Rating: 4.90/5 Votes: 29 Popularity: 7.17
Licence: CPOL Views: 81,809
Bookmarked: 77
Downloaded: 0
Please
Sign up or sign in
to vote.
How to make your ASP.NET MVC 4.0 web application mobile friendly.
Average blogs rating:
No blogs have been submitted.
Average tips rating: 5.00
Database Development
MongoDB
MongoDB and .NET: Securing your MongoDB data with user authentication [Tip/Trick]
28 Jun 2014 Updated:
28 Jun 2014
Rating: 5.00/5 Votes: 1 Popularity: 0.00
Licence: CPOL Views: 24,083
Bookmarked: 7
Downloaded: 0
Please
Sign up or sign in
to vote.
Programming Languages
C# 4.0
Server-side Input Validation using Data Annotations [Tip/Trick]
11 Sep 2012 Updated:
11 Oct 2012
Rating: 5.00/5 Votes: 4 Popularity: 3.01
Licence: CPOL Views: 49,678
Bookmarked: 10
Downloaded: 0
Please
Sign up or sign in
to vote.
A quick introduction to data annotations in C#
Average reference rating:
No reference articles have been posted.
Average project rating:
No projects have been posted.
Peter Carrasco
Team Leader
United States
I am a senior software engineer and technical lead for a mid-sized technology firm. I have an extensive background in designing, developing, and supporting ASP.NET web-based solutions. I am currently extending my skill-set to the area of application identity management and access control.