
davepaquette.com
Dave PaquetteA blog about software development with a focus on Web Development on the Microsoft stack.
http://www.davepaquette.com/
A blog about software development with a focus on Web Development on the Microsoft stack.
http://www.davepaquette.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Monday
LOAD TIME
0.9 seconds
David Paquette
1201 - 71●●●●●●●●●ill Rd SW
Ca●●ry , Alberta, T3H 3R7
Canada
View this contact
David Paquette
1201 - 71●●●●●●●●●ill Rd SW
Ca●●ry , Alberta, T3H 3R7
Canada
View this contact
David Paquette
1201 - 71●●●●●●●●●ill Rd SW
Ca●●ry , Alberta, T3H 3R7
Canada
View this contact
16
YEARS
2
MONTHS
11
DAYS
GODADDY.COM, LLC
WHOIS : whois.godaddy.com
REFERRED : http://registrar.godaddy.com
PAGES IN
THIS WEBSITE
11
SSL
EXTERNAL LINKS
77
SITE IP
168.62.48.183
LOAD TIME
0.887 sec
SCORE
6.2
Dave Paquette | davepaquette.com Reviews
https://davepaquette.com
A blog about software development with a focus on Web Development on the Microsoft stack.
ASP.NET Core MVC Cache Tag Helper | Dave Paquette
https://www.davepaquette.com/archive/2015/06/03/mvc-6-cache-tag-helper.aspx
Loading View Components from a Class Library in ASP.NET Core MVC. ASPNET Core Distributed Cache Tag Helper. Submitting Your First Pull Request. Goodbye Child Actions, Hello View Components. Complex Custom Tag Helpers in ASP.NET Core MVC. ASPNET Core MVC Cache Tag Helper. Simply wrap the contents you want cached with a. Here is a simply example that would cache the output of a view component for 10 minutes. Last updated @DateTime.Now.ToLongTimeString(). Partial view and the. If no specific expiry is speci...
ASP.NET Core MVC Anchor Tag Helper | Dave Paquette
https://www.davepaquette.com/archive/2015/06/01/mvc-6-anchor-tag-helper.aspx
Loading View Components from a Class Library in ASP.NET Core MVC. ASPNET Core Distributed Cache Tag Helper. Submitting Your First Pull Request. Goodbye Child Actions, Hello View Components. Complex Custom Tag Helpers in ASP.NET Core MVC. ASPNET Core MVC Anchor Tag Helper. In today’s post in my series on the ASP.NET Core MVC Tag Helpers. I will explore the Anchor tag helper. This tag helper is used generate. Attributes to link to a particular controller action or MVC route. With the @Html.ActionLink.
Managing Entity Framework DbContext Lifetime in ASP.NET MVC | Dave Paquette
https://www.davepaquette.com/archive/2013/03/27/managing-entity-framework-dbcontext-lifetime-in-asp-net-mvc.aspx
Loading View Components from a Class Library in ASP.NET Core MVC. ASPNET Core Distributed Cache Tag Helper. Submitting Your First Pull Request. Goodbye Child Actions, Hello View Components. Complex Custom Tag Helpers in ASP.NET Core MVC. Managing Entity Framework DbContext Lifetime in ASP.NET MVC. You should use option 3. Option 1) The Using Pattern. One option is to use the using pattern:. EmployeeContext context = new. View(context.Employees.ToList() ;. Block where the context is disposed of in the fin...
How to use Gulp in Visual Studio | Dave Paquette
https://www.davepaquette.com/archive/2014/10/08/how-to-use-gulp-in-visual-studio.aspx
Loading View Components from a Class Library in ASP.NET Core MVC. ASPNET Core Distributed Cache Tag Helper. Submitting Your First Pull Request. Goodbye Child Actions, Hello View Components. Complex Custom Tag Helpers in ASP.NET Core MVC. How to use Gulp in Visual Studio. Updated Sept 16, 2015: Improved sample gulpfile. Updated Aug 30, 2015: Improved sample gulpfile and added sections to answer common questions. The streaming build system. Installing Node and Gulp. Npm install gulp -g. I wanted to use thi...
ASP.NET Core MVC Validation Tag Helpers Deep Dive | Dave Paquette
https://www.davepaquette.com/archive/2015/05/14/mvc6-validation-tag-helpers-deep-dive.aspx
Loading View Components from a Class Library in ASP.NET Core MVC. ASPNET Core Distributed Cache Tag Helper. Submitting Your First Pull Request. Goodbye Child Actions, Hello View Components. Complex Custom Tag Helpers in ASP.NET Core MVC. ASPNET Core MVC Validation Tag Helpers Deep Dive. In the last post. There are 2 validation tag helpers: the Validation Message tag helper and the Validation Summary tag helper. Validation Message Tag Helper. Attribute to a span element. Typically, we would place a valida...
TOTAL PAGES IN THIS WEBSITE
11
A way to customize bootstrap variables
http://blog.simontimms.com/2015/05/05/a-way-to-customize-bootstrap-variables
Ramblings about software and technology. Evolving Legacy ASP.net Applications. Mastering JavaScript Design Patterns. Social Data Visualization with HTML5 and JavaScript. Proudly published with Ghost. A way to customize bootstrap variables. May 5th, 2015. Unfortunatly the suggested approach for this is to customize the boostrap source code and rebuild it. The solution was to go to the web brain trust that is James Chambers. How does that look? Then I dropped into my gulpfile. As it turns out I already...
OData | Software Engineering
https://damienbod.com/category/odata
Web API OData V4 Keys, Composite Keys and Functions Part 11. September 12, 2014. Middot; by damienbod. Middot; in .NET. Middot; 7 Comments. This article demonstrates how OData Functions can be used together with entities which have simple keys, composite keys, entity collections or used as plain simple global functions. Part 1 Getting started with Web API and OData V4 Part 1. Part 2 Web API and OData V4 Queries, Functions and Attribute Routing Part 2 Part 3 […]. Web API OData V4 Batching Part 10. This ar...
MVC | Software Engineering
https://damienbod.com/tag/mvc
Implementing an Audit Trail using ASP.NET Core and Elasticsearch with NEST. February 28, 2017. Middot; by damienbod. Middot; in .NET. Middot; 1 Comment. This article shows how an audit trail can be implemented in ASP.NET Core which saves the audit documents to Elasticsearch using NEST. Code: https:/ github.com/damienbod/AspNetCoreElasticsearchNestAuditTrail. Should I just use a logger? ASPNET Core Action Arguments Validation using an ActionFilter. September 9, 2016. Middot; by damienbod. July 13, 2016.
ASPNET5 | Software Engineering
https://damienbod.com/category/aspnet5
NET Core logging to MySQL using NLog. March 3, 2017. Middot; by damienbod. Middot; in .NET Core. Middot; Leave a comment. This article shows how to log to MySQL in a .NET Core application using NLog. Code: https:/ github.com/damienbod/AspNetCoreNlog. Implementing an Audit Trail using ASP.NET Core and Elasticsearch with NEST. February 28, 2017. Middot; by damienbod. Middot; in .NET. Middot; 1 Comment. Should I just use a logger? Docker compose with ASP.NET Core, EF Core and the PostgreSQL image. This arti...
AngularJS | Software Engineering
https://damienbod.com/category/angularjs
Hot Module Replacement with Angular and Webpack. February 1, 2017. Middot; by damienbod. Middot; in Angular2. Middot; 1 Comment. This article shows how HMR, or Hot Module Replacement can be used together with Angular and Webpack. Code: Visual Studio 2015 project Visual Studio 2017 project Blogs in this series: ASP.NET Core, Angular with Webpack and Visual Studio Building production ready Angular apps with Visual Studio and ASP.NET Core Angular Lazy Loading with Webpack […]. January 21, 2017. January 1, 2...
Angular2 | Software Engineering
https://damienbod.com/category/angular2
Hot Module Replacement with Angular and Webpack. February 1, 2017. Middot; by damienbod. Middot; in Angular2. Middot; 1 Comment. This article shows how HMR, or Hot Module Replacement can be used together with Angular and Webpack. Code: Visual Studio 2015 project Visual Studio 2017 project Blogs in this series: ASP.NET Core, Angular with Webpack and Visual Studio Building production ready Angular apps with Visual Studio and ASP.NET Core Angular Lazy Loading with Webpack […]. January 21, 2017. January 1, 2...
Prairie Dev Con - Speakers
http://www.prairiedevcon.com/Speakers
Get to know the Prairie Dev Con Speakers for Winnipeg 2016! David Alpert, KORE Wireless. Kyle Baley, Particular Software. Adam L Barrett, Bitovi. Amir Barylko, Orthocoders. Being an incurable geek, always thirsty for knowledge, his passion for technology moved him towards Ruby on Rails (RoR) a few years ago, becoming an advocate of RoR web development. Amir is a rare combination of high technical skills, experience in a wide range of platforms, exceptional presentation skills and great sense of humour...
Angular | Software Engineering
https://damienbod.com/angular-2
This is my landing page which I use for presentations or reference. See the links underneath for getting started with Angular. Hot Module Replacement with Angular and Webpack. Angular 2.4.6. Angular Lazy Loading with Webpack 2. Angular 2.4.6. Building production ready Angular apps with Visual Studio and ASP.NET Core. Angular 2.4.6. Extending Identity in IdentityServer4 to manage users in ASP.NET Core. Angular 2.4.6. Angular search with ASP.NET Core and Elasticsearch. Angular 2.4.6. Angular 2.4.6. Https:/...
MVC | Software Engineering
https://damienbod.com/category/web/mvc
Implementing an Audit Trail using ASP.NET Core and Elasticsearch with NEST. February 28, 2017. Middot; by damienbod. Middot; in .NET. Middot; 1 Comment. This article shows how an audit trail can be implemented in ASP.NET Core which saves the audit documents to Elasticsearch using NEST. Code: https:/ github.com/damienbod/AspNetCoreElasticsearchNestAuditTrail. Should I just use a logger? Angular Lazy Loading with Webpack 2. January 14, 2017. Middot; by damienbod. Middot; in Angular2. Middot; 5 Comments.
Category: News | ASP.NET Monsters
https://www.aspnetmonsters.com/categories/Development/News
ASPNET Core Application Development. Heres a Handy List of Social Login Providers. BY : James Chambers. If you would like to have your web site use a social identity provider rather than creating or maintaining your own identity store you’ve got options. The Monsters Weekly - Episode 93 - React. The Monsters Weekly - Episode 92 - Saving CPU Cycles with Static Resource Hashes. The Monsters Weekly - Episode 91 - Middleware vs. Filters. The Monsters Weekly - Episode 90 - Formatting Dates.
TOTAL LINKS TO THIS WEBSITE
77
Dave Pappas Music | Dave Pappas Music
July 27, 2006. Welcome to dave pappas music.com. Posted by davepappas under Uncategorized. Welcome to davepappasmusic.com. This website provides a resource for you to access my music and dialogue about issues important to me. Check it out. July 27, 2006. 8220;No Rewind” Concert was a blast! Posted by davepappas under Uncategorized. Thanks also to Jon Isaacs, Marc Dittmer, and John Barlow who ran the sound and lights. I will be doing some solo gigs early in 2007. Stay tuned. Blog at WordPress.com.
davepappascreative.wordpress.com
Dave Pappas Creative Studio | Creative Design & Strategy from the Heart of Brooklyn
Dave Pappas Creative Studio. Creative Design and Strategy from the Heart of Brooklyn. Don’t Put All your Eggs into One Facebook Basket. 8220;Because we’re social… people will like us, share us and promote us without doing much… they’ll help to push our brand”. Nope Just like any new technology, it all depends on how you use it. One important factor for brands to consider is that Facebook is constantly evolving it’s product (like the new Timeline. It’s a closed system looking out for it’s best...Companies...
www.davepappasmusic.com
Home - Dave Pappas Realtor
Your Success is my Success. Short Sales Q and A. Borb 1776, dies 2012? 4th of July Facts. Hello and welcome to my website! Thank you and look forward to hearing from you,. Premiere Plus Realty, Co. 370 12th Ave. Suite #101. Naples, Florida 34102.
This site is under development
This site is under development. This page indicates the webmaster has not uploaded a website to the server. For information on how to build or upload a site, please visit your web hosting company's site.
Dave Paquette
Loading Related Entities: Many-to-One. Using Stored Procedures to Load Data with Dapper. Loading an Object From SQL Server Using Dapper. Authorize Resource Tag Helper for ASP.NET Core. Loading Related Entities: Many-to-One. This is a part of a series of blog posts on data access with Dapper. To see the full list of posts, visit the Dapper Series Index Page. Continuing with our sample domain for the ever expanding. Airline, we will now look at loading a list of. Id { get. FlightNumber { get. Id { get.
Training and Education Consulting - Home
Training and Education Consulting. Dave Paquin, Education Consultant. I work closely with a team of educational and technology professionals to provide consulting services in the following areas:. 1 Design employee education systems - With extensive experience analyzing workforce training requirements and designing comprehensive, we provide effective and efficient training programs to improve overall organizational performance.
Home - Dave Paradis
Hi there, I’m Dave Paradis. I’m a multi-talented marketer with two decades of experience in global marketing. Based in the Boston area and always eager to learn, teach and excited to work on new projects. What I can do. Whether it’s conceptualizing a marketing campaign, creating an infographic or developing an online presence, I work diligently until the project meets and exceeds expectations. Web Design and Development. Collateral, Branding and Identity. Read one of my latest posts. This post originally...
Martha's Vineyard Food Guy | A topnotch WordPress.com site
Martha's Vineyard Food Guy. A topnotch WordPress.com site. Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post. Create a free website or blog at WordPress.com.
Home
Offering drumming services in the Poconos. Hi, I'm Dave and I'm a professional drummer. I live in the Pocono Mountains of PA. If you need lessons, a drummer to play on your recordings, or a polished professional live player please click around my website and reach out to me to discuss your situation. 570-369-7841 or daveparfitt@gmail.com.
Dave Parfrey
SOCIAL ENGAGEMENT