Browse by Tags
All Tags »
Tools (
RSS)
If you are doing web development, then you have the headache of testing your web application on various browsers. What makes it even more “fun” is the fact that on a given OS you might run multiple browsers of various versions. What I have done in the...
One of our latest projects has failed to restore nuget packages on the build server. Error message was Package restore is disabled by default. To give consent, open the Visual Studio Options dialog, click on Package Manager node and check 'Allow NuGet...
Our group is moving to Git for code management and we were looking for in-house hosting option on Windows platform. I was surprised to find out that out of the box there are not many options. Rolling your own solution (aka setting it up manually) was...
I have ran into a problem when tried to pull down a project from subversion repository that uses self-signed certificate. This post has helped tremendously.
If you are starting with R# (which you should definitely consider in case you are a professional .NET developer and not use an alternative), this plugin might be helpful to start with all the shortcuts.
This is one handy tool I really liked – web sequence diagrams online . No installations, quick, simple, free (except advance stuff).
Working with remote team members can be sometimes challenging. Working with temporary team members is even more challenging. IT can sometime get in your way when you need screen sharing, and you need it fast. Typically I’d go first with the official route...
I have always wanted to be able to find free icons for the documents and visual explanations I was putting together, w/o violating any creator rights and yet being able to find quality items. Finally a co-worker of mine, Eliot Negelev , has showed me...
A great tool / SQL Server Management Studio add-on to format your T-SQL statement to look clean and professional. The neat part that online version is also available.
setlocal set REPOS=%1 set TXN=%2 set SVNLOOK="%PROGRAMFILES(X86)%\VisualSVN Server\bin\svnlook.exe" REM Make sure that the log message contains some text. FOR /F "usebackq delims==" %%g IN (`%SVNLOOK% log -t %TXN% %REPOS% FINDSTR...
More Posts