Contents tagged with Visual Studio
-
Visual Studio 2010 and .Net Framework 4.0 – Available today!
-
CNET News: Visual Studio 2010 to launch in March
According to this article from CNET News from October 19th, Visual Studio 2010 will launch in March, 2010. This sort of follows the current timeline, where the Beta 2 has just been released, and we can probably expect another beta and/or a Release Candidate drop to evaluate before the final release.
-
TFS Power Tools – Get Changeset, Rollback Changeset
Check it out - http://blogs.msdn.com/buckh/archive/2005/11/16/493401.aspx
-
TFS: Who edited this text? – Annotations in source control…
If you were ever looking at some code and wondered who actually changed the line of text you were currently looking at, there is a way to do just that!
-
Minify your Javascripts!
This is a process that is becoming more and more important as we offload a ton of our page processing to .js files as opposed to HTML files processed by the server. This is because we are doing more client templating and logical processing on the client and not on the server.
-
Remember to check-in when you re-format your machine!!!
Besides losing any code you may have written that you’ll never get back, those pending changes or locks will be stored on the server until someone does an “undo” or a workspace delete.
-
TFS Quick Tip: Use HTML in the History field for Work Items
I have just been editing the project templates to enable HTML in the description field. As it turns out, the description field is locked down as plain text.
-
VS Docs for jQuery 1.3.1
I am using jQuery for everything these days - it really is an awesome add-on to any web application, and what even better is that you can get intellisense on it for the latest version.
-
VS 2010 and deployments through IIS - MSDeploy here we come
-
For WCF Services hosted in non IIS apps - add permissions for a user to change the IIS namespace reservations
If you are hosting a WCF services in a console app, windows service or any other non-IIS application, you need to listen on a particular url address. A normal user running an app or service doesn't have permission to do this unless that user is an admin (not a good thing for a wcf service). So in order to grant permission to reserve the namespace, you need to run a little command.