malakion

Stories kicked by malakion

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

submitted by vkreyninvkreynin(1424) 1 year, 5 months 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, 5 months ago

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

add a comment |category: |Views: 40

tags: another

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

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

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

add a comment |category: |Views: 65

tags: another

NoSQL with RavenDB and ASP.NET MVC - Part 1(weblogs.asp.net)

submitted by mvcguymvcguy(265) 2 years ago

Demonstrate NoSQL approach in an ASP.NET MVC app using RavenDB read more...

add a comment |category: |Views: 45

tags: another

MEF for Beginner - TOC(blogs.microsoft.co.il)

submitted by bnayaebnayae(350) 2 years, 4 months ago

the MEF for Beginner series's TOC read more...

add a comment |category: |Views: 14

tags: another

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

submitted by vkreyninvkreynin(1424) 2 years, 4 months 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

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

submitted by vkreyninvkreynin(1424) 3 years ago

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

add a comment |category: |Views: 19

tags: another

Integrate FxCop with Visual Studio(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years ago

Step by step how to integrate FxCop with Visual Studio. read more...

add a comment |category: |Views: 560

tags: another

C# Design Patterns - The Visitor Pattern(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 1 month ago

One principle that I really like is the Open/Closed principle which says that an object should be open to new functionality but closed to structural changes. The visitor pattern helps facilitate this principle by giving us the means to perform operations against an object without changing the objects structure. Looking back at a previous pattern we wanted to adjust the registration cost for a dog if they had been picked up by the dog catcher. read more...

add a comment |category: |Views: 595

tags: another

ReSharper 4.5 complains about my private fields.(vkreynin.wordpress.com)

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

Learn how to change naming style rules in R#. read more...

add a comment |category: |Views: 352

tags: another

Stub HttpContext(vkreynin.wordpress.com)

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

An example how to stub HttpContext. Following this example you can stub / mock also Request and Response objects. read more...

add a comment |category: |Views: 317

tags: another

Fun with Empty string.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 3 months ago

Which is the fastest / most readable way to compare to an Empty string? read more...

add a comment |category: |Views: 695

tags: another

Chapter 3 - Understanding Controllers(stephenwalther.com)

submitted by bradygasterbradygaster(4897) 3 years, 3 months ago

Excellent article by Stephen Walther explaining ASP.NET MVCcontrollers in a very clear example. Good stuff. read more...

add a comment |category: |Views: 251

tags: another

Shortcut Key to Comment code in VS and SQL Server Management Studio(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 7 months ago

Speed up your development with these simple keystrokes. read more...

1 comment |category: |Views: 25

tags: another

Copy text from a MessageBox(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 7 months ago

How many times you wished you could copy text from the MessageBox. YOU CAN. read more...

4 comments |category: |Views: 542

tags: another

What you don't know about Copy & Paste in Visual Studio(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 10 months ago

This post explains how to use clipboard ring and some other tricks with Ctrl-C/Ctrl-X. read more...

add a comment |category: |Views: 777

tags: another