Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » visual studio   (RSS)

Implementing a Custom Test Type - Part 2

I have been investigating this topic for the past couple of days. Not much progress, but some interesting things to note. It might be an illuminating experience to use .NET Reflector to disassembly and study the unit test type implementation. The relevant

Ideas For The Next Generation Of Programming Languages

This blog post deals with a vareity of things I feel would be nice to have features in the next generation of programming languages. I keep learning about compiler technology and I am hoping that in the next few years, I will be able to build a compiler

Duh! InitializeShapeFields is only invoked once!

Beware!!! The method InitializeShapeFields appears in each shape class that is generated by the DSL tools. However, this method is only invoked ONCE per shape. It is due to this code /// <summary> /// Per-class ShapeFields for this shape. /// </summary>

Auto Layout Diagram

In the DSL project I am working on, I am performing layout for the model diagram myself. This problem mostly arises because we want two-way synchronization between model and code. Hence, after one of our users has modified the diagram by hand, if we update

64 Bits and DSL Tools

The DSL projects created by the DSL package wizard are configured to target AnyCPU .However, if you write a command line tool that references the generated DSL library, you should set up your project to target x86 even if you are working on a 64-bit machine.
 
Page view tracker