|
|
KirillOsenkov
KirillOsenkov
 |
|
Stories submitted by KirillOsenkov
|
|
submitted by
KirillOsenkov
30 days, 23 hours ago
blogs.msdn.com — At my job on the C# IDE QA team I've learned some useful things about debugging in Visual Studio, which I'd like to summarize in this post:
Turning off "Enable just my code"
Attaching the debugger using Tools | Attach To Process
Selecting Managed, Native for mixed-mode debugging or Enable unmanaged code debugging
Attaching to multiple processes
Selecting processes and threads
Breaking on first-chance exceptions using the Debug | Exceptions dialog
Picking the right thread
Loading symbols
Viewing the call stack
Saving the minidump file read more...
|
|
tags:
Debugging, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
KirillOsenkov
1 month, 18 days ago
blogs.msdn.com — Accumulated links to videos and articles about new features in Visual Studio 2010, C# 4.0, .NET Framework 4.0, as well as overview of C# language and IDE new features. read more...
|
|
tags:
VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
KirillOsenkov
2 months, 17 days ago
blogs.msdn.com — Kirill Osenkov blogs about his favorite often used Visual Studio features, including advanced debugging with sos.dll and XML code snippets. read more...
|
|
tags:
Tips, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
KirillOsenkov
9 months, 13 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
1 year, 1 month 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
1 year, 1 month 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, 3 months 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: 50
|
|
tags:
Generics, ComboBox, C#, Enum | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
KirillOsenkov
1 year, 3 months 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, 3 months ago, submitted by
KirillOsenkov
1 year, 3 months 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: 8
|
|
tags:
DuckTyping, C#, C#3.0 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
KirillOsenkov
1 year, 4 months 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, 4 months ago, submitted by
KirillOsenkov
1 year, 4 months 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: 12
|
|
tags:
Architecture, AbstractClass, Interface | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 4 months ago, submitted by
KirillOsenkov
1 year, 4 months 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
|
|
|
|

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