DCSIMG
VSTS,tutorial - Just code - Tamir Khason

Browse by Tags

All Tags » VSTS » tutorial (RSS)
Please update your bookmarks, because the new url of this blog is http://khason.net/ (you have not update RSS feeds, it will be done automatically). Why I did it? Why I decided to go to “stand-alone”… Well. there are some reasons. Generally, I do not want to explain all those here, but trust me, there are some. The main reason is, that there is no responsible person in charge for this blog platform in Microsoft Israel. This why, if your blog is popular and you have a respect to your blog visitors...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/building-custom-user-control-in-silverlight-20-how-to-build-code-snippet-for-vs-as-bonus/ ] Do you remember, that we have "go-live" for Silverlight 2.0 and already have build machines configured ? Now it's time to build your very own custom control. Today, we'll build Range Slider. What is range slider? Range slider is a control, that lets you input two values, typically...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/how-to-merge-help-files-to-appear-inside-visual-studio/ ] How many times after an installation of some SDK, you saw, that nothing has been merged into Visual Studio help. You press F1 and nothing happens? What to do? Actually, the answer is really stupid. You should go into Visual Studio Documentation (Programs->Visual Studio [number]->Visual Studio [number] documentation), go to...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/dev411-presentation-and-demos-download/ ] I uploaded my presentation, done in DevAcademy2 to SkyDrive. Now you can download, use and review it. PPT only presentation (7.2 MB) PPT only presentation before final cleanup (7.6 MB) Full presentation, including demos, code and PPTX file (26.1 MB) Have a nice day.
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/visual-studio-2008-new-test-features/ ] Referring my disappointment from the topics on 70-552 , I start looking on new test features, provider by Visual Studio 2008. I worked with performance analyzer in VS2005 (which is looked much more like debug tools for .NET CLR developers in MS) and today, after public release of VS2008 , I can show you my research. From the first sight, it looks...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/adding-web-references-to-your-vs-project-by-code/ ] Today one of my clients asked me to find a way to add web references to existing VS project without using Visual Studio wizard, to do it by code. I built VS add-ins before, so I know what Studio can do, but the question is if I can replace existing system dialogs, without writing a lot of code (I'm really lazy, if I'll write...