Pinned Loading
-
-
startlist.club
startlist.club PublicFlight Log for flight clubs - created for handling flight log operations for soaring flight clubs in northern Europe.
-
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>
5public class BatchCommands
-
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***********************************************************************************************
3Embed in csproj with import and the build events are hooked up automatically
4<Import Project="..\..\..\Common.targets" Condition="Exists('..\..\..\Common.targets')" />
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.