johnzumbrum.com johnzumbrum.com

johnzumbrum.com

John Zumbrum, Product Manager and Software Engineer

Homepage for John Zumbrum, Product Manager and Software Engineer in Silicon Valley. Connect with John about software product development opportunities!

http://www.johnzumbrum.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR JOHNZUMBRUM.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.4 out of 5 with 5 reviews
5 star
2
4 star
0
3 star
2
2 star
0
1 star
1

Hey there! Start your review of johnzumbrum.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

8.9 seconds

CONTACTS AT JOHNZUMBRUM.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
John Zumbrum, Product Manager and Software Engineer | johnzumbrum.com Reviews
<META>
DESCRIPTION
Homepage for John Zumbrum, Product Manager and Software Engineer in Silicon Valley. Connect with John about software product development opportunities!
<META>
KEYWORDS
1 John Zumbrum
2 Software Engineer
3 Product Manager
4 C#
5 ASP.NET
6 Software
7
8 coupons
9 reviews
10 scam
CONTENT
Page content here
KEYWORDS ON
PAGE
here,jzumbrum@outlook com
SERVER
Microsoft-IIS/8.5
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

John Zumbrum, Product Manager and Software Engineer | johnzumbrum.com Reviews

https://johnzumbrum.com

Homepage for John Zumbrum, Product Manager and Software Engineer in Silicon Valley. Connect with John about software product development opportunities!

SUBDOMAINS

blog.johnzumbrum.com blog.johnzumbrum.com

John Zumbrum, Product Engineer

John Zumbrum, Product Engineer is writing on the Svbtle. John Zumbrum, Product Engineer. John Zumbrum, Product Engineer. Product Manager, Software Engineer, C# Developer. Limitations of SQL Server histogram based row count estimates. Recently, I came across a situation where a query with n-joins was occasionally slow. Here’s how I tracked down the problem. SQL Server Profiler. By setting it to only capture completed SQL batches and stored procedures, I isolated the offending query. Continue reading →.

LINKS TO THIS WEBSITE

blog.johnzumbrum.com blog.johnzumbrum.com

Migration plan from .NET 4 to .NET 4.6.1

http://blog.johnzumbrum.com/migration-plan-from-net-4-to-net-461

John Zumbrum, Product Engineer. John Zumbrum, Product Engineer is writing on the Svbtle. December 31, 2015. Migration plan from .NET 4 to .NET 4.6.1. We have a few legacy applications running at various version of .NET from 4 up to 4.6. Re-target all projects to .NET 4.6.1. in a feature branch, building to catch usage of deprecated BCL features. For each intervening release of .NET to find breaking changes that could affect our applications. Upgrade/patch all production servers with .NET 4.6.1.

blog.johnzumbrum.com blog.johnzumbrum.com

Upgrading EntityFramework

http://blog.johnzumbrum.com/upgrading-entityframework

John Zumbrum, Product Engineer. John Zumbrum, Product Engineer is writing on the Svbtle. May 2, 2016. Does ApplyCurrentValues() ring a bell for you? If so you’re probably as excited as I am with the latest version of EntityFramework and the simplified APIs for interacting and manipulating object state. Upgrade/Install NuGet package EF6.1.3. Update POCOGenerator.Context.tt. Open the .edmx file and update from database. Context.ContextOptions - context.Configuration. AddObject() - .Add(). Meta Data class a...

blog.johnzumbrum.com blog.johnzumbrum.com

Why do my asp.net views take so long to render?

http://blog.johnzumbrum.com/why-do-my-aspnet-views-take-so-long-to-render

John Zumbrum, Product Engineer. John Zumbrum, Product Engineer is writing on the Svbtle. August 9, 2016. Why do my asp.net views take so long to render? I’ve optimized my database queries with indexes and am caching output for 10 minutes at a time, but occasionally I have to recalculate the page, and it’s taking way longer than I like. Tools like firebug only show that the request spent a long time waiting on the server. What I really need is a tool to help me locate the bottleneck. Key Takeways Uses dif...

blog.johnzumbrum.com blog.johnzumbrum.com

Page 2

http://blog.johnzumbrum.com/page/2

John Zumbrum, Product Engineer is writing on the Svbtle. John Zumbrum, Product Engineer. John Zumbrum, Product Engineer. Product Manager, Software Engineer, C# Developer. Dec 29, 2015. NET Changes for the ASP.NET MVC Developer. NET 4, 4.5, 4.5.1 - 01/12/2016 - End of Support. NET 46.1 - 11/30/2015 - Minor Release. Incremental improvements and cleanup from .NET 4.6. NET 46 - 07/20/2015 - Major Release. NET 45.2 - 05/05/2014 - Minor Release. Profiling, debugging, tracing, minor improvements for ASP.NET.

blog.johnzumbrum.com blog.johnzumbrum.com

Building Blocks of the C# ASP.NET MVC Web Stack

http://blog.johnzumbrum.com/building-blocks-of-the-csharp-aspnet-mvc-web-stack

John Zumbrum, Product Engineer. John Zumbrum, Product Engineer is writing on the Svbtle. January 29, 2016. Building Blocks of the C# ASP.NET MVC Web Stack. The ASP.NET web stack is Microsoft’s mature platform for creating feature-rich, powerful web applications. C# is a high-level language that gets transformed into MSIL (Microsoft Intermediate Language by the compiler. MSIL is then further compiled down to machine language by the Runtime. MSIL is executed by the .NET Common Language Runtime (CLR). Certa...

wisksoftware.com wisksoftware.com

Wisk Documentation Handler

http://wisksoftware.com/getwisk.html

blog.johnzumbrum.com blog.johnzumbrum.com

Visual Studio Changes for the ASP.NET MVC Developer

