blog

  •  Home
  •  About
  •  Blog
  •  Categories
  •  Contact
  •  Resume
  • Search
  • Menu
  •  Home

  •  About

  •  Blog

  •  Categories

  •  Contact

  •  Resume

Recent Posts

Migrating asp.net core MVC 2.2 to 3.0

November 21, 2019

Creating Composite Key Lists in C++

November 10, 2019

Changing Skills in Development and Technology

July 15, 2019

Lua: Checking if a month/day is in a range

November 24, 2018
View more posts

Migrating asp.net core MVC 2.2 to 3.0

November 21, 2019

4 minute read

I’ve been working on a project the past few months in asp.net core 2.2 and am in the process of converting various aspects of it over to Blazor (more on that soon). The first step is getting everything converted, in place, to asp.net core 3.0.

  • Continue Reading
    • Development
    • asp.net core
    • asp.net core mvc
    • asp.net mvc
    • mvc
    • migration

Creating Composite Key Lists in C++

November 10, 2019

2 minute read

In C#, I’ve gotten spoiled over the years with LINQ and being able to create composite keys out of tuples to in-memory, static lookup tables or objects.

  • Continue Reading
    • Development
    • c++

Changing Skills in Development and Technology

July 15, 2019

4 minute read

This little discussion was initially prompted by an old Information Week’s article of “Stay Ahead With Soft Skills” aimed at computer programmers and “techies”; however, while project management and such are great skills—especially in agile development–the most important skill is communication.

  • Continue Reading
    • Career
    • development
    • soft skills
    • project management
    • communication
    • education
    • learning

Lua: Checking if a month/day is in a range

November 24, 2018

3 minute read

A fun side project I’ve been helping out on has me digging into quite a bit of Lua recently. It’s been been interesting to dig into, not withstanding the general headscratching (😠 arrays that start at 1…twitch). Since so many new games are developing their plugins and UI components in Lua, it’s a nice language to have in the toolkit.

  • Continue Reading
    • Development
    • lua
    • datetime
    • os.time
    • os.date
    • scripting

K&R for C# in Visual Studio Code

November 6, 2018

3 minute read

Code formatting is a bit of a religious discussion among developers. Spaces or tabs, whitespace positions, and line endings at certain elements are all part of the style guide to a project.

  • Continue Reading
    • HOWTO
    • Development
    • howto
    • visual studio code
    • k&r
    • formatting
  • Previous Page
  • Next Page
David Longnecker

David R. Longnecker

Converting
coffee to code

Recent Posts

Migrating asp.net core MVC 2.2 to 3.0

November 21, 2019

Creating Composite Key Lists in C++

November 10, 2019

Changing Skills in Development and Technology

July 15, 2019

Lua: Checking if a month/day is in a range

November 24, 2018
View more posts

About

I focus on the people and products involved with technology and technology's role within the enterprise; not as a replacement for individuals, but as a tool to empower users, build relationships, and drive business strategy.

Learn More

© 2019 David R. Longnecker - Converting Coffee to Code . Powered by Hugo