vkreynin

Stories submitted by vkreynin

Detect when another site is unavailable. (404 detection)(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 1 month ago

Detect on the server when third party host is unavailable. read more...

add a comment |category: |Views: 32

tags: another

Setting up RavenDB as an IIS application by pictures.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 1 month ago

Steps to set up RavenDB as an IIS application. read more...

add a comment |category: |Views: 38

tags: another

Baby steps to create NuGet Package.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 2 months ago

Step by Step how to create a simple NuGet package. read more...

add a comment |category: |Views: 65

tags: another

MbUnit 3.2 makes it easier to work with Xml(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 6 months ago

Another new feature of new version of Gallio / MbUnit. read more...

add a comment |category: |Views: 6

tags: another

Assert.Count in MbUnit version 3.2(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 6 months ago

Gallio team is releasing new version of Gallio / MbUnit. Check out Assert.Count one of many new features. read more...

add a comment |category: |Views: 3

tags: another

How to display your assembly “Add References” dialog.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 7 months ago

When you are developing a class library, you may want Visual Studio .NET to list your library in the Add Reference dialog box on the .NET tab without the user having to browse for it. read more...

add a comment |category: |Views: 9

tags: another

AssemblyHelpers now works .NET 4 assemblies.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 1 year, 9 months ago

The tools helps you create a public key for InternalsVisibleTo Attribute. read more...

add a comment |category: |Views: 7

tags: another

Learn how user configuration in Windows Azure.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 2 years ago

It's a second article that talks about how to use configuration file in Windows Azure. read more...

add a comment |category: |Views: 4

tags: another

Hello Azure – Learn Azure with me.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 2 years ago

Step by step tutorial how to create and deploy a simple Windows Azure application. read more...

add a comment |category: |Views: 16

tags: another

Learning Azure Local Storage with me.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 2 years, 1 month ago

Explanation of Azure Local Storage. read more...

add a comment |category: |Views: 16

tags: another

Why Azure Web Role by default runs in the Full Trust?(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 2 years, 1 month ago

If you know the answer to this question, please enlighten me. read more...

add a comment |category: |Views: 2

tags: another

Bookmarking with Visual Studio and ReSharper 5.0(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 2 years, 1 month ago

Learn how to use bookmarks in Visual Studio and with new upcoming version of ReSharper 5.0 read more...

1 comment |category: |Views: 220

tags: another

C# 4.0: Dynamic Programming(geekswithblogs.net)

submitted by vkreyninvkreynin(1424) 2 years, 5 months ago

If C# 3.0 was all about Language Integrated Query (LINQ), then C# 4.0 is all about dynamic programming. What exactly does that mean? It means that C# 4.0 brings some of flexibility and declarative style of programming to C#. read more...

add a comment |category: |Views: 25

tags: another

Creating an “M” Project in VS 2010.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 2 years, 8 months ago

Work around when creating an "M" Project in VS 2010. read more...

add a comment |category: |Views: 13

tags: another

New May 2009 CTP for Microsoft “Oslo” is out.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 2 years, 8 months ago

"Oslo" is the code name for a set of future Microsoft modeling technologies that provide significant productivity gains across the lifecycle of .NET applications by enabling developers, architects, and IT professionals to work together more effectively. read more...

add a comment |category: |Views: 3

tags: another

Keywords as variables/identifiers. Why?(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 2 years, 8 months ago

Code like string @string = "" will compile. Is it a good idea. read more...

add a comment |category: |Views: 19

tags: another