KirillOsenkov

Stories submitted by KirillOsenkov

Choosing: Interface vs. Abstract Class(kirillosenkov.blogspot.com)

submitted by KirillOsenkovKirillOsenkov(570) 4 years, 8 months ago

When to use which? Where's the difference? What are the best practices recommended by .NET architects? This and some personal experiences in a blog posting by Kirill Osenkov read more...

2 comments |category: |Views: 60

tags: another

Arrays UNDOCUMENTED(codeproject.com)

submitted by KirillOsenkovKirillOsenkov(570) 4 years, 8 months ago

An excellent article about arrays by Wesner Moise: "This is an in-depth look at the arrays in the Common Language Runtime and the .NET Framework. This study details the implementation of arrays and describes efficient ways of using them." read more...

1 comment |category: |Views: 9

tags: another

Experimental structured editors for C# and XML(guilabs.net)

submitted by KirillOsenkovKirillOsenkov(570) 4 years, 11 months ago

This thesis is a research effort to build usable structured editors - editors that don't treat programs as text, but rather directly work with the underlying program structure (AST). Structured editors take care of syntax and formatting. Some first preview screenshots are already available. read more...

2 comments |category: |Views: 6

tags: another