34,426 reputation
25108224
bio website abatishchev.ru
location Redmond, WA
age 27
visits member for 4 years, 5 months
seen 12 hours ago
stats profile views 10,475

.NET developer and architect, working in Microsoft.

This is the timeline for programming languages I learn: VB5, VB6, VB.NET, C#. I learn .NET starting ver. 1.0

MCTS ASP.NET 3.5; MCTS ASP.NET 4; MCTS ADO.NET 4

Achievements:

Also:


12h
revised Testing HtmlHelpers in ASP.NET MVC
edited tags
13h
revised Where can I put custom classes in ASP.NET MVC?
deleted 15 characters in body; edited tags; edited title
13h
revised ASP MVC HTML Helpers - Good or Bad?
edited tags
13h
revised How to implement logic at “masterpage” level
deleted 47 characters in body; edited title
13h
revised Add code to run before any view? Equivalent to Masterpage pageload?
edited tags; edited title
19h
revised What is the _references.js used for?
edited tags
20h
revised Navigation properties and cascade on delete
deleted 1775 characters in body; edited tags; edited title
21h
revised Difference between NULL and null in PHP
edited tags
21h
comment Difference between NULL and null in PHP
@Basic: You deserve the "archaeologist" badge :) It's more correctly to say "empty reference" (variable points to 0). Not "empty variable" (it's initialized by type-specific "empty" value).
1d
revised Bundler not including .min files
deleted 19 characters in body
1d
revised Bundler not including .min files
edited tags; edited title
1d
comment List of domains being managed by a DNS server
Can't you get the list of all sites you're hosting and query one by one what DNS does host site's domain?
1d
revised Expression to include by file name but exclude by same folder name
edited title
1d
revised From where does the WCF Test Client get its configuration?
edited tags
1d
comment Unable to add service in WcfTestClient when copy to a different machine
Same for me and no clue.
1d
revised Unable to add service in WcfTestClient when copy to a different machine
edited tags
2d
revised Initializing/Adding fixed entries on table creation
deleted 36 characters in body; edited tags; edited title
2d
comment Expression to include by file name but exclude by same folder name
I'm no so good in Regex, spent a day trying to figure out, then decided to ask on SO. If that's really not doable, will give up and use your solution.
2d
comment Expression to include by file name but exclude by same folder name
I don't want to list all files to exclude (let's leave this option as a workaround) but want to have one expression instead.
2d
comment Expression to include by file name but exclude by same folder name
But 3rd pdb file is coming with NuGet package restored (loaded) automatically. Also by documentation 3rd party libs should not be loaded anyway if Include is missing/empty. But in fact they are loaded.