“Paul and I were fellow speakers in the Microsoft technical training arena. He is well regarded as a solid technical resource.”
About
Paul…
Activity
-
Orlando, Florida, May 27, 2026 - The Training Boss is proud to announce a new agreement with Microsoft to continue delivering advanced technical…
Orlando, Florida, May 27, 2026 - The Training Boss is proud to announce a new agreement with Microsoft to continue delivering advanced technical…
Liked by Paul Sheriff
-
My late afternoons on Wednesdays involve a whistle, a plethora of snacks, and trying to convince a herd of 3/4 year olds that crowding the ball like…
My late afternoons on Wednesdays involve a whistle, a plethora of snacks, and trying to convince a herd of 3/4 year olds that crowding the ball like…
Liked by Paul Sheriff
-
After much reflection, I have made the difficult decision to step away from the Sitefinity community after 22 years. This is not an easy post for me…
After much reflection, I have made the difficult decision to step away from the Sitefinity community after 22 years. This is not an easy post for me…
Liked by Paul Sheriff
Experience & Education
Publications
-
Build an HTML Helper Library for ASP.NET MVC 5
Pluralsight
See publicationPaul's Training Company has developed a web site to input their product data. Your boss wants you to add a login screen and more pages to the site. Unfortunately, he needs it done quickly, so that means you need to work smarter. He wants all the controls to use Bootstrap and take advantage of HTML 5. Working with the limited set of HTML Helpers in MVC means you have to add a lot of custom attributes. This takes more time to code and leads to potential runtime errors. If you had more flexible…
Paul's Training Company has developed a web site to input their product data. Your boss wants you to add a login screen and more pages to the site. Unfortunately, he needs it done quickly, so that means you need to work smarter. He wants all the controls to use Bootstrap and take advantage of HTML 5. Working with the limited set of HTML Helpers in MVC means you have to add a lot of custom attributes. This takes more time to code and leads to potential runtime errors. If you had more flexible HTML Helpers that added HTML 5 and Bootstrap CSS for you, this would speed up development and testing. In this course you learn to build a set of MVC HTML Helpers to do just this.
-
Consolidating MVC Views using Single Page Techniques
Pluralsight
See publicationPaul's Training Company needs a web page to add, edit, delete, list and search for products at their company. You have been tasked with building this page using MVC 5, but don't want to use the five separate pages generated from the Visual Studio 2013 scaffolding engine. Instead you want to combine all those pages together in a “SPA”-like technique. You also want to take advantage of MVVM so you can reuse all data access and validation in a mobile application that is to come in the future. In…
Paul's Training Company needs a web page to add, edit, delete, list and search for products at their company. You have been tasked with building this page using MVC 5, but don't want to use the five separate pages generated from the Visual Studio 2013 scaffolding engine. Instead you want to combine all those pages together in a “SPA”-like technique. You also want to take advantage of MVVM so you can reuse all data access and validation in a mobile application that is to come in the future. In this course I will walk you through how to use all of these tools to accomplish this SPA-like technique in your MVC applications and improve your testability and reusability.
-
Extending Bootstrap with CSS, JavaScript and jQuery
Pluralsight
See publicationThis course will use a step-by-step approach for showing the student how to build several UI widgets using HTML, HTML 5, CSS/CSS3 and Bootstrap. The overall project for this course is a simple Music Site that shows how to build all these widgets. There will be step-by-step demos for each module to illustrate the concepts of building custom UI widgets. We will use Visual Studio 2013 to build the HTML, however, any editor can be used as we will not be using any Microsoft-specific technology. The…
This course will use a step-by-step approach for showing the student how to build several UI widgets using HTML, HTML 5, CSS/CSS3 and Bootstrap. The overall project for this course is a simple Music Site that shows how to build all these widgets. There will be step-by-step demos for each module to illustrate the concepts of building custom UI widgets. We will use Visual Studio 2013 to build the HTML, however, any editor can be used as we will not be using any Microsoft-specific technology. The concepts in this course can be applied equally to PHP, MVC, Web Forms, or any web development system. At the end of the course the student will have built several ready-to-use UI widgets they can incorporate into their own web projects right away.
-
Build your own Bootstrap Business Application Template in MVC
Pluralsight
See publicationCreating your own bootstrap template that you can reuse across many applications is simple. In this course you will build up a collection of components that you build into an MVC application. You will create both horizontal and vertical data-driven menu systems. You will see some jQuery libraries that can add great functionality to your MVC apps. In addition you will learn when you should use a library versus when you should create your own. You will see a collection of cool UI widgets that are…
Creating your own bootstrap template that you can reuse across many applications is simple. In this course you will build up a collection of components that you build into an MVC application. You will create both horizontal and vertical data-driven menu systems. You will see some jQuery libraries that can add great functionality to your MVC apps. In addition you will learn when you should use a library versus when you should create your own. You will see a collection of cool UI widgets that are much smaller than those you will download on the web. You will see how to create tables that can sort and page data both client-side and server-side. Finally you will learn to build maintenance pages with search, add, edit, and delete capabilities all one a single page.
-
Building Mobile Web Sites Using Web Forms, Bootstrap, and HTML5
Pluralsight
See publicationMost of us build typical business web sites using ASP.NET Web Forms. We are now being asked to build these as mobile-aware web sites. Using Bootstrap is a great place to start and Web Forms can do all of this - without having to learn MVC. This course will teach you how to build business applications using Web Forms, Bootstrap, HMTL5 and CSS3. You will be shown how to create standard business pages such as a Member Log In, Forgot Password, Member Sign Up, About, Contact Us, Address, Member…
Most of us build typical business web sites using ASP.NET Web Forms. We are now being asked to build these as mobile-aware web sites. Using Bootstrap is a great place to start and Web Forms can do all of this - without having to learn MVC. This course will teach you how to build business applications using Web Forms, Bootstrap, HMTL5 and CSS3. You will be shown how to create standard business pages such as a Member Log In, Forgot Password, Member Sign Up, About, Contact Us, Address, Member Profile, Credit Card, and many others. You will also learn how to create navigation for your business application.
-
WPF for the Visual Basic Programmer - Part 2
Pluralsight
See publicationVisual Basic Programmers are still in demand. Upgrade your skills by learning XAML and WPF. This course is specifically designed for the Visual Basic programmer and will get you up to speed quickly with WPF. In Part 2 you will learn the correct way to design WPF windows, how to use styles and all the most commonly used controls for business applications. You will gain a good knowledge of data binding and how to use the various list controls in WPF.
-
WPF for the Visual Basic Programmer - Part 1
Pluralsight
See publicationVisual Basic Programmers are still in demand. Upgrade your skills by learning XAML and WPF. This course is specifically designed for the Visual Basic programmer and will get you up to speed quickly with WPF. In Part 1 you will learn the correct way to design WPF windows, how to use styles and all the most commonly used controls for business applications. You will gain a good knowledge of data binding and how to use the various list controls in WPF.
-
WPF for the Business Programmer
Pluralsight
See publicationThere are so many cool things you can do with WPF that would be impossible or very difficult with Windows Forms. In this course you will see some creative ways to use the WPF List Box. Some screens that you can use right away in your business applications will be presented. You will learn some unique ways to put together user controls to create unique shapes. Finally you will create a shell application to make your WPF application look like Windows 8. This course goes way beyond the basics of…
There are so many cool things you can do with WPF that would be impossible or very difficult with Windows Forms. In this course you will see some creative ways to use the WPF List Box. Some screens that you can use right away in your business applications will be presented. You will learn some unique ways to put together user controls to create unique shapes. Finally you will create a shell application to make your WPF application look like Windows 8. This course goes way beyond the basics of WPF to give you some unique insights on how to create business applications.
-
How to Start and Run A Consulting Business
Pluralsight
See publicationHave you ever wanted to break out of the corporate life and be your own boss? Many people have this dream. In this course you will learn what it takes to start and be successful in your own consulting business. Throughout this course you will learn how to determine what your company should look like, how to manage your money wisely, how to get and keep clients, how best to survive the ups and downs of the economy and how to create an exit strategy. Your instructor has been running his own…
Have you ever wanted to break out of the corporate life and be your own boss? Many people have this dream. In this course you will learn what it takes to start and be successful in your own consulting business. Throughout this course you will learn how to determine what your company should look like, how to manage your money wisely, how to get and keep clients, how best to survive the ups and downs of the economy and how to create an exit strategy. Your instructor has been running his own successful business for over 22 years and shares his valuable insight so you too can be a success!
-
The Many Approaches to XML Processing in .NET Applications
Pluralsight
See publicationDid you know that you can use XML instead of a SQL database for applications? Did you know there is LINQ to XML that allows you to process XML documents quickly and efficiently? If the answer is no to either of these two questions, then you need to watch this course. XML files are very common in today's programming world. You will most likely need to read files, write files and query XML within your applications. .NET provides a rich set of XML processing classes that you can use to perform all…
Did you know that you can use XML instead of a SQL database for applications? Did you know there is LINQ to XML that allows you to process XML documents quickly and efficiently? If the answer is no to either of these two questions, then you need to watch this course. XML files are very common in today's programming world. You will most likely need to read files, write files and query XML within your applications. .NET provides a rich set of XML processing classes that you can use to perform all these functions. C# allows you to easily create, read and query XML files using XPath, LINQ to XML and other methods. In this course you will learn to read and write XML files using the various .NET classes. You will see some real-world uses of XML files in applications.
Recommendations received
4 people have recommended Paul
Join now to viewMore activity by Paul
-
Today is the day! Join me at the virtual Azure CosmosDB Conf 2026 starting at 9:00 am PST https://lnkd.in/eJHUCBB9 My session: Memory for Your…
Today is the day! Join me at the virtual Azure CosmosDB Conf 2026 starting at 9:00 am PST https://lnkd.in/eJHUCBB9 My session: Memory for Your…
Liked by Paul Sheriff
-
Fantastic first NDC Toronto is in the books! I saw people I hadn't seen for 20 years, met new people, talked about things I care about, learned…
Fantastic first NDC Toronto is in the books! I saw people I hadn't seen for 20 years, met new people, talked about things I care about, learned…
Liked by Paul Sheriff
-
What a night. 🎉 🧡 Last night the Anderson Center for Entrepreneurship & Innovation at the University of Tennessee had its end of year Awards…
What a night. 🎉 🧡 Last night the Anderson Center for Entrepreneurship & Innovation at the University of Tennessee had its end of year Awards…
Liked by Paul Sheriff
-
Yesterday was such a great day! I was honored to speak at the America's Credit Unions Small Credit Union conference in New Orleans. I had a…
Yesterday was such a great day! I was honored to speak at the America's Credit Unions Small Credit Union conference in New Orleans. I had a…
Liked by Paul Sheriff
-
I had a blast speaking (twice!) this week at #inVest48 with the Ohio Credit Union League. The highlight was my talk "AI: From Theory to Practice"…
I had a blast speaking (twice!) this week at #inVest48 with the Ohio Credit Union League. The highlight was my talk "AI: From Theory to Practice"…
Liked by Paul Sheriff
-
If I’ve learned anything in my career, it’s this: Work at a place where you matter as a person ❤️ This morning, my 21-month-old daughter used the…
If I’ve learned anything in my career, it’s this: Work at a place where you matter as a person ❤️ This morning, my 21-month-old daughter used the…
Liked by Paul Sheriff
-
I know this is LinkedIn, but I am going to share this announcement anyway, as I am very proud and excited. My wife, Jessica, just passed the NCLEX…
I know this is LinkedIn, but I am going to share this announcement anyway, as I am very proud and excited. My wife, Jessica, just passed the NCLEX…
Liked by Paul Sheriff
-
We are proud for our WCS Entrepreneurship and Innovation Campus partners at Visit Franklin and CEO Maureen Haley Thornton for their official opening…
We are proud for our WCS Entrepreneurship and Innovation Campus partners at Visit Franklin and CEO Maureen Haley Thornton for their official opening…
Liked by Paul Sheriff
-
The traditional picture of every year with the best in the world, Anders Hejlsberg. So many wonderful memories for 30 years now. Always grateful for…
The traditional picture of every year with the best in the world, Anders Hejlsberg. So many wonderful memories for 30 years now. Always grateful for…
Liked by Paul Sheriff
-
View my verified achievement from Accenture.
View my verified achievement from Accenture.
Liked by Paul Sheriff
-
Made it to the mothership to celebrate a week of excellence at the MVP/RD summit 2026 #mvpsummit The Training Boss
Made it to the mothership to celebrate a week of excellence at the MVP/RD summit 2026 #mvpsummit The Training Boss
Liked by Paul Sheriff
-
AgentCamp Memphis 2026 is in the history books! I want to thank all of the speakers, volunteers and attendees who made this event a success! By…
AgentCamp Memphis 2026 is in the history books! I want to thank all of the speakers, volunteers and attendees who made this event a success! By…
Liked by Paul Sheriff
-
Zot! Zot! OneOC recently teamed up with 34 of UC Irvine's SAGE Scholars on three service projects: assemble toiletry kits and write inspirational…
Zot! Zot! OneOC recently teamed up with 34 of UC Irvine's SAGE Scholars on three service projects: assemble toiletry kits and write inspirational…
Liked by Paul Sheriff
-
Read my latest blog post on why Azure Database for Postgresql is the strongest choice for AI Applications today https://lnkd.in/eyTARyCU I know it is…
Read my latest blog post on why Azure Database for Postgresql is the strongest choice for AI Applications today https://lnkd.in/eyTARyCU I know it is…
Liked by Paul Sheriff
-
With tax season upon us, now is a good time to evaluate how your Social Security benefits contribute to your overall tax liability.
With tax season upon us, now is a good time to evaluate how your Social Security benefits contribute to your overall tax liability.
Liked by Paul Sheriff
-
WCS Entrepreneurship and Innovation Campus was named the Education Institution of the Year by the DFA. This is a testament to Paula Chilton and her…
WCS Entrepreneurship and Innovation Campus was named the Education Institution of the Year by the DFA. This is a testament to Paula Chilton and her…
Liked by Paul Sheriff
Other similar profiles
Explore top content on LinkedIn
Find curated posts and insights for relevant topics all in one place.
View top content