Skip to content
View Lakritzator's full-sized avatar

Sponsors

@tkonsta
@HansMusterWhatElse
@vansteki
@vandriot

Organizations

@greenshot @dapplo
Block or Report

Block or report Lakritzator

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. greenshot/greenshot greenshot/greenshot Public

    Greenshot for Windows - Report bugs & features go here: https://greenshot.atlassian.net or look for information on:

    C# 3.8k 544

  2. dapplo/Dapplo.Jira dapplo/Dapplo.Jira Public

    This is a simple REST based JIRA client, written for Greenshot, by using Dapplo.HttpExtension

    C# 34 14

  3. dapplo/Dapplo.Microsoft.Extensions.Hosting dapplo/Dapplo.Microsoft.Extensions.Hosting Public

    Extensions for generic host based applications

    C# 202 32

  4. A comparison between Javas Spring-Bo... A comparison between Javas Spring-Boot and the Generic Host of dotnet core
    1
    **This is work in progress**
    2
    
                  
    3
    I read about the [.NET Generic Host](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-2.2) for the first time in a [Tweet of David Fowler](https://twitter.com/davidfowl/status/1104886568488038400?s=20). And I was hooked by the idea, it was just what I was looking for.
    4
    
                  
    5
    I like modules making things small but fit together like pieces of a puzzle, if possible being able to reuse them. I started refactoring Greenshot over a year ago, and was making modules out of the spaghetti code that it was. Trying to extract the modules into their own nuget packages, making them more generic and testable. I glued them together with some code I wrote, which is availble in [Dapplo.Addons](https://github.com/dapplo/Dapplo.Addons), but I knew that this was just a journey, until I found something that is a better with more potential.
  5. Topics, with links to details, which... Topics, with links to details, which a dotnet or java developer should know to be a successful enterprise developer
    1
    # learn
    2
    This readme contains topics, with links to details, which a dotnet or java developer from my point of view should know to be successful as a developer. This document is probably never be finished, it will need changes all the time just so as developers never finish learning!
    3
    
                  
    4
    
                  
    5
    ## generic topics
  6. This gist will contain a few ideas o... This gist will contain a few ideas on how one can asses the health of a project, focussed on .NET.
    1
    These are a few ideas on how one can asses the health of a project, and bring it forward, focussed on .NET projects.
    2
    
                  
    3
    General
    4
    * Maintainers > 1
    5
    * Contributors