Media Database
>
Peter Vogel

Peter Vogel

Author at Visual Studio Magazine at Visual Studio Magazine

Contact this person
Email address
p*****@*******.comGet email address
Location
United States
Languages
  • English
Covering topics

    View more media outlets and journalists by signing up to Prowly

    View latest data and reach out all from one place
    Sign up for free

    Recent Articles

    visualstudiomagazine.com

    Building and Testing a View Model in TypeScript

    Peter Vogel continues to build out a TypeScript project by defining a view model. Along the way he looks at defining interfaces, setting up constructors, creating optional parameters and initializing arrays in TypeScript.
    visualstudiomagazine.com

    Providing Multiple Solutions to a Problem

    Sometimes life is like playing Whack-a-Mole: You write some code that solves a problem, and then someone comes along and makes the problem harder. Here’s how to continuously integrate new solutions without having to rewrite your old solutions (much).
    visualstudiomagazine.com

    Quick Tip: Read the Inner Exception! - Visual Studio Magazine

    That’s often where the real problem is.
    visualstudiomagazine.com

    Working with JSON in SQL Queries

    SQL Server 2016 lets you treat JSON objects like rows in a table, allowing you to use data from AJAX queries in joins, updates and any other SQL statement you can think of.
    visualstudiomagazine.com

    Retrieving and Updating JSON Objects in SQL Server 2016

    With SQL Server 2016, you can store JSON objects in your rows. Here’s how to work with JSON objects, including how to update them once you’ve found them.
    visualstudiomagazine.com

    NET Tips and Tricks Blog by Peter Vogel

    NET Tips and Tricks Blog by Peter Vogel
    visualstudiomagazine.com

    Writing the Code for a gRPC Service and Client in ASP.NET Core 3.0

    Once you've got a contract that describes a gRPC service, creating the service itself and a client that can call the service is easy. In fact, Visual Studio will do most of the work for you ... once you've got your projects set up correctly, that is.
    visualstudiomagazine.com

    Declarative Claims-Based Authentication in ASP.NET Core 3.0

    While security in ASP.NET Core is wholly claims based, you can still use the Authorize attribute to control access to your application. You just need to set up the right policies to work with the claims associated with the current user.
    visualstudiomagazine.com

    NET Tips and Tricks Blog by Peter Vogel - Visual Studio Magazine

    .NET Tips and Tricks Blog Featuring .NET and Visual Studio Tips and Tricks (and Tools!) for Developers by Peter Vogel
    visualstudiomagazine.com

    Making Your Life Easier with C# Scripting -- Visual Studio Magazine

    Test projects give you a way to exercise your code to see if it works but they’re also part of your project’s ‘permanent record.’ If all you want to do is try something out with some throwaway code, C# Scripting in Visual Studio might be a better choice.
    visualstudiomagazine.com

    How the Harvard Business Review Can Help Reduce Testing -- Visual S...

    Here’s a way of thinking about your test plans that will help you decide how you can reduce your testing costs.