Category: tools

  • Tools List 2019

    Browsers Chrome Firefox Edge IE Chrome Addons Advanced REST client Angular state inspector Angular Tracer for View Updates Augury BehindTheOverlay Ceev – Linkedin Resume Generator Chrome Apps & Extensions Developer Tool Chrome Media Router draw.io Desktop Exploratory Testing Chrome Extension Export links of all extensions File Icon for GitHub and GitLab Google Voice Search Hotword…

  • Chrome extensions in 2018

    BehindTheOverlay  –  removes the overlay popups Export all extensions –  exports the extension to a list like those Export for Trello – exports in CSV format FoxClocks – to see the hour around the world            Image Checker – to see if we should resize the image JSONView – to have a nice view of hson           …

  • Programmer Tools I use in 2017/2018

    Development Languages / Frameworks .NET Core C# / F# Javascript Powershell Angular IDE Visual Studio Code Visual Studio Community Edition SSMS Powershell IDE Visual Studio Addons GhostDoc Resharper Visual Studio Code addons Auto Close Tag Auto Rename Tag C# Debugger For Chrome TSLint Visual Studio Keymap Version Control GitHub Perforce Mercurial VSTS Online Office Excel…

  • Programming Tools 2016

    Those are my programming tools in 2016.  I do not put links- if you do not find them on google,please send me an email. Or comment here. blog Syntax Highliter Windows live writer WordPress Communications outlook skype Slack Components Angular Asp.net mvc Caliburn.Micro Irony Jquery Jquery ui jstree knockoutjs NPOI Prism Select 2 Selenium Database…

  • Video Tutorials 5 minutes

    Videos: 5Min Logging 5min Send emails and SMTP4Dev 5Min Memory Profiler ( User Object and/or memory leaks) 5min SFHB 5min – .TT files in Visual Studio Playlist 5 Minutes .NET

  • Dependency injection choice

    For a personal pet project I have needed a DI framework . It relates to WebApi – I need to switch the provider for web api between a console and web – mostly authentication / logging different. Some years ago was only StructureMap – but now there are a lot. So I started to investigate…

  • programming tools 2012

    Those are the tools that I haved worked with in my previous year. If you want to know how to utilize them,just ask me ;-). All tools utilities database source code framework testing Visual studio firefox chrome azure kinect javascript You can download as pdf my 2012 tools If you want more explanations about those…

  • Format Date Time

    If you pass the datetime in json format ( and apply to the view with Knockout) then you will need some formatting – because the standard format is not good . So I have used  http://blog.stevenlevithan.com/archives/date-time-format – easy to understand and with examples. Reccomended!

  • VS 2010 Extensions

    Visual studion extensions that I use: NuGet Package Manager Microsoft – Visual Studio Platform Team (Microsoft Corporation) Productivity Power Tools Team Foundation Server Power Tools December 2011 Web Standards Update for Microsoft Visual Studio 2010 SP1 PowerCommands for Visual Studio 2010 Web Essentials SQL Server Compact Toolbox EF 4.x POCO Entity Generator for C# EF…

  • Azure tools

    Azure storage Explorer : http://azurestorageexplorer.codeplex.com/  – like in VS,but simpler and cleaner Windows Azure ASP.NET Providers Sample : http://code.msdn.microsoft.com/windowsazure/Windows-Azure-ASPNET-03d5dc14 – utils for fast membership and roles. Small problem on local. More samples here: http://code.msdn.microsoft.com/windowsazure/ And that will be all,after reading the documentation and understanding the concepts ( for example,if you understand the session problem in…