aku

17,808
reputation
1248 views

Registered User

name aku
member for 1 year
seen 12 hours ago
website
location Russian Federation
age
Intellectual work proletarians of all countries, unite!
18h
accepted Exception Handling in .net web apps
1d
awarded  Nice Answer
1d
awarded  Popular Question
Dec
14
accepted Does the last element in a loop deserve a separate treatment?
Dec
12
awarded  Good Question
Dec
8
awarded  Nice Answer
Dec
8
accepted How does someone go about writing a “macro” in C#?
Dec
7
awarded  Popular Question
Dec
7
comment What are Code Smells? What is the best way to correct them?
@Anders Rune Jensen, this topic is about code smells and not about "things you should never use". GOTO can be handy in simple languages like C or SQL but too often it's being misused
Dec
7
accepted Default constructor vs IOC container
Dec
6
awarded  Mortarboard
Dec
5
accepted How to extend project properties page?
Dec
5
comment How to extend project properties page?
As I understand it works for project subtypes only. I was looking for a way to extend existing project types.
Nov
29
awarded  Popular Question
Nov
25
awarded  Nice Answer
Nov
23
accepted Wrap a delegate in an IEqualityComparer
Nov
23
awarded  Good Answer
Oct
28
awarded  Nice Answer
Oct
28
accepted Bmp to jpg/png in C#
Oct
25
awarded  Nice Answer
Oct
22
awarded  Favorite Question
Oct
21
comment What embedded database with Isolated Storage support can you recommend?
Yeah, it seems that VistaDB is the best choice. I've tried it in several projects and it was a very nice experience.
Oct
16
awarded  Good Question
Oct
11
accepted ADO.NET Entity Framework tutorials
Oct
9
awarded  Nice Answer
Oct
2
answered Given an XSD is it possible to list a hierarchy of elements and their attributes?
Oct
2
answered C#: Linq style “For Each”
Sep
30
comment Best protocol\technology for real-time server-less chat application
@Tom, thanks for feedback. I know how these things work. I just want to get feedback from somebody who has experience with mentioned protocols\technologies. My #1 goal is simplicity - ideally clients shouldn't do any setup. Second goal is reliability, if server goes down I want my clients to keep talking. XMPP seems to be the best choice. I'm evaluation existing XMPP implementations right now.
Sep
29
accepted Windows Folder/Desktop Widget
Sep
28
accepted Naming guidelines with C#.
Sep
28
answered Help me please with writing a Plug-in in C# which exports it’s on let say Config GUI.
Sep
27
comment Best protocol\technology for real-time server-less chat application
@reinier, in my case it is not a problem clients will be in intranet most of the time
Sep
27
comment Best protocol\technology for real-time server-less chat application
@reinier, see XEP-0174: Serverless Messaging
Sep
27
answered Hide app.config
Sep
27
asked Best protocol\technology for real-time server-less chat application
Sep
27
comment Naming guidelines with C#.
@EdSwangren, it is very unusual situation when you have to use "this." construction. if you are using descriptive names you will find that the only place you need it (but not required to) is constructor
Sep
27
answered Naming guidelines with C#.
Sep
27
comment Should a Technical Team Lead be the most technically-versed on the team?
@Phil.Wheeler, it's quite an ironical situation. leaders usually being chosen from best devs, but best devs should do what they are good at - development :)
Sep
27
answered Should a Technical Team Lead be the most technically-versed on the team?
Sep
27
answered Windows Folder/Desktop Widget
Sep
26
revised Why doesn’t this clone work with ie but it does with firefox?
code formatting
Sep
26
comment Project management software that scales well
did you try it in practice? how many projects in parallel did you track with MSPS ?
Sep
26
comment What are Code Smells? What is the best way to correct them?
@hasen j, there is a difference between "how it does" and "what it does" while "how" part can take a while to understand, "what" part should be obvious from comments\names. As for GIT code base it is a perfect example of crazy-nobody-understand code.
Sep
26
asked Project management software that scales well
Sep
26
comment Free Project management software
We are using Redmine in our company. It's a very good piece of software when you dealing with one or two projects but it is unsuitable when you have dozens of projects on your hand. I agree that it is targeted more towards developers.
Sep
25
awarded  Great Answer
Sep
25
accepted How to implement events through interface in C#?
Sep
21
awarded  Nice Answer
Sep
18
awarded  Popular Question
Sep
13
awarded  Nice Answer