first_page

“How to Use Responsive Images” and other Tweeted Links…

Bryan D. Wilhite [BryanWilhite] How to Use Responsive Images [blog.ycombinator.com]

Bryan D. Wilhite [BryanWilhite] Mini.css – Minimal, responsive, style-agnostic CSS framework [minicss.org]

Bryan D. Wilhite [BryanWilhite] Conditionally adding entries inside Array and object literals [2ality.com]

Bryan D. Wilhite [BryanWilhite] Making SEO and UX Work Together [blogs.adobe.com]

Bryan D. Wilhite [BryanWilhite] Read and understand code faster with programming ligatures in Fira Code font [visualstudioextensions.vlasovstudio.com]

Bryan D. Wilhite [BryanWilhite] Microsoft launches new Arabic font in partnership with The Executive Council of Dubai [mspoweruser.com]

Bryan D. Wilhite [BryanWilhite] Coded UI vs White - Enterprise Craftsmanship [enterprisecraftsmanship.com]

Bryan D. Wilhite [BryanWilhite] 8 Open Source Test Automation Tools for Desktop Applications [blog.testproject.io]

Bryan D. Wilhite [BryanWilhite] C# TestStack.White For Beginners - C# Tutorials | Dream.In.Code [dreamincode.net]

Bryan D. Wilhite [BryanWilhite] Use UI Automation To Test Your Code [msdn.microsoft.com] [requires Visual Studio Enterprise]

Bryan D. Wilhite [BryanWilhite] Windows 10’s live tiles are vestigial, it’s time for them to go [mspoweruser.com]

Bryan D. Wilhite [BryanWilhite] The Acid Aesthetic: A Brief History of Psychedelic Design [printmag.com] » @nazsharif

Bryan D. Wilhite [BryanWilhite][asp.net] Core 2.0 with Damian Edwards and David Fowler [dotnetrocks.com] « @carlfranklin

Bryan D. Wilhite [BryanWilhite][json.net] not just for serialization | [asp.net] Monsters [aspnetmonsters.com]

Bryan D. Wilhite [BryanWilhite] question about EF theory: EF allows us to define keys but does not verify uniqueness by default, right? « @julielerman, @RowanMiller10

[Rowan Miller [RowanMiller10]]( "Rowan Miller [RowanMiller10]")@BryanWilhite@julielerman It will verify for data loaded into a single context. Relies on database for verification against other data.

Bryan D. Wilhite [BryanWilhite]@RowanMiller10@julielerman makes performance-related sense :)

Bryan D. Wilhite [BryanWilhite]@RowanMiller10 two instances of MyDbContext pointing at different DBs running in queries parallel causes tbl/vw-not-found error(s)

Bryan D. Wilhite [BryanWilhite]@RowanMiller10 error(s) go away when ctx classes are defined per DB based on MyDbContext; looks like EF associates… [twitter.com]

[Rowan Miller [RowanMiller10]]( "Rowan Miller [RowanMiller10]")@BryanWilhite Model is cached per context type. So you prob need to construct externally and pass in. CC @ajcvickers@divega to confirm

Bryan D. Wilhite [BryanWilhite]@RowanMiller10@ajcvickers@divega okay, but what does “construct externally” mean? ctor?

Diego Vega [divega]@BryanWilhite@RowanMiller10@ajcvickers It means create the model, set it on DbCotextOptions you pass on the DbCon… [twitter.com]

Diego Vega [divega]@BryanWilhite@RowanMiller10@ajcvickers We are trying to guess what you actually mean. Posting a repro StackOverfl… [twitter.com]

Bryan D. Wilhite [BryanWilhite]@divega@RowanMiller10@ajcvickers i think it is a race-condition issue: run multiple integration tests that use th… [twitter.com]

Diego Vega [divega]@BryanWilhite@RowanMiller10@ajcvickers But a race condition in the test or in product code?

Bryan D. Wilhite [BryanWilhite]@divega@RowanMiller10@ajcvickers the test code: multiple instances of the same DbContext-based class querying dif… [twitter.com]

Bryan D. Wilhite [BryanWilhite]@divega@RowanMiller10@ajcvickers running all the PV's together yields no error; running all Pbd's, no error; run… [twitter.com]

Diego Vega [divega]@BryanWilhite@RowanMiller10@ajcvickers Have you tried to repro this without EF? E.g. just ExecuteReader on the co… [twitter.com]

Diego Vega [divega]@BryanWilhite@RowanMiller10@ajcvickers How does the connection object get created? Honestly, Twitter is not a goo… [twitter.com]

Bryan D. Wilhite [BryanWilhite]@divega@RowanMiller10@ajcvickers the helper class that gets the connection is here: [gist.github.com] ; wil… [twitter.com]

Diego Vega [divega]@BryanWilhite@RowanMiller10@ajcvickers I don’t know what is going on but I would try removing EF from the picture… [twitter.com]

Bryan D. Wilhite [BryanWilhite]@divega@RowanMiller10@ajcvickers I appreciate your investigation but the error is exclusively related to EF schem… [twitter.com]

Diego Vega [divega]@BryanWilhite@RowanMiller10@ajcvickers I have only tried to guess. If you want anyone to actually investigate, you know what to do :)

