"Proof" for the period of a simple pendulum using only dimensional analysis
This is not a mathematical proof for the period of a simple pendulum. For that you can find the basics in any first year physics book. »
This is not a mathematical proof for the period of a simple pendulum. For that you can find the basics in any first year physics book. »
I originally came across Stowage on the blog aggregator Awesome .NET. Its github repo has a description which reads "Stowage is a bloat-free .NET cloud storage »
Description JsonEnvelopes is a simple .NET Standard library which utilizes a concrete implementation of JsonCovnverter<T> (System.Text.Json) to serialize and deserialize objects »
I started paying attention to gRPC about a year ago. Almost every gRPC advocate and evangelist I came across touted its performance capabilities as a significant »
I've been working with Blazor Client (WASM) a fair amount recently and a couple of days ago someone asked me about how to load configuration from »
Last year I saw a reference to LiteDB on Awesome .NET. It described itself as "An embedded NoSQL database for .NET". That drew my attention. A »
In my previous post .NET Core Configuration Files I discussed a simple and resilient method of accessing configuration data with .NET Core. In this post I'll »
My first exposure to Blazor was prior to it having a name. In late 2017 I watched a recording of Steve Sanderson's NDC Oslo 2017 presentation »
Several months ago I found myself contemplating the creation of yet another HTML client, this time to help in prototyping a larger application concept I was »
I'm primarily a .NET developer but for a year I worked exclusively on a MacBook using Boot Camp to run Windows 10. Like many software companies »
My first look into F# was in 2011 when I read Programming F#. I enjoyed working through that book and I realized that F# had opened »
Every couple of years I settle on the general design for a full-stack application which I then use to explore various technologies and architectural patterns. I »
Previously I first investigated Squirrel.Windows as a technology for Windows application deployment two years ago during a search for an alternative to ClickOnce (my 2 »
Background I've found myself trying to quantify differences between available data store options in .NET many times over the last decade. Historically I've performed such comparisons »
Scheduled Azure WebJob Options I had a need to understand the options for scheduling Azure WebJobs. I quickly found the Azure documentation article Run background tasks »
Yes I did. I attempted to deploy to an Azure Web App from VS2015 while Fiddler was running. Of course it failed. More importantly I received »
For this discussion let us assume we wish to store configuration in the file config.json. { "epicswords": { "stormbringer": "elric", "excalibur": "arthur" } } If you start investigating configuration »
I recently stumbled across an item under Azure App Service's Development properties called "App Service Editor (preview)". It can be found in the Development Tools section »
I'm trying out Ghost for the first time. I've wanted to find an alternative to Blogger for a while now but just hadn't put the effort »
A Rocky Start I saw the initial announcement for Azure Functions in one of the Azure newsletters. I watched two channel9 videos and read what documentation »
Until the long file name issue is fixed node.js development on a Windows machine is going to continue to suck. That is all. »
On several occasions I’ve had issues with the naming of my Azure resources. The most annoying of these issues was when I’d created a »
Background In a post two years ago I expressed my admiration of ClickOnce. At the time we'd experienced years of tremendous success using it as our »
I'm a HUGE fan of Visual Studio. In my opinion it is the best IDE available by a wide margin. I've been a heavy user of »
Pre-Build Just as last year my flight from Portland to San Francisco was delayed due to foggy conditions in the bay area (note to self: no »
In File Explorer hold Shift+Right-Click on any selected item or group of items and you'll find the context menu item "Copy as path". Selecting this »
A quick comparison of the complexity of Web API versus Empty templates in ASP.NET Web Application creation. Values were recorded through inspection of the projects »
Abstract Currently Azure SQL allows you to configure your database in one of three service tiers, i.e. Basic, Standard and Premium. The service tiers each »
I recently attended the seminar CloudFest Azure Workshop at the Microsoft offices in downtown Portland, OR. The event was hosted by Northwest Cadence and the Marquam »
I spend time most weekends programming, typically in the evenings over a craft beer at my favorite pub. During these sessions I occasionally perform pressing tasks »
Getting my feet wet with Azure SQL tonight and I just created my first ever database on the platform. The first step was to create a »
Whether you love your source control system or it drives you completely mad there's no denying it's one of the most important tools you have as »
Pre-Build I left home for Build 2014 on the morning of April Fool's Day after only a couple hours of sleep. I arrived at PDX around »
The first version of Visual Studio I used heavily was VS 2003 and since then I've used every version typically installing them immediately upon RTM, sometimes »
I've had my Lenovo Thinkpad X1 Carbon for almost exactly a year now so I thought I post a quick follow-up to the original entry I »
I've been playing around with TypeScript for several weeks now and, overall, my early impressions are quite favorable. The typing system and its integration with Visual »
I spent two days last week sitting in on the online stream of ng-conf 2014 the first ever AngularJS conference. There was a ton of presentations »
Understand first, I've only been working with Angular in my free time over the last couple weeks. With that said I must admit I'm REALLY impressed! »
I have a Web API project which leverages an SQL database through Entity Framework. Pretty standard Microsoft technology stacks I've been using for years. When using »
While working on the MVC implementation for my FitTrack application I googled "cottage cheese" to cross reference a menu item entry. This is what I got. »
Let me start by stating, emphatically, I love CSLA.NET! I first became aware of this excellent framework in 2008 when my boss dropped Rocky's book »
I think most developers will probably relate with this frustration. I don't know how many times I've gone to add some cool new feature to an »
Until recently I didn't know that menus in Windows applications (File, Tools, Help, etc.) could be presented in more than one way. I discovered this little »
After almost five years with my previous laptop I was finally given a new one at work. My old HP has been an absolute work horse »
I spent three days last week at the 2013 P&P Symposium on the Microsoft campus in Redmond WA. I had high hopes going in »
I've never been a fan of JavaScript. Not because of the language itself. Syntactically it's a lot like C# (which I love) and functionally it provides »
I came across something I found sort of interesting a week or two ago. I had an array of integers that I wanted to use in »
I installed Visual Studio 2012 about two weeks ago and I've been spending time experimenting with it whenever possible. I have to admit I had more »
Let me be clear; I love Microsoft's ClickOnce. I've found it to be an absolutely fantastic deployment methodology for many scenarios. It allows developers to create »
No not "that" dream. The dream I've had for several years concerns the future of my personal computer. I envision a time when my "PC" is »
My first experience with a "browser" was Mosaic around 1994 in the Washington State University computer labs. I viewed it as a novel and somewhat intriguing »
I'm at work near the end of a long day. I spent almost the entire day writing documentation. As a developer I understand the absolute necessity »
I've fought it. I've kicked and screamed. I've ranted and raved. But all to no avail. It's over. Silverlight is dead. More's the pity. If only »
This is part 2 of my previous That pesky enum post. You should read part 1 first. In part 1 I defined the enum Beers and »
The .NET enum, such a simple concept. At the most basic level an enum is a collection of key/value pairs with a restricted string key »
I came across something that grabbed my attention the other day. I was working with a Silverlight application and had bound TextBox controls to two separate »
EOM »
I've been playing around with xaml technologies for several years now and it's given me the utmost respect for truly good UI designers. In the era »
When I first started developing software professionally I remember occasionally finding older code and thinking "how could someone design something so poorly?" I've been writing software »
This week my job duties shifted significantly. I've gone from doing primarily hands on development to researching development issues for upcoming projects or current problem processes »
Programming, a good craft beer and some down-tempo music. »
I read an article a while back written by an senior developer at Microsoft in which he advocated that EVERY serious developer should blog. It was »