http://blog.johnzumbrum.com/visual-studio-changes-for-the-aspnet-mvc-developer

John Zumbrum, Product Engineer. John Zumbrum, Product Engineer is writing on the Svbtle. January 1, 2016. Visual Studio Changes for the ASP.NET MVC Developer. Visual Studio 2015 - Jul 20, 2015. Significant Changes for ASP.NET Developers. Significant improvements in every area. Especially note: CodeLens, Git, Lambdas in Debugger Windows, Conditional Breakpoints, improved Editor features for javascript/html/css, NuGet Gallery, Diagnostic Tools Window. Find in Files enables appending results. Support for ad...

blog.johnzumbrum.com blog.johnzumbrum.com

SQL Server In-memory OLTP - Project Hekaton

http://blog.johnzumbrum.com/sql-server-inmemory-oltp

John Zumbrum, Product Engineer. John Zumbrum, Product Engineer is writing on the Svbtle. June 5, 2016. SQL Server In-memory OLTP - Project Hekaton. Uses different underlying data structures for data and index storage, thereby reducing or eliminating locks and contention. No more memory pages or extents. Memory is byte-addressable, whereas disk is block-addressable, Hekaton takes advantage of that difference. Enables natively compiled stored procedures. Jonathan Watts at RedGate:. Https:/ www.simple-t...

wisksoftware.com wisksoftware.com

Wisk Documentation Handler

http://wisksoftware.com/about.html

wisksoftware.com wisksoftware.com

Wisk Documentation Handler

http://wisksoftware.com/demo.html

UPGRADE TO PREMIUM TO VIEW 4 MORE

TOTAL LINKS TO THIS WEBSITE

14

SOCIAL ENGAGEMENT



OTHER SITES

johnzuikerworkroom.blogspot.com johnzuikerworkroom.blogspot.com

Workroom

All ideas on this blog are considered "work-in-progress" and property of John Zuiker. They may not be used without permission. Scenography Project - The House of Bernarda Alba by Federico Garcia Lorca. 3D Skills Project - Boo Radley's House from To Kill a Mockingbird. 3D Skills Project - - Jail Cell. I have been terrible about updating this, but soon I will post some pictures of my 3D skills project. I'm really proud of it so far, I just need to finish making the furniture that goes in it. A few days off.

johnzuke.blogspot.com johnzuke.blogspot.com

Redirecting

Youre about to be redirected. The blog that used to be here is now at http:/ www.johnzuke.com/. Do you wish to be redirected? This blog is not hosted by Blogger and has not been checked for spam, viruses and other forms of malware.

johnzukermusic.com johnzukermusic.com

johnzuker music

johnzulli.com johnzulli.com

Home

Whether he's writing articles, developing training programs or creating non-fiction books John Zulli in print is every bit as powerful as he is at the podium. Watch this video and find out what Boeing, Verizon, Mercedes Benz, NASA, Capital One and HBO already know- when your program has to be a success John Zulli is someone you can trust. Ou already possess everything you need to be a success.".

johnzumbrum.brandyourself.com johnzumbrum.brandyourself.com

John Zumbrum, Computer Software

This BrandYourself profile is automatically optimized to show up high in Google. John Zumbrum, software developer and entrepeneur. Worked with companies, with startups, and on my own projects. Whenever there's a market ripe for the picking, my adrenaline kicks in. Always looking for the Next Big Thing TM. Contact me if you have an interesting project! Lead Programmer and Proprietor. At Wisk Software LLC. At Red Ventures, Inc. August 2011 - March 2012. At Maztech, Inc. February 2006 - February 2009. Built...

johnzumbrum.com johnzumbrum.com

John Zumbrum, Product Manager and Software Engineer

Hi, I'm John! I take pride in owning products from start to finish, balancing business requirements, maintainability, UX, alacrity, and performance. C#/ASP.NET MVC is my preferred tool set, but I also use other tools when more appropriate. Productivity software interests me the most; I really enjoy empowering people to do more with their time, whether it's for biotech manufacturing, consumer internet, or B2B marketing. While I work. Occasionally, I write. Let's get in touch!

johnzunski.com johnzunski.com

johnzunski.com - This website is for sale! - johnzunski Resources and Information.

The domain johnzunski.com. May be for sale by its owner! This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.

johnzunski.wordpress.com johnzunski.wordpress.com

john zunski | Images and Words

Episodes 1 – 8. Episode 1 A Wise Monkey…. Episode 2 The Prank that Keeps On Giving. Episode 3 The Shithouse Poet. Episode 4 The Lightweight. Episode 5 The Midgets are Coming! The Midgets are Coming! Episode 6 What Comes Around Goes Around. Episode 7 The Parking Meter. Episode 8 The Petition. Episodes 9 – 14. Episode 9 The Shithouse Poet Returns… The Men’s Room. Episode 10 Is That What I Think it Is? Episode 12 It Could Only Happen Here. Episode 13 Take a Day Off…. Episodes 15 – 19. Episode 21 What a Night.

johnzur.com johnzur.com

John Zur's Notebook

Catch me on LinkedIN. Catch me on FACEBOOK. Best Movies of All Time. My Photo Albums on ShutterFly. My Photo Album on Picasa. My Springsteen Shows (Dates and Set Lists). Future of Rock Article. Election 2000 Position Paper. My Sister's Company (Art Guide for P-Town). Famous People I've Met. 2008 NJ Hall of Fame Newspaper Article. Big Man Book Review.

johnzurbach.com johnzurbach.com

John Zurbach -

November 19th, 2014. Places I’ve worked. Things I’m interested in. 2015 John Zurbach Find me elsewhere: twitter.

johnzurier.com johnzurier.com

john-zurier