DCSIMG
C#,Visual Studio - Just code - Tamir Khason

Browse by Tags

All Tags » C# » Visual Studio (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/silverlight-bidi-controls-library-rc0-and-movement-from-beta-2-to-rc0/ ] Finally, I got free minute to convert Silverlight BiDi controls from Silverlight beta 2 to RC0 (you can download SL rc0 tools for VS2008 here ) and as usual some breaking changes (the full list is here ) Calendar and DatePicker moved from System.Windows.Controls.Extended into System.Windows.Controls – Extended namespace...
[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-snippet-designer/ ] Chicks love CodePlex as well as Microsoft loves it too and today they release extremely useful tool, that was internal for more, then three years. It named: “ Visual Studio Snippet Designer ”. As you can, probably, understand. This tools is used to create and manage VS time savers - snippet files (introduced in VS2005) This is great tool, that will help...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/net-35-sp1-is-rtm-and-available-for-download/ ] For all those who asked, .NET 3.5 SP1 is final and available for download. What’s inside? ASP.NET Dynamic data Core improvements for CLR A lot of performance improvements in WPF ClickOnce enhancements ADO.NET with Data Services and Entity Framework LINQ2SQL and Data Provider for SQL Server 2008, that was released last week WCF with easier...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/arabic-and-hebrew-languages-bidirectional-support-for-silverlight-20-beta-2/ ] Those days, I’m, together with guys from Microsoft Egypt and Santeon , finishing development of bidirectional input and output support for Silverlight. I want you to take part in alpha testing of this solution. Please see the test form here and try it. <noframes>Visit <a href...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/silverlight-controls-library-has-been-upgraded-to-beta-2/ ] Finally this weekend I got  a time to upgrade one of my OpenUp submissions, Silverlight controls library to work with Silverlight 2.0 beta 2. It was very interesting to track changes between developer’s (beta 1) and production (beta 2) go-live licenses. Let’s try to understand what has need changed. Syntax of DependencyProperty...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/action-required-smart-client-users-group/ ] Recently I browsed INETA to seek for some group and was really surprising. There is no Smart Client user group registered there. Maybe there is a reason? Let’s understand what Smart Client is? According wikipedia , the term "Smart Client" is meant to refer to simultaneously capturing the benefits of a " thin client " (zero...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/quick-wpf-tip-how-to-bind-to-wpf-application-resources-and-settings/ ] You, probable know, that you can save application resources and settings within handy classes Settings and Properties, provided by Visual Studio code generator. Just put your values, set the usage scope and all you have to do is to save it upon request. This feature is really useful and great time saver. But how to...
[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/msbuild-tasks-for-build-machines-for-wpf-and-silverlight/ ] Silverlight got go-life, so we should start preparing automatic build machines for new Silverlight projects. Actually, it is not too complicated, however, there are some new tasks should be taken into account. Output type of any Silverlight application is Library New XML node specializing the output type of the library: SilverlightApplication...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/stop-subclassing-and-using-helpers-start-extension-methods/ ] How many classes, named Helper, you have on your hard disk? I counted, and I have 320. What is "Helper"? Helper - is static class, that consists of static methods, that provide simple services to your program. Good examples for such methods are public static string FormatTime(TimeSpan time)        ...
[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/vs2008-rtm-is-available-for-msdn-subscribers/ ] After long wait, Visual Studio 2008 (code name Orcas) become available for MSDN subscribers. Download it now >>
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/microsoft-releases-the-source-code-for-net-base-classes/ ] Wow, it's finally happening. Microsoft is releasing the source code for base classes of .NET framework . This includes ASP.NET, Windows Forms and WPF. Huge! Now you can break into debugger with the source code of .NET
Posted by Tamir Khason