.Net Agile Blockchaine Dekstop application Development Process Electron.js English Hire Developers JavaScript Marketing Mobile Node.js Python Quantum computer Scrum Single Page Applications Software Development Companies Software Development Company Startup Visual Studio Code Vulnerability Web Web Applications WebRTC Website

  • Hello World in Visual Studio Code on Linux

    This post adds a sample in an addition to my post about VS Code previous post Setup Simple Scenario (no debug and no IntelliSense) Code ./program.cs Project configuration For simple applications without debugging support you can skip the creation of project.json or any other file like this. Build configuration ./.vscode/tasks.json In following task configuration we…

  • Visual Studio Code on Linux

    Microsoft declares that a new version of .Net and a new alternative dev tool Visual Studio Code will be available for multiple platforms, including Linux. In this post, I will try to describe my Visual Studio Code usage experience. I will not describe .Net Code or DNX or Mono in details and focus on Visual…

  • DNX, .Net Core, ASP.Net vNext, who is who?

    I’m writing this blog after we have done several projects (some of them were commercial, some internal) with these technologies at Kvinivel and discovered a lot of things that are not covered by the documentation. Let’s try to understand the place of every project on the global picture Many of us already know about the…

  • WPF vs. GDI+ Some additional notes

    In one of my previous posts, WPF vs. GDI+ I wrote about the performance of WPF and how to solve this problem. After some experiments in Kvinivel we’ve found more improvements to the solution described in the previous post. The main idea is that when you are converting GDI bitmap to WPF bitmap it requires…