Getting Started with Visual Studio Code : Part 2
Learn how to work with Git repository in Visual Studio Code – an ultra-fast code editor!
@theDevsDaily🐦
Learn how to work with Git repository in Visual Studio Code – an ultra-fast code editor!
Every developer has a lot to gain by using a powerful editor. Auto-complete, fast file switching and the ability to install packages for new technologies are a few of the perks that every developer enjoys utilizing. And you get all these features in Visual Studio Code. It’s lightweight and ultra-fast. It’s a fast editing experience, similar to what you get with brackets, Sublime Text and Atom while it’s debugging and integration experience is similar to what you get with Web Storm or Visual Studio.
Linting is a process of running a program to analyse your code for potential syntax errors. lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage in software written … Read more
Microsoft User Group Delhi organized a fabulous full day event on 25th April 2015. It was held at Bharati Vidyapeeth College of Engineering, Paschim Vihar, New Delhi. The event on focused on CS students and they learnt a lot about .Net, PowerShell and SharePoint. I presented on .Net Fundamentals. Here’s few awesome click work by them … Read more
A new choice of code editor, Visual Studio Code, where one can build and debug modern web and cloud applications. It is free and available for – Linux (I find this a good reason for mine to give Linux a try as well:)), Mac OSX, and Windows. Visual Studio Code is the first code editor, and … Read more
Here’s a how you Get a FREE month on Treehouse! Get a Free Month on Treehouse! It requires you to sign up first before you can go ahead and enjoy the subscription. I was afraid before I signed up because it was asking me to enter payment information while registration. If you do not want … Read more
It was an exciting weekend on 13th Sep… presented “HTML5 Offline Applications” at C# Corner-Delhi Chapter.It was great to see the audience excited about the topic, they were really very attentive! Few glimpses from the event: Here are the slides that we talked and enjoyed about! [slideshare id=39084542&w=800&h=620&style=border-width: 1px; border: 1px solid #CCC; margin-bottom: 5px; … Read more
If you want to prevent users from accessing Visual Basic Editor (VBE) on any PC / Workstation after you’ve installed Microsoft Office package (as there are certainly other ways to do it while installation), here’s the easiest way of doing this: It is already mentioned over the link I shared above and I’m sharing it … Read more
I recently came to know that I’m receiving the email when somebody posts a comment on my blog but I actually cannot see the comment when I visit the page. Also, it’s not in moderation so all the comments are supposed to show up. After digging for around a hour with the actual problem I … Read more
To take searching to the next level, you need to know about two obscure but powerful search features: Advanced Query Syntax and natural language queries. It is supported in Windows 7 afterwards i.e 8 and further/forthcoming. How to use Advanced Query Syntax When we do the standard search in Windows Explorer, windows looks for matched … Read more