Bryan D. Wilhite [BryanWilhite]@divega@RowanMiller10@ajcvickers With a smile you are framing this issue like it is “my” problem instead of regar… [twitter.com]

Diego Vega [divega]@BryanWilhite@RowanMiller10@ajcvickers Not really. I am saying unless you create an issue with a repro we cannot… [twitter.com]

Diego Vega [divega]@BryanWilhite@RowanMiller10@ajcvickers I have been trying to encourage you create an issue: this seems like inter… [twitter.com]

Bryan D. Wilhite [BryanWilhite]@divega@RowanMiller10@ajcvickers it is possible that i might run into this issue with the SQL Server Provider; wh… [twitter.com]

Bryan D. Wilhite [BryanWilhite] What is Micro ORM? [e.g. Dapper] | Gunnar Peipman - Programming Blog [gunnarpeipman.com]

Bryan D. Wilhite [BryanWilhite] SQL is 43 years old – Here’s why we still use it today [blog.sqlizer.io]

Bryan D. Wilhite [BryanWilhite] I liked a @YouTube video [youtu.be] Keynote: Model-Based Machine Learning

Bryan D. Wilhite [BryanWilhite] Show HN: Shortern URIs using Huffman Coding, not a database [urizip-dot-populace-soho.appspot.com]

Bryan D. Wilhite [BryanWilhite] How to connect and configure IIS running on Nano – benjamin perkins [blogs.msdn.microsoft.com]

Bryan D. Wilhite [BryanWilhite] IIS and [asp.net] Core Rewrite Rules for Static Files and Html 5 Routing - Rick Strahl's Web Log [weblog.west-wind.com]

Bryan D. Wilhite [BryanWilhite] For the First Time, Microsoft Got More Revenue From Office 365 Than From Traditional Office Software Licensing [news.slashdot.org]

Bryan D. Wilhite [BryanWilhite] Stop overusing interfaces [blog.hovland.xyz]

Bryan D. Wilhite [BryanWilhite] Hisham's Blog - Goodbye Platform Abstractions!! [hishambinateya.com]

Bryan D. Wilhite [BryanWilhite] Announcing the .NET Framework 4.7 General Availability | .NET Blog [blogs.msdn.microsoft.com]

Bryan D. Wilhite [BryanWilhite] C# Futures: Relaxed Overrides [infoq.com]

Bryan D. Wilhite [BryanWilhite] Zybermark: Simple, Fast and Accurate Running Average in C# [zybermark.blogspot.com]

Bryan D. Wilhite [BryanWilhite] Iteratively reweighted least squares - Wikipedia [en.wikipedia.org]

Bryan D. Wilhite [BryanWilhite] Moving average - Wikipedia [en.wikipedia.org]

Bryan D. Wilhite [BryanWilhite] FuncShell – A Haskell-based alternative to awk [github.com] » @Odytrice

Bryan D. Wilhite [BryanWilhite] Functional pattern: flatMap [2ality.com]

Bryan D. Wilhite [BryanWilhite] “Using several tracesources is not good when it takes multiple threads.” [stackoverflow.com]

Bryan D. Wilhite [BryanWilhite] 2010: Routing System.Diagnostics.Trace and System.Diagnostics.TraceSource logs through NLog | NLog [nlog-project.org]

Bryan D. Wilhite [BryanWilhite] 2014: Things your Dad never told you about NLog - The Blog of Dan Esparza [danesparza.net]

Bryan D. Wilhite [BryanWilhite] Configure rolling file logging for nlog [gist.github.com]

Bryan D. Wilhite [BryanWilhite] Void-Free Style in C# 7.0 – Lukáš Lánský [programming.lansky.name]

Bryan D. Wilhite [BryanWilhite] Five Surprises after using .NET Core for six months | George Stocker [georgestocker.com]

Bryan D. Wilhite [BryanWilhite] There is no pass by reference in Go [dave.cheney.net]

Bryan D. Wilhite [BryanWilhite] First introduction to LaTeX [sharelatex.com]

Bryan D. Wilhite [BryanWilhite] Using NeuralNets to make smooth character animations [techcrunch.com]

Bryan D. Wilhite [BryanWilhite] Paula Scher: MAPS [amazon.com][twitter.com]

Bryan D. Wilhite [BryanWilhite] Microsoft phone revenue fell to $5M last quarter, from $1.4B two years ago [neowin.net]

Bryan D. Wilhite [BryanWilhite] Paula Scher: Do What You've Never Done Before [youtube.com] » @nazsharif

Bryan D. Wilhite [BryanWilhite] Scott Galloway - How Amazon is Dismantling Retail - YouTube [youtube.com]

Bryan D. Wilhite [BryanWilhite] Indian IT firm Infosys to hire 10,000 American workers [arstechnica.com]

Bryan D. Wilhite [BryanWilhite] Apple has damaged the perceived value of software [mattgemmell.com]

Bryan D. Wilhite [BryanWilhite] I liked a @YouTube video [youtu.be] Five Years of Curiosity on Mars (public talk)

https://github.com/BryanWilhite/