DCSIMG
VS2010 - Bnaya Eshet

Bnaya Eshet

Disclaimer

Browse by Tags

All Tags » VS2010 (RSS)
SDP - MEF (Real-Life patterns)
SDP - MEF (Real-Life patterns) On the last day of the SDP at Crown Plaza Hotel, Tel Aviv. I was lecturing about Real-Life scenario of MEF failures . the lecture was focusing on diagnostic , solutions and testing . I want to thanks all attendant's, It was the after lunch session and you were bravely kept your eyes open.   the presentation pdf can be found here .   you can use the following check-list as recommended diagnostic process .   Diagnostic Check-List Is the instance included...
T4 tip (debug)
T4 tip (debug) while I was writing the post on T4 debugging ( here ), I had show how to use System.Diagnostics.Debugger.Break() in order of getting the debugger stop.   actually there is 2 problem with this pattern: the break point remain active while no debugger is attached. it cause VS to crash when ever saving the t4, when the debugger doesn't attached. Solution we can overcome those issues by changing the pattern to match the following: Code Snippet if (System.Diagnostics.Debugger.IsAttached...
Posted: Aug 15 2010, 05:28 PM by bnaya
תגים:, , ,
C# IntelliSense Update (V2.4)
new C# IntelliSense version release is available the version include fix for the Pascal Casing, single selection, and other selection errors. you can download the source from here . the install available at Visual Studio Gallery ( here ). Published Friday, May 14, 2010 7:53 PM by bnaya | [Edit Post] Select Tags... Save Cancel תגים: DEV , SELA , VS2010 , IntelliSense [Edit Tags] Comments # re: C# IntelliSense Update (V2.1) [Remove this Comment] Tuesday, May 25, 2010 5:28 AM by J.C.Ködel Don't...
T 4 beginners – part 4
T 4 beginners – part 4 this is the 4rd post on this series. in this post we will focus on T4 Class feature control blocks . you can download the code for this post here . the series TOC is available here .   What is class feature control block? class feature control block is one of the T4 extension mechanism that enable reuse of T4 sections. using class feature control block you can defines helper properties or methods , that can be used from different T4 templates.   The syntax of class...
T 4 beginners – part 3
T 4 beginners – part 3 this is the 3rd post on this series. in this post we will focus on basics T4 Control blocks . you can download the code sample from here . the series TOC is available here .   T4 Control blocks is where dynamic text is added into the template output, this is the heart of T4 concept ( C# is the default language but you can change it to VB ).   Standard control blocks A standard control block is a section of program code that generates part of the output . You can mix...
T 4 beginners – part 2
T 4 beginners – part 2 this is the second post on this series. in this post we will focus on basics T4   Directives . you can use the code sample of the previous post here . the series TOC is available here .   Directive syntax: any of the directives is using the following syntax: <#@ DirectiveName [ParameterName = " ParameterValue "] #> it start with <#@ follow with the directive name , includes zero or more name value parameters and end with #> All parameter values...
T 4 beginners – TOC
T 4 beginners – TOC The current available posts on the T 4 beginner series (T4 template) are: Introduction Directives Control blocks Class feature control blocks Debug
T 4 beginners – part 1
T 4 beginners – part 1 this is the first post of a series that will focus on T4 template. this post discuss the T4 in general while the following pose will focus on the T4 practice. the code for this post can be found here . the series TOC is available here .   What is T4 template? T4 is sanding for T ext T emplate T ransformation T oolkit. T4 is all about automating code or content generation. the usual extension for T4 files is the *. tt   When to use T4? whenever you identify repeatable...
C# IntelliSense Update (V2.1)
C# IntelliSense Update (V2.1)   new C# IntelliSense version release is available the version include fix for the Pascal Casing bug     you can download the source from here . the install available at Visual Studio Gallery ( here ).
C# IntelliSense extension for VS 2010 V1.9
C# IntelliSense extension for VS 2010 V1.9 new release to my C# IntelliSense extension . this is a major release that focus on bug fix, tooltip support and styling.   you can download the extension from Visual Studio Gallery here . the extension code is available here .    
C# IntelliSense extension for VS 2010 V1.7
new release to my C# IntelliSense extension . this is a major release that include many UX and usability improvements.   some of the improvements is listing below: - Select best suggestion - On going changes filters (the filters will changed according to the current typing) - Remembering last state of the documentation and single/multi selection options     previous post: http://blogs.microsoft.co.il/blogs/bnaya/archive/2010/04/07/c-intellisense-extension-for-vs-2010-update-v1-2.aspx...
Source code for C# IntelliSense extension for VS 2010
the Source code for C# IntelliSense extension for VS 2010 is available at codeplex under the following link: http://csharpintellisense.codeplex.com/ the current version is 1.5 you can send improvements to bnayae@sela.co.il so I can make it available to the public.   see previous post on this subject here , and here .  
C# IntelliSense extension for VS 2010 – UPDATE (V1.2)
C# IntelliSense extension for VS 2010 – UPDATE (V1.2)   the extension has update.  
C# IntelliSense extension for VS 2010 - UPDATE
C# IntelliSense extension for VS 2010 – UPDATE the extension has update and it is include the description. enjoy :)
C# IntelliSense extension for VS 2010
C# IntelliSense extension for VS 2010   the C# IntelliSense extension is now available at the Visual Studio Gallery . the extension is adding filtering capability to the VS IntelliSense, so for example when you are looking for methods you can filter out the namespace, fields, events and properties.     Credits this work is heavily based on the Xaml IntelliSense extension that was written by  Karl Shifflett .   Download you can either download the extension from Visual Studio...
More Posts Next page »