About
A key differentiator is Clear Measure’s AI Software Factory approach, which accelerates…
Services
Articles by Jeffrey
Activity
3K followers
Experience
Education
Licenses & Certifications
-
Microsoft Certified Solution Deveoper (MCSD.Net)
Microsoft Corporation
Volunteer Experience
-
-
Founder, head facilitator
Code the Town
- Present 11 years 2 months
Education
This is a group for anyone interested in volunteering to teach Hour of Code https://hourofcode.com/us in the Austin and surrounding area school districts. The goal is to get community volunteers to give the age appropriate Hour of Code to every student at every grade level. We want to have our own community prepare students for a technology-based workforce. We also want to build a community of professionals and students that have a passion for coding and teaching. We want to begin the Hour of…
This is a group for anyone interested in volunteering to teach Hour of Code https://hourofcode.com/us in the Austin and surrounding area school districts. The goal is to get community volunteers to give the age appropriate Hour of Code to every student at every grade level. We want to have our own community prepare students for a technology-based workforce. We also want to build a community of professionals and students that have a passion for coding and teaching. We want to begin the Hour of Code in the high schools first. High school students would then be prepared to teach the younger students. Once this group has momentum, it will be able to form motivated teams and use software projects done for local non-profit organizations to not only reinvest in our community but also to help our youth gain experience in software engineering. Whether you are a student, parent, educator, or software professional, please join our Meet Up! This will be fun! And it will have a profound impact on the next generation.
-
Publications
-
.NET DevOps for Azure
APress
See publicationUse this book as your one-stop shop for architecting a world-class DevOps environment with Microsoft technologies.
.NET DevOps for Azure is a synthesis of practices, tools, and process that, together, can equip a software organization to move fast and deliver the highest quality software. The book begins by discussing the most common challenges faced by developers in DevOps today and offers options and proven solutions on how to implement DevOps for your team.
Daily, millions of…Use this book as your one-stop shop for architecting a world-class DevOps environment with Microsoft technologies.
.NET DevOps for Azure is a synthesis of practices, tools, and process that, together, can equip a software organization to move fast and deliver the highest quality software. The book begins by discussing the most common challenges faced by developers in DevOps today and offers options and proven solutions on how to implement DevOps for your team.
Daily, millions of developers use .NET to build and operate mission-critical software systems for organizations around the world. While the marketplace has scores of information about the technology, it is completely up to you to put together all the blocks in the right way for your environment.
This book provides you with a model to build on. The relevant principles are covered first along with how to implement that part of the environment. And while variances in tools, language, or requirements will change the needed implementation, the DevOps model is the architecture for the working environment for your team. You can modify parts of the model to customize it to your enterprise, but the architecture will enable all of your teams and applications to accelerate in performance.
What You Will Learn
Get your .NET applications into a DevOps environment in Azure
Analyze and address the part of your DevOps process that causes delays or bottlenecks
Track code using Azure Repos and conduct acceptance tests
Apply the rules for segmenting applications into Git repositories
Understand the different types of builds and when to use each
Know how to think about code validation in your DevOps environment
Provision and configure environments; deploy release candidates across the environments in Azure
Monitor and support software that has been deployed to a production environment
Who This Book Is For
.NET Developers who are using or want to use DevOps in Azure but don’t know where to begin -
ASP.NET MVC 5 LiveLessons
Pearson Education
See publicationOverview
ASP.NET MVC 5 LiveLessons provides web developers with an introduction to ASP.NET MVC, which includes a review of web applications on the Microsoft platform. This course educates the developer from a master software engineering perspective with an eye toward frictionless development, best practices, and build and test automation.
Description
Software engineer and Microsoft MVP Jeffrey Palermo guides developers through each part of the ASP.NET MVC 5 framework, and…Overview
ASP.NET MVC 5 LiveLessons provides web developers with an introduction to ASP.NET MVC, which includes a review of web applications on the Microsoft platform. This course educates the developer from a master software engineering perspective with an eye toward frictionless development, best practices, and build and test automation.
Description
Software engineer and Microsoft MVP Jeffrey Palermo guides developers through each part of the ASP.NET MVC 5 framework, and he demonstrates how to leverage each piece to its fullest with real-world code examples. Viewers will learn how to create well-structured MVC web applications from scratch, add libraries and dependencies to the web application without creating unnecessary coupling, and create dynamic web pages and screens that accept, validate, and process user input. Viewers will also learn how to expose complex data to the application’s users through screens, extend the MVC framework to create cross-cutting behavior with minimal code, and develop using HTML5, CSS3, and jQuery to create MVC web applications that function equally well on desktops, tablets, and smartphones. While learning the framework, viewers will learn how to properly structure a software system that uses separation of concerns and layering so that applications can be maintainable for years to come.
Based on the best-selling ASP.NET MVC 4 LiveLessons, this video training has been updated to use Visual Studio 2013 and the MVC 5 enhancements to security and authentication as well as integration enhancements such as WebAPI 2 and OData support. The result is that with MVC 5 and WebAPI 2, 80% of REST-style web services can now be done right alongside the rest of the web application without the complexity of WCF.
The source code repository for this LiveLesson can be found at www.informit.com/title/9780672337185. -
ASP.NET MVC 4 LiveLessons
Pearson Education
See publicationASP.NET MVC 4 introduces web developers to ASP.NET MVC, along with the history of web applications on the Microsoft platform. Developers will dive into each part of this framework and will learn how to leverage each piece to its fullest with code examples. Viewers will learn how to create well-structured MVC web applications from scratch, add libraries and dependencies to the web application without creating unnecessary coupling, create dynamic web pages and screens that: accept, validate, and…
ASP.NET MVC 4 introduces web developers to ASP.NET MVC, along with the history of web applications on the Microsoft platform. Developers will dive into each part of this framework and will learn how to leverage each piece to its fullest with code examples. Viewers will learn how to create well-structured MVC web applications from scratch, add libraries and dependencies to the web application without creating unnecessary coupling, create dynamic web pages and screens that: accept, validate, and process user input. Viewers will also learn how to expose complex data to the application users through screens, extend the MVC framework to create cross-cutting behavior with minimal code, and develop using HTML5, CSS3, jQuery to create MVC web applications that function equally well on desktops, tablets and smartphones.
-
ASP.NET MVC 2 in Action
Manning
The future of high-end web development on the Microsoft platform, ASP.NET MVC 2 provides clear separation of data, interface, and logic and radically simplifies tedious page and event lifecycle management. And since it's an evolution of ASP.NET, you can mix MVC and Web Forms in the same application, building on your existing work.
ASP.NET MVC 2 in Action is a fast-paced tutorial designed to introduce the MVC model to ASP.NET developers and show how to apply it effectively. After a…The future of high-end web development on the Microsoft platform, ASP.NET MVC 2 provides clear separation of data, interface, and logic and radically simplifies tedious page and event lifecycle management. And since it's an evolution of ASP.NET, you can mix MVC and Web Forms in the same application, building on your existing work.
ASP.NET MVC 2 in Action is a fast-paced tutorial designed to introduce the MVC model to ASP.NET developers and show how to apply it effectively. After a high-speed ramp up, the book presents over 25 concise chapters exploring key topics like validation, routing, and data access. Each topic is illustrated with its own example so it's easy to dip into the book without reading in sequence. This book covers some high-value, high-end techniques you won't find anywhere else!Other authorsSee publication
Projects
-
Open source database change management tool (AliaSQL)
Automated deployment of database schema and required data from your local development machine to testing, staging, and production. It is a console application that can be used with continuous integration systems such as TeamCity or Octopus Deploy.
Other creatorsSee project
Honors & Awards
-
Microsoft MVP (Most Valuable Professional)
Microsoft
Received every year since 2006
-
Microsoft MVP - 2006-2018
Microsoft MVP Award Program
I have been recognized with the 2006 (and each year since) Microsoft MVP award for my contributions to the technical community on the Microsoft platform.
-
Army Commendation Medal
United States Army
-
Eagle Scout
Boy Scouts of America
Recommendations received
22 people have recommended Jeffrey
Join now to viewOther similar profiles
Explore top content on LinkedIn
Find curated posts and insights for relevant topics all in one place.
View top contentOthers named Jeffrey Palermo in United States
18 others named Jeffrey Palermo in United States are on LinkedIn
See others named Jeffrey Palermo