|
|
KirillOsenkov
Stories submitted by KirillOsenkov
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
KirillOsenkov
6 months, 15 days ago
kirillosenkov.blogspot.com — I found that a lot of people still use StreamReader/StreamWriter for simple file access.
You can replace
using... StreamReader... ReadToEnd...
with a simple call to File.ReadAllText read more...
|
|
tags:
Tips, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
KirillOsenkov
10 months, 3 days ago
community.bartdesmet.net — An excellent series by Bart de Smet, goes from a string like "2+3" to a compiler evaluation method. read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
KirillOsenkov
10 months, 13 days ago
kirillosenkov.blogspot.com — A small set of nice samples of extension methods for strings, collections and XML.
Also a discussion of pros and cons:
Pros:
1. Enhancing existing API usability
2. Adding default implementation to interfaces
3. Composability and fluent interface
Cons:
1. Discoverability
2. Readability
3. Versioning read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
KirillOsenkov
1 year ago
kirillosenkov.blogspot.com — ... or why do we need the "where T: enum" generic constraint.
Kirill Osenkov posts a working sample of a combobox for choosing a value from enum's available values. It is automatically filled with values of the enumeration and has a strongly typed Value property. read more...
add a comment
|
category: C# | Views: 44
|
|
tags:
Generics, ComboBox, C#, Enum | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
KirillOsenkov
1 year ago
diditwith.net — A great advice from diditwith.net: beside adjusting the editor font in Visual Studio, you can also adjust fonts in the rest of the IDE, including IntelliSense and tool windows. This is especially useful for presentations. read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
KirillOsenkov
1 year, 1 month ago
kirillosenkov.blogspot.com — Some thoughts and brainstorming about how to make collection initializers more universally usable, and some thoughts about duck typing in C#. read more...
add a comment
|
category: C# | Views: 6
|
|
tags:
DuckTyping, C#, C#3.0 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
KirillOsenkov
1 year, 1 month ago
kirillosenkov.blogspot.com — A brief overview article about .NET and Java static analysis tools - applications that analyse source code to find bugs or gather code metrics. read more...
add a comment
|
category: Products | Views: 0
|
|
tags:
StaticAnalysis | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
KirillOsenkov
1 year, 1 month ago
kirillosenkov.blogspot.com — 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: Patterns | Views: 10
|
|
tags:
Architecture, AbstractClass, Interface | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
KirillOsenkov
1 year, 1 month ago
codeproject.com — 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: CLR | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
KirillOsenkov
1 year, 3 months ago
guilabs.net — 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: Visual Studio | Views: 0
|
|
tags:
StructuredEditors, Research, DeveloperTools | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|