LinkedIn / Mar 6, 2026 / 2 min
I'm noticing something unsettling in how I'm working, and I keep hearing the same contradiction from other developers: "I've never had this much fun coding—and I've never been more exhausted." The "satisfaction cycle" has collapsed.
LinkedIn / Feb 17, 2026 / 9 min
Your agent picks the wrong skill. You debug for 30 minutes.
LinkedIn / Jul 25, 2025 / 3 min
The Problem We've All Faced Picture this: You're debugging an issue in production, your container is running, and you need to inspect what's actually inside it. You fire up your terminal and start typing: Sound familiar? You're not alone.
LinkedIn / Jun 27, 2025 / 4 min
Ever get that late-night ping from a colleague with "hey I did this thing, what do you think..
LinkedIn / Apr 11, 2025 / 2 min
In today’s world of AI copilots, VS Code themes that change with your mood, and endless debates about tabs vs. spaces (it's tabs, don’t @ me), coding is as much about vibe as it is about syntax.
TattooCoder / Nov 5, 2020 / 1 min
It's seems not too long ago I was laying down the words for "So Many Ways to Learn .NET in 2020", but of course it was March yesterday too. This list is still very valid; 101 videos (youtube | channel9), Microsoft docs, the various shows now available on the new https:
TattooCoder / Feb 21, 2020 / 1 min
Did you know that every month, the docs team at Microsoft has a post for what's new in the .NET documentation? For each month there are new articles, updates to existing docs, and kudos for the community contributors. It's super easy to get involved in contributing to the docs for
TattooCoder / Jan 17, 2020 / 4 min
I have been running the well known ghost blogging platform on Azure AppService since ghost was version 0.10, about 8 years. In fact, it was before Azure had resource groups. This means that it's Node on Windows Servers and I'm doing a bit of maintenance for upgrading the version
TattooCoder / Jan 8, 2020 / 2 min
It's a new year and sure to be on your list, as well as mine, is learning. Here is a quick list of some .NET learning resources for you to check off that resolution for 2020. .NET 101 Videos - dot.net/videosIn September of 2019, many members if the
TattooCoder / Aug 14, 2019 / 1 min
Do you run an open-source project? Use Visual Studio Code and its extensive set of extensions when maintaining your project or even coding day to day? If you have an extension or set of them you prefer/recommend for your projects; you can enable other contributors by informing them with
TattooCoder / Jun 20, 2019 / 4 min
In my previous post, I showed how to take a WCF service and containerize it using Visual Studio. By doing so, this gives us the opportunity to push our heritage (aka legacy) application to the cloud either in Azure App Service using Web App for Containers, Azure Container Instances (ACI)
TattooCoder / Jun 14, 2019 / 3 min
There are a number of reasons for moving long-standing .NET Framework applications like WCF, and ASP.NET Webforms to containers and then into containers or "modernizing legacy heritage apps". DevOps - Once the application is set up in a container, build a CI/CD pipeline to build and
TattooCoder / May 23, 2019 / 1 min
The GitHub event announced a great new feature - GitHub Sponsors. GitHub Sponsors is a new way to financially support the developers who build the open source software you use every day. See the full announcement blog post for more information. Recognizing Contributors Recently, Brian Clark introduced me to all-contributors
TattooCoder / May 16, 2019 / 4 min
All related links: https://www.theurlist.com/autobloggerpost Jekyll is a very popular way to host a static site on GitHub and posting new content is a simple as creating a markdown file and then committing it to the relative repo. GitHub takes care of the rest. See the help
TattooCoder / Apr 19, 2019 / 2 min
The options for pushing your .NET Core application to the cloud are not lacking depending on what IDE or editor you have in front of you. Visual Studio has a rich GUI interface with choices to pick pursuant to the architecture of your app - Web, Containers, SQL Server, Registries,
TattooCoder / Dec 10, 2018 / 4 min
Many years ago I wanted to jump into a project in open source but had no idea where to start. I had worked with node.js, .NET and some other web-based technology but wasn't sure where to start and GitHub was new to me. Ironically, I fell onto Omnisharp and
TattooCoder / Oct 18, 2018 / 3 min
If nothing else is true, containers have made local development on a platform so much easier. If you want to use SQL Server for your backend just docker pull microsoft/mssql-server-linux and you can start up an instance with a few parameters. Azure CosmosDB is not available as a container,
TattooCoder / Oct 16, 2018 / 3 min
Keeping your code update to with the latest references can at times be a challenge with the rate of speed third-party dependencies can revise. However, with security patches and bug fixes constantly plaguing us it is a necessary exercise. I have been using dotnet-outdated to quickly run checks on my
TattooCoder / Oct 4, 2018 / 2 min
The Docker extension for VS Code was recently updated to better support .NET Core applications and the experience is super nice! The extension already has great support for building your containers, pushing images to Docker Hub, Azure Container Registry and tasks such as running a specific image or tagging an
TattooCoder / Aug 8, 2018 / 3 min
Since .NET Core was announced, I've really been loving the command line experience for .NET Core. Being able to use dotnet new to start a new application regardless of the OS or what shell/terminal experience is on a machine is the way to happiness. The Azure Functions team has
TattooCoder / Jul 17, 2018 / 2 min
I am a sucker for a great tool and even better if it's open source. Recently, I wrote up a post on why we should care about containers where I used SQL Server on Linux in a container and loaded some test data for an ASP.NET Core application in
TattooCoder / Jul 5, 2018 / 3 min
ASP.NET Core 2.1 added some great features for making external API calls easier to manage when there are network failures, or the service itself might be down. Scott Hanselman has a great series of posts where he has updated to take advantage of these features. Announcement on HttpClientFactory
TattooCoder / Jul 3, 2018 / 1 min
Just recently the .NET Core June 2018 Update dropped and the ASP.NET Workshop I had just set up for CI/CD build was in need of an update to 2.1.1 (Release Notes). Get the latest 2.1.1 Runtime | 2.1.301 SDK from the downloads page
TattooCoder / Jun 25, 2018 / 4 min
DevOps is the union of people, process, and products to enable continuous delivery of value to our end users. – Donovan Brown Build Status BackEnd Web API FrontEnd Razor Page App How often have you gone to a GitHub repo and found that the sample code is not up to date
TattooCoder / May 16, 2018 / 5 min
There has probably been more than one time in your development career where you've spent a few hours troubleshooting an issue only to find out it was a dependency or versions issue right? Environments varying from one to next, outdated components and setting up development machines are frustrations we can
TattooCoder / May 3, 2018 / 1 min
While I was creating a recent test application with Razor Pages, I found myself clicking the "new file" button in VS Code too many times when I wanted to add a new Page. I really love the .NET CLI and with every release, there seems to be something
TattooCoder / Apr 10, 2018 / 2 min
In 2016 at the MVP Summit hackathon I put together a .NET Core CLI Tool to search for docs on docs.microsoft.com and it worked well, but there were some shortcomings. It was scoped to the project, and there was no way to install the Nuget package using the
TattooCoder / Mar 21, 2018 / 2 min
If you have done any node.js development and have been required to hit code coverage marks prior to check in or CI/CD builds; you probably have used a tool like istanbul to check your percentages. image from instabul.js.org Getting code coverage reports on the command line
TattooCoder / Feb 1, 2018 / 2 min
If you've been to a conference around .NET in the last year or so, there's likely been workshop available from the .NET team. Jeff Fritz, Jon Galloway, Maria Naggaga, Damian Edwards and/or Daniel Roth and I have all presented in part some of the ConferencePlanner app. The workshop contains
TattooCoder / Jan 24, 2018 / 4 min
One of the responsibilities we have as Cloud Developer Advocates is having an understanding of the struggles of developers using the cloud in their daily tasks. One way to do that is to spend time looking over the latest questions on Stack Overflow with a little project called StackoverAzure. Instead
TattooCoder / Dec 20, 2017 / 2 min
Still think this is one of the best things to happen this year! @Docker + #Kubernetes pic.twitter.com/Bgk6fCbruW — Shayne Boyer (@spboyer) December 19, 2017 A few days ago the beta for Kubernetes was checked off for me and I rushed to the machine to get cracking on the
TattooCoder / Dec 12, 2017 / 1 min
Checkout http://shell.azure.com! A dedicated experience in a browser. No installation of the Azure CLI and all you need is your Azure account credentials to get going. I have even configured mine to use tmux by editing the .tmux.conf. Even works on the iPhone (as expected). Give
TattooCoder / Dec 8, 2017 / 1 min
I like to use Docker compose files for a couple of reasons. First, I have spent more time that I have in my vacation balance to understand the format. Second, they are great for local development even when I only have a single container, obfuscating the environment variables into a
TattooCoder / Dec 7, 2017 / 3 min
What if you could just add a package to your code? Like npm for node or nuget for .NET, run your app and have it in a container on a Kubernetes cluster? No command line tools like kubectl, helm, docker or whatever we are currently using to create our containerized
TattooCoder / Dec 5, 2017 / 3 min
The Azure Functions team has been doing some great work lately and as a part of that work the runtime for the runtime of the serverless function was ported to .NET Core 2.0 in late September. This set the stage really for cross-platform development and running of Azure Functions
TattooCoder / Nov 11, 2017 / 2 min
I recently picked up a Surface Book to start showing that I could do my job regardless of the machine I had. My talks around using command line for ASP.NET Core and Azure have primarily been using my MacBook Pro so to add some diversity to my presentations a
TattooCoder / Nov 6, 2017 / 5 min
Modernizing legacy apps has become the theme towards the end of this year or also known as "Lift and Shift". Nerd Dinner is an ASP.NET 4.7 app...
TattooCoder / Aug 29, 2017 / 4 min
Figuring out the best way to build and deploy any application regardless of the tech stack can be a sprint all in itself. So many questions to answer: What CI/CD pipeline do you use? Can't we just use the CLI? What about right-click-publish? Git Deploy? npm, yarn ? Docker, Kubernetes,
TattooCoder / Aug 9, 2017 / 2 min
Creating a number of resources and organizing them in any software solution can get daunting without some sort of method to your madness. In a project, developers might decide to use logical folder structures or naming conventions based on a framework or what just makes sense. Azure Resource Groups is
TattooCoder / Jul 14, 2017 / 4 min
Performance is always at the top of my mind when developing a web app. Using tools such as WebPageTest where a common hit against your grade will be the lack of CDN use will affect performance. Use of CDN - Each request for a piece of content to the web
TattooCoder / Jun 9, 2017 / 1 min
Tab completion on the command line is like having a superpower for some of the CLI tools we have at our fingertips. With so many commands, paramaters and/or options; it's nice to be able to type a few characters and tap the {Tab} key and get some help. I've
TattooCoder / Apr 20, 2017 / 2 min
Over the last couple of weeks, I've just skimmed the areas of ARM templates, CLI, Docker on Linux, Azure Functions and AppService Web Apps. Check out these articles and let me know if there is something you'd like to see more on; there's a ton to talk about to solve
TattooCoder / Apr 17, 2017 / 5 min
In my most recent Pluralsight course, I spent some time talking about using Swashbuckle to create documentation for ASP.NET Core WebAPI applications. Swashbuckle is the .NET Core implementation of the OpenAPI Specification aka Swagger, but there are many other open source tools too for other languages. The demo project
TattooCoder / Apr 17, 2017 / 2 min
One option for enabling the Swagger-UI capabilities is to direct the consumers of the api to http://petstore.swagger.io and have them put the url in the box at the top of the page. That's professional right? :-/ Alternatively, you can add the url of the service to the
TattooCoder / Apr 17, 2017 / 1 min
In my post Testing Azure Functions with Postman and Swagger I showed how to use the API Specification capabilities in Azure Functions and then take the endpoint url and test the API using Postman. Notice the url that is provided for the API. It isn't human readable, nor something I
TattooCoder / Apr 3, 2017 / 2 min
I've been spending quite a lot of time using Azure over the last many years. In fact, the portal was written in Silverlight. Now the the portal has a great modern UI and complimenting that is a CLI (command line interface) allowing for great automation, grep, awk, jamespath and much
TattooCoder / Mar 31, 2017 / 1 min
A new feature (preview) in Azure Functions is API Definition. This feature allows you to use the OpenAPI specification (aka Swagger) to document the functionality of your functions and/or endpoints. Checkout John Papa & I talk about using Swagger for ASP.NET Core on Pluralsight in Play by Play
TattooCoder / Mar 28, 2017 / 3 min
When sitting down to get started on a project, the start and stops of setting this and that up can be a non-starter. Sometimes, ok almost always, I just want check in code and have the build and deploy just happen. I'm a very big fan of CLI tooling. If
TattooCoder / Mar 28, 2017 / 1 min
See GitHub Issue #795 for the details and discussion. One of the undocumented changes of converting from project.json to csproj, was the <DocumentationFile> no longer automatically copied to the output folder during the build or publish process. There have been multiple solutions, both pre and post publish
TattooCoder / Mar 20, 2017 / 1 min
Taking on a new role as a Sr. Cloud Developer Advocate withing the Cloud and Enterprise group. What does that mean? Talking to the community about the technologies that I love; ASP.NET, ASP.NET Core, Docker, services and how these can best be run on Azure and what we
TattooCoder / Mar 9, 2017 / 4 min
Visual Studio 2017 has been released and the features are great for Windows developers. However along with it comes .NET Core 1.0 tooling and large improvements to the command line experience for macOS and Linux users developing ASP.NET Core applications. One of the prevalent features shown off in
TattooCoder / Mar 1, 2017 / 2 min
The decisions around what to use for packaging client side libraries is still a length discussion. Mostly, if not always, will start and stop with "It Depends...". However, getting started with something and being able to build upon that is a good starting point rather than what some
TattooCoder / Feb 25, 2017 / 1 min
Documenting its capabilities for the consuming developers can be a task if you take it on manually. Use Swagger to add self-documenting helper pages and test harnesses to your API.
TattooCoder / Feb 22, 2017 / 3 min
Application wide settings can be a long conversation when starting a new application. Here are just a few questions when some of my teams started this conversation: Do we use ENV variables? What about manual bootstrap? Configuration files? Should we get them from the server? Using angular-cli & environment.ts
TattooCoder / Feb 10, 2017 / 4 min
Note: At the time of this post, the dotnet cli version being used 1.0.0-rc4-004771 available from GitHub dotnet/cli repo - https://github.com/dotnet/core/blob/master/release-notes/rc4-download.md I have been a long time fan of the yeoman generator for ASP.NET Core and still
TattooCoder / Nov 17, 2016 / 2 min
.NET Core 1.1 RTM was announced yesterday along with Visual Studio for Mac! So of course, I jumped right over to install them both. During the install of the 1.1 version of .NET Core from the downloads page, hit a snag on OSX. If you have seen recent
TattooCoder / Nov 13, 2016 / 1 min
I use OSX as my primary development machine but still at time run to Visual Studio for work stuff, new features I'm testing etc. The most recent reason is Visual Studio '15 Preview and the new Docker features that are quite awesome. I didn't want to fire up the ThinkPad,
TattooCoder / Oct 19, 2016 / 8 min
Apache is a very popular HTTP server and can be configured as a proxy to redirect HTTP traffic similar to nginx. In this guide, we will learn how to set up Apache on CentOS 7 and use it as a reverse-proxy to welcome incoming connections and redirect them to the
TattooCoder / Aug 17, 2016 / 1 min
A few years back I made the jump to a Mac for my daily driver development machine for many reasons but there were a few times that I needed to fire up Visual Studio or Visio just for productivity or project specific reasons. Parallels has been my go to for
TattooCoder / Aug 1, 2016 / 1 min
What was challenging you most about ASP.NET Core - Documentation? Help the team work on what's important to you.
TattooCoder / Jul 29, 2016 / 1 min
Recently John and I took some time away to discuss how to get an Angular 2 application deployed to Azure. There were some challenges here and there with configuration, discussions about "just wanting to code" and more; it was a lot of fun. Here is the result of
TattooCoder / Jul 20, 2016 / 1 min
I'm going to work for Microsoft. What's My Job? I will be working on building out content for docs.microsoft.com, specifically ASP.NET Core and probably other things... Disney For the last 4 years I have had the opportunity to work with some very talented people building great products.
TattooCoder / Jun 21, 2016 / 1 min
After a week of vacation it's good to get back to some technology. Here are some of my favorites from last week, Dockercon 2016 and my various feeds. Enjoy! ASP.NET Core Angular 2, React, and Knockout apps on ASP.NET Core - Steve Sanderson ASP.NET Core and .NET
TattooCoder / Jun 10, 2016 / 1 min
Had a great time presenting at dotnetconf, even with the A/C broken a the house. Appreciate the comments and feedback. Although this was not super sexy new stuff, it is a real business case and a question I get asked more often than you think..."How do I
TattooCoder / Jun 6, 2016 / 1 min
ASP.NET Core Here is another edition of "Weekly Ink", this week's post has a great entry from Rick on running ASP.NET Core on IIS, Cory shows how to add 3rd party libraries when using the angular CLI, see how to deploy docker containers to kubernetes on
TattooCoder / Jun 2, 2016 / 4 min
When I use to read Golf Magazine (a long time ago), there was an interesting column called "What's in My Bag?" that profiled a professional player's equipment. It was an interesting read into what they carried and why they chose what club for what purpose. I am around
TattooCoder / May 31, 2016 / 5 min
In a recent post, the CLI and environment.ts were used to determing the current running environment and what settings to use. However, there were some shortcomings to this approach not only in the fact that only development and production were supported but others mentioned as well. In Angular 1.
TattooCoder / May 29, 2016 / 1 min
Another installment of "Weekly Ink". Ran across some great stuff early on in all of my interests, some of which I tweeted out early. Announcing WCF Connected Service for .NET Core RC2 and https://t.co/gP8Ofw519E Core RC2 https://t.co/pJRCaN2NLi #aspnetcore — Shayne Boyer (@spboyer)
TattooCoder / May 25, 2016 / 4 min
Being able to take the packaging off the new toy and spin up a new project is a lot of fun I must admit. However, when leaving the latest conference, hack-a-thon or turning away from the latest webcast on that shiny penny; real life hits and trying to get this
TattooCoder / May 24, 2016 / 1 min
This is the first installment of Weekly Ink where I'll share a few links if the articles, posts, videos etc that I found valuable. I am not a link collector, but feel the need to share certain posts that have some value, at least to me and if nothing else,
TattooCoder / May 18, 2016 / 3 min
Being able to edit code and see the changes on the fly is a big advantage when developing applications with all of the "moving parts" in today's tech stack. Simply hitting F5 doesn't cut it anymore. Everything needs to be compiled, minified, uglified, or transpiled to get your
TattooCoder / May 17, 2016 / 3 min
...be sure to read Angular 2:Re-Quickstart with the CLI Although the CLI includes a number of great features, the deployment of the application is a story or issue that is still under discussion (Production deploy #326). What is the right server, what are the features etc. A simple static
TattooCoder / May 17, 2016 / 2 min
The Angular team created a quickstart which is a great starter project template and I've covered that in another post which shows adding an express server to that to get you up and running with a more complete quickstart at Angular 2 : Getting Off the Starting Line. Both are great
TattooCoder / May 13, 2016 / 1 min
.NET Core Slack Channel Sign Up. Get your invite for the community channel here, created by Shayne Boyer @spboyer on twitter.
TattooCoder / May 12, 2016 / 3 min
Getting an application written is the first challenge, however having proper tests, running those tests in a continuous integration pipeline as well as deploying the application to your cloud host can be a task to setup. Here is a quickstart to create an application using the angular-cli, using codeship to
TattooCoder / May 3, 2016 / 3 min
The import statements in Angular 2 can get pretty cumbersome if you're using a lot of services, models, directives etc in any specific component. Looking at the basic "QuickStart", the app.component.ts doesn't seem very obtuse. import {Component} from 'angular2/core'; @Component({ selector: 'my-app', template: '<
TattooCoder / May 1, 2016 / 1 min
There has been a few request I have seen lately on how to get an Angular 2 development environment going using Visual Studio 2015. any one please guide me to video or blog, configuring Visual Studio 2015 for AngularJS 2 development using TypeScript — Dhananjay Kumar (@debug_mode) April 29,
TattooCoder / Apr 27, 2016 / 2 min
2016 is officially the year of the monkey, but I am calling it the year of the CLI (Command Line Interface). One of the recent talks I gave at DevIntersection was "Modern Web Toolchain". Mentioning CLI Tools and "Modern" does raise and eyebrow or two. It
TattooCoder / Apr 25, 2016 / 5 min
The Angular team created a quickstart repo over at https://github.com/angular/quickstart which is a great starter project template for basically a "Hello World" application. It provides: lite-server, which is a demo or local/development only server basic tests using karma typescript dependencies (tsconfig, typings) Getting
TattooCoder / Apr 25, 2016 / 1 min
It is not uncommon for developers to adorn their laptops, Macs, Surface Pros, etc with the sticky vinyls of the platforms, tools and frameworks of the stuff we like to use. Unless you have been under a rock, or just too busy to look up, ASP.NET is all new
TattooCoder / Apr 14, 2016 / 2 min
UPDATE: Now Version 1.0 of Visual Studio Released - Same steps apply for Version 1.0. In the most recent ASP.NET Community Standup (http://live.asp.net), Damian walked through the steps of getting RC2 debugging setup inside of Visual Studio Code - Insiders Build. Here are the
TattooCoder / Apr 11, 2016 / 5 min
Available on github : https://github.com/spboyer/ng2-kestrel-appserver Selecting the server architecture may or may not be a pivotal point in your application design...but it maybe it should. Micro-services, SOA, 12 Factor, ZDD and all of the other buzzwords do in fact have merit, getting away from the monolith
TattooCoder / Mar 29, 2016 / 1 min
.NET Slack Channel : Share, communicate, connect.
TattooCoder / Mar 15, 2016 / 1 min
Just a quick update on what the yo aspnet team has been working on. Bootstrap (aka Twitter Bootstrap) is the very well known UI layout engine and has been the standard for the ASP.NET generator. However, there was a contributor - Josh Williams pitching the idea of using Semantic
TattooCoder / Mar 4, 2016 / 1 min
I recently had an opportunity to sit with the team on the Adventures in Angular podcast and talk about my NON experience with Angular 1 and how my path into Angular 2 was going given I had some in depth TypeScript knowledge. AiA is a regular listen for me, the
TattooCoder / Feb 16, 2016 / 1 min
Come out to Orlando, **April 16-22** at the Disney Swan Hotel and see me and my friends speak about all of the latest and greatest technology. REGISTER using the code BOYER and save $$$. Register before March 1 for a workshop package and get your choice of Microsoft Band 2, Surface
TattooCoder / Feb 12, 2016 / 10 min
I have been following the Angular 2 and ASP.NET Core stories pretty close over the past year, and of course not ignoring Docker. I wanted to take some time and see what it would be like to take all of these different technologies, put each of them in a
TattooCoder / Feb 5, 2016 / 1 min
Anytime I have the opportunity to sit and run through showing another developer the latest thing I'm into a few things are likely to happen. First, we'll both probably learn something (let's hope). Secondly, it's just great to be able to "play" around with the tech and see
TattooCoder / Nov 30, 2015 / 2 min
One of the many new features of ASP.NET 5, and the "new" Microsoft as some would call it, is the implementation or integration of the open tooling and other package managers in the OSS world. Node, grunt, gulp and Bower are terms not unbeknownst to web developers
TattooCoder / Nov 20, 2015 / 2 min
There was a ton of cool that came out of the Connect()(http://connect2015.visualstudio.com/) event. For me the announcement of ASP.NET 5 going RC was a great milestone. Go Live License with support Linux, Windows, OS X Installers available - http://get.asp.net Checkout Cleanshave available
TattooCoder / Nov 13, 2015 / 3 min
Use the fastest SPA framework in Angular 2 with the best server framework ASP.NET 5 on any OS. A SPA template for today using tomorrow's technology.
TattooCoder / Nov 2, 2015 / 7 min
Getting a "code to deployment" workflow is a story many organizations want to have nailed down when looking into new technology stacks and architectures such as ASP.NET 5 and the container story like Docker. I hear from business leaders comments like; "...that's great, but how do
TattooCoder / Oct 29, 2015 / 1 min
It's been a great week of technology in Vegas. I met a lot of great people during my sessions, building some interesting stuff. Thanks to all of you who came out and to Richard Campbell and team for putting on a great event. Look forward to Spring in Orlando. Here
TattooCoder / Apr 29, 2015 / 2 min
Getting Started Visual Studio Code Go get Visual Studio Code! http://code.visualstudio.com, the all new cross platform development tool from Microsoft. Runtime You'll need DNX, formerly known as K or KRE (K Runtime Environment). You can get the full instructions on the ASP.NET Github repo. If you
TattooCoder / Mar 9, 2015 / 4 min
The default "ASP.NET 5 Preview Starter Web" template has everything you need out of the gate to get started on your next ASP.NET 5 project. On top of the responsive design, which has a new carousel control, it is also touch ready using hammer.js and
TattooCoder / Jan 29, 2015 / 5 min
Updated - 1.30.2014 After looking at the kpm pack or publishing step of this solution, there is an undesired affect. All of the folders in the root, now that this is the folder we are working in, will be published to the destination folders. Being approot & wwwroot
TattooCoder / Jan 16, 2015 / 10 min
This is a quick walkthrough on using ASP.NET 5 to build a Web API layer using MongoDB. The overall concept is not too dissimilar from previous examples you may have seen using X type of database, however there are some areas covered that are either new in MVC 6
TattooCoder / Dec 30, 2014 / 5 min
CodeProject If you have done any typescript development in Visual Studio in previous versions, you more than like are using the Web Essentials add in to perform the compilation to Javascript. Another option is to add a gulp task now that we
TattooCoder / Dec 13, 2014 / 3 min
One of the new features in Visual Studio 2015 for ASP.NET 5 is an agile development environment. What that means is now when you makes changes to your code, there is no need to re-compile to see the changes in the browser.  into the store that I have been working on. This first one is just a RSS type application for DZone.com, but it just the first version and the next installment
TattooCoder / Dec 3, 2012 / 1 min
Developer Workshops Joe Healy (@devfish) and I have been hosting workshops at the Microsoft Store in Orlando at the Florida Mall over the past few Thursdays. The current series has been focusing on Windows Store Apps, including game application development. Joe presented this past week on MonoGame for Windows 8
TattooCoder / Nov 16, 2012 / 1 min
What's really "completely embarrassing" as he so states in his post is the lack of observation. Original post here... First, yes I was and do in fact use a MacBook Pro and run Windows 8 on it. However the the sneaky photo fails to capture the full picture.
TattooCoder / Oct 11, 2012 / 1 min
I will be giving two talks this Saturday at Tampa Code Camp, being held at the University of South Florida in Tampa, Fl. For directions and more information visit http://www.tampacodecamp.com. Schedule for other sessions here. My Sessions Introduction to ASP.NET Web API - Why you should
TattooCoder / Oct 9, 2012 / 5 min
What is TypeScript? See http://www.typescriptlang.org TypeScript was recently released and has become the new hot topic. One of the questions I have asked and heard is can we use this for developing Windows Store Applications with Javascript and have the cool features that have been shown in
TattooCoder / Oct 1, 2012 / 1 min
I will be giving two talks this Saturday at Richmond Code Camp, being held at the University of Richmond in Richmond, Va. For directions and more information visit http://richmondcodecamp.org/and/or follow @CodeCamp on Twitter. Schedule for other sessions here. My Sessions Building Windows 8 Apps w/ MVVM
TattooCoder / Sep 25, 2012 / 5 min
Introduction Telerik recently released their Windows 8 UI Controls to RC on September 18th (see post here), and this is probably on the first in a series of posts I will put out showing them off. The first control here is the RadCustomHubTile. I chose this because I am in
TattooCoder / Sep 24, 2012 / 1 min
There are many user groups, meetups, developer groups, etc depending on where you live that are available to get involved in. This is one of many ways to meet other developers, see what they are doing, what projects and so fourth are going on in your neck of the woods
TattooCoder / Sep 20, 2012 / 2 min
Find Amber Available for Windows Phone Find Amber has finally been approved and is now available in the Windows Phone Store! This project is close to me, and not in a "I have lost a child" way thank God. But I do have children and if something were
TattooCoder / Sep 16, 2012 / 2 min
CodeProject The SimpleIoc addition in the most recent version of MVVMLight is a great add and really simplified the ViewModelLocator across all of the platforms supported in this framework. If you are not familiar with MVVM Light or what you types of project platforms it supports please go to http:
TattooCoder / Sep 10, 2012 / 1 min
The mobile development industry has probably the greatest up swing in comparison to the other development paths over the last 5 years. What I mean is that many more developers are focusing on either getting into mobile development (as in native apps), making sure their web apps are responsive and
TattooCoder / Sep 6, 2012 / 1 min
I will be giving two talks this Saturday at Southwest Florida Code Camp. If you are interested in hearing about ASP.NET WebAPI and/or MVVM Light, stop by either of my talks. 8:30 - 9:40 AM (Room 128) - Introduction to ASP.NET WebAPI - Why you
TattooCoder / Aug 31, 2012 / 6 min
CodeProject As usual throughout the day I have MetroTwit open and toast are constantly popping up here and there and I glance over to see what’s what. Then I see. from @WindowsAzure this: And all work stopped for me to check this out. Other than Windows Phone and Windows
TattooCoder / Aug 26, 2012 / 7 min
Now that Windows 8 and Visual Studio are in RTM I wanted to put together a quick entry for those Windows Phone developers making the transition to Windows 8 development with their MVVM Light skills. Laurent Bugnion, is the creator of the MVVM Light toolkit and I, as well as
TattooCoder / Aug 23, 2012 / 2 min
Remember these guys? This is what the stereotypical view was/is of what a "nerd" looks like. Developers today are a much different class of people for sure. I have met some pretty cool people over the past year that certainly do not fit the bill. Fishing enthusiast,
TattooCoder / Aug 16, 2012 / 2 min
So I spent last night leaping into the upgrade process on my MacBook Pro from Windows 7 to Windows 8 Pro. Now, some may call it leaping off, ridicule me for being a .NET guy and having a Mac, but that's a whole other conversation. I wanted to just point
TattooCoder / Aug 13, 2012 / 1 min
This past Friday I attended a Windows Phone Developer event put on by Rich Dunbar, who is a Nokia Developer Ambassador, here in Orlando. I have exchanged some tweets and emails with Rich in the past and watched some feedback from some of the previous events he had put on
TattooCoder / Aug 2, 2012 / 1 min
So here we are, the good stuff. When do we have to be done and what the heck do we get if we win? Dates Start NOW, if you have not signed up please do so here. This is important, I need your valid email address so that I can
TattooCoder / Aug 2, 2012 / 4 min
CodeProject In Part 1, we covered the following: Creating the application* Connecting the View and the View-Model* Adding an additional View or PagePart 2 we'll see how to add a button on the first page to navigate to the second page which will cover navigation and messaging to complete the
TattooCoder / Jul 26, 2012 / 1 min
Orlando Windows Phone & Metro User Group Announces - Dark Sky API Developer App Contest! Are you a Florida based developer? Have some skills you're dying to show off? Well now is the time! In support of the Florida .NET Development Community OrlandoWPUG is sponsoring a friendly contest of our
TattooCoder / Jul 18, 2012 / 6 min
CodeProject A few days ago, Rich Dunbar wrote a post about how to get started with with Windows Phone Development and the post went freaking viral. Now the reason here is that Rich, in his spare time, sponsors and host events for Nokia in order to promote Windows Phone Development
TattooCoder / Jul 16, 2012 / 3 min
](http://4.bp.blogspot.com/-Jy3jhSyRxC8/UAQk7AELoEI/AAAAAAAAAFs/05On55UJ26E/s1600/owpug-logo-new.png)Wow what a great start to the new group in Orlando! First, let me start
TattooCoder / Apr 12, 2012 / 2 min
Mary Jo Foley (@maryjofoley) tweeted that this article was depressing and I felt compelled to write an opinion. Now, let me first state that I am not a journalist or a professional blogger, yet a passionate developer who lives Windows Phone and has been an iPhone user for the last
TattooCoder / Apr 9, 2012 / 2 min
So its been 2 full days with the Windows Phone, jumping out of the iOS world using the Nokia Lumia 900 as my everyday device. I have to say I'm still swimming in the pool doing the backstroke. I love it! Battery life is great and I use the hell
TattooCoder / Apr 6, 2012 / 3 min
](http://2.bp.blogspot.com/-tqE8VSJQiWs/T3-T5Bhc3KI/AAAAAAAAAD8/ynqmWp4PMHU/s1600/Nokia900.png)Nokia Lumia 900The newest Windows Phone 7 device has arrived and I have to say I can't put it down! No seriously I can't! First, because
TattooCoder / Apr 3, 2012 / 2 min
I recently attended Orlando Code Camp for the second straight year and I must say that it really topped last year and I cannot wait to see what's in store for next. That's not the point of this post, but a number of sessions I attended there did put some