Skip to content
View janhebnes's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report janhebnes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. chocolatey-packages chocolatey-packages Public

    Packages for Chocolatey.org

    VBScript 32 5

  2. startlist.club startlist.club Public

    Flight Log for flight clubs - created for handling flight log operations for soaring flight clubs in northern Europe.

    JavaScript 13 11

  3. Batching Commands for SQL and Optimi... Batching Commands for SQL and Optimizing network round trips. http://blog.jan.hebnes.dk/2016/09/batching-commands-for-sql-and_15.html
    1
    /// <summary>
    2
    /// Handle Database operations
    3
    /// </summary>
    4
    /// <remarks>The default network packet size is 4,096 bytes. More information at http://technet.microsoft.com/en-us/library/ms177437.aspx </remarks>
    5
    public class BatchCommands
  4. MSBuild - Just include in project fi... MSBuild - Just include in project file. Detects on project folder level latest TFS or Git Revision using tf.exe history or git rev-list count HEAD for a revision number and git log -1 pretty=format:%h . for hash and replaces the Revision in AssemblyVersion and AssemblyFileVersion for AssemblyInfo.cs prior to building the project with CustomTasks in csproj.
    1
    <!--
    2
    ***********************************************************************************************
    3
     Embed in csproj with import and the build events are hooked up automatically
    4
     <Import Project="..\..\..\Common.targets" Condition="Exists('..\..\..\Common.targets')" />
    5
  5. putn putn Public

    Pragmatic Unit Testing Now!

    C# 2