Nickolay
Name: Nickolay
Score: 9,271.71
Last Seen: 469 days, 11 hours, 37 minutes ago
Member Since: 8 February, 2009
DotNetShoutout
atom rss
8
Shouts

Integrating ELMAH to ASP.net MVC in right way

published 809 days, 13 hours, 48 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 810 days, 16 hours, 12 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:47:09 PM GMT
Many of you know what the ELMAH is. If you still don't, go and read here. If you care about monitoring and stability of your web application, you definitely consider to integrate ELMAH. There are number of guidelines of how to do that. But all of them do not answer several question that MVC developers really concerned about: How to add ELMAH as usual MVC controller? How to add ELMAH handler to make it secure (accessible only by authorized users) in MVC application? I'll shed the light on both questi... (more)
category: Web Dev | clicked: 1 | comment | | source: www.beletsky.net
tags: ASP.NET MVC, ELMAH
9
Shouts

Using Code First Model Configurations Classes - Gil Fink on .Net

published 809 days, 13 hours, 48 minutes ago posted by gilfgilf 810 days, 16 hours, 5 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:54:06 PM GMT
In the past I explained how to use the Code First Fluent API in order to configure and shape your EDM during runtime. One of the problems that might raise when you use the Fluent API as I showed in the previous post is that the OnModelCreating method might become bloated and hard to read. This is the time to get familiar with another model configuration option which is built inside Code First. (more)
category: How To | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Entity Framework, Code first, Configuration
7
Shouts

Razor Engine v2.x

published 809 days, 13 hours, 48 minutes ago posted by http://morder.myopenid.com/http://morder.myopenid.com/ 810 days, 13 hours, 33 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 4:26:39 PM GMT
The RazorEngine was developed primarily by Matthew Abbott at fidelitydesign.net. The project originally started here but Matthew took it to a whole new level and made it full of awesome. With that little into I’m going to get into what the Razor Engine can do for you. (more)
category: Architecture | clicked: 1 | comment | | source: buildstarted.com
tags: C#, Razor, MVC
7
Shouts

Getting Free and Total Memory Details (Windows / C#)

published 810 days, 11 hours, 28 minutes ago posted by BlackWaspBlackWasp 812 days, 12 hours, 12 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Saturday, March 05, 2011 5:47:42 PM GMT
Some software monitors the amount of physical or virtual memory that is available to the operating system, or obtains this information before attempting processes that will use large amounts of RAM. Total and available memory can be read using WMI. (more)
category: How To | clicked: 1 | 2 comments | | source: www.blackwasp.co.uk
tags: C#, WMI
8
Shouts

Prism Template Pack 1.4: Now with MEF Support! - David Hill's WebLog - Site Home - MSDN Blogs

published 809 days, 13 hours, 48 minutes ago posted by AlexAlex 811 days, 4 hours, 50 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:09:44 AM GMT
Quite a few folks have asked for MEF versions of the Prism templates. I’m happy to announce that the Prism Template Pack has now been updated to include MEF (as well as Unity) templates.You can download the latest version of the template pack (version 1.4) from here. You can read the release notes here. Remember to remove the .zip extension (leaving the .vsix extension!) before double-clicking to install the templates... (more)
category: Metro | clicked: 9 | 1 comment | | source: blogs.msdn.com
tags: Unity, Silverlight, MEF, WPF, Prism
8
Shouts

What is XAP file in Silverlight? - Dhananjay Kumar

published 809 days, 13 hours, 48 minutes ago posted by AlexAlex 811 days, 4 hours, 56 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:03:19 AM GMT
When you start learning Silverlight and create your first Silverlight application, one thing you will notice XAP file along with HTML and ASPX files. First time after running your Silverlight application you can see XAP file in client bin folder. Before running of Silverlight application, you will not find XAP file in client bin folder. Usually below steps followed while running a Silverlight application. Create a Silver... (more)
category: Metro | clicked: 1 | comment | | source: debugmode.net
tags: SL, Silverlight, Xap
8
Shouts

Using Mole 2010 to analyze collections « Josh Smith on WPF

published 809 days, 13 hours, 48 minutes ago posted by AlexAlex 811 days, 4 hours, 53 minutes ago
Tuesday, March 08, 2011 4:11:34 PM GMT Monday, March 07, 2011 1:06:31 AM GMT
When debugging an application it is often necessary to review and analyze the data stored by .NET objects in a collection. Using the standard debugging tools in Visual Studio 2010 to inspect large amounts of in-memory data can be a time consuming task, especially if you need to look at values stored by multiple objects in a collection. For example, if you wanted to look at each Person object in a collection, you might use Visual Studio’s Watch window to inspect each Person object one at a time. You woul... (more)
category: Smart Client | clicked: 1 | comment | | source: joshsmithonwpf.wordpress.com
8
Shouts

Fluent XML Serialization–Introduction

published 810 days, 11 hours, 28 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawk2htN-7q78-ZZN0dRD79_YhNyvI7sAxUYhttps://www.google.com/accounts/o8/id?id=AItOawk2htN-7q78-ZZN0dRD79_YhNyvI7sAxUY 811 days, 7 hours, 38 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 10:21:10 PM GMT
The System.Xml.XmlSerializer class enables .NET applications to serialize/deserialize most types to and from XML using only a few lines of code. This is a great capability and provides an easy API for simple persistence and interoperability scenarios. As a developer, you have some degree of control over the XML that’s generated, but the process is mostly rigid and not easy to extend or customize. I have created a new flexible XML serialization framework that overcomes the limitations of the XmlSeriali... (more)
category: How To | clicked: 6 | comment | | source: trycatchfail.com
tags: .NET, Fluent API, XML, Domain Specific Language, DSL
11
Shouts

MVVM Charting – Binding Multiple Series to a Visiblox Chart | Colin Eberhardt's Adventures in WPF

published 810 days, 11 hours, 28 minutes ago posted by FantasticMrFishFantasticMrFish 811 days, 8 hours, 3 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 9:56:53 PM GMT
This post describes a method of using attached properties to bind a ViewModel which contains multiple data series to a Visiblox chart without any code-behind. The Visiblox chart supports databinding in both WPF and Silverlight, where the X and Y values for each datapoint are bound to properties on an underlying model. However, there is no interface for binding a varying number of series (i.e a collection of collections). The solution provided here is similar to the one which Jeremiah Morrill publ... (more)
category: Metro | clicked: 34 | 1 comment | | source: www.scottlogic.co.uk
tags: Silverlight, chart, WPF, Visiblox
7
Shouts

dotCover 1.1, dotTrace 4.5 Performance Early Access - JetBrains .NET Tools Blog

published 810 days, 11 hours, 28 minutes ago posted by iftekharahmedamitiftekharahmedamit 811 days, 6 hours, 55 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:04:24 PM GMT
dotTrace 4.5 Performance and dotCover 1.1 have recently gone EAP: you can download fresh dotTrace and dotCover builds from their Early Access Program pages. Why would you do that? Let’s see what’s new in the dotTool kingdom.What’s new in dotCover 1.1 EAPImproved presentation of class members in the coverage results tree. When you browse coverage results with dotCover 1.1, you can clearly see properties with getters and setters, or events with add and remove accessors. Anonymous delegates and lambdas are... (more)
category: How To | clicked: 2 | comment | | source: blogs.jetbrains.com
tags: JetBrains, dotCover, dottrace
7
Shouts

CSS Support in ReSharper 6 - JetBrains .NET Tools Blog

published 810 days, 11 hours, 28 minutes ago posted by iftekharahmedamitiftekharahmedamit 811 days, 6 hours, 56 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:02:58 PM GMT
ReSharper 6 EAP has been available for about 1.5 months, and it’s time to move on zooming into new features that this new version brings. We’ve announced that supporting JavaScript and CSS is one of the most important directions in ReSharper 6, and following an earlier post about JavaScript support, let’s take a look at the second major functionality area for ReSharper 6: support for CSS. It is currently represented by the following features:Syntax/Color Highlighting and Palette ReSharper applies its o... (more)
category: How To | clicked: 3 | comment | | source: blogs.jetbrains.com
tags: ReSharper 6, R#, JetBrains, JetBrains ReSharper, ReSharper, CSS
9
Shouts

jQuery 1.5.1 Supports IE9 - IEBlog

published 810 days, 11 hours, 28 minutes ago posted by iftekharahmedamitiftekharahmedamit 811 days, 6 hours, 52 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:06:59 PM GMT
Last week the jQuery team announced the release of jQuery 1.5.1. This is a bug fix release to jQuery 1.5 that includes a particularly exciting note: “jQuery now supports Internet Explorer 9 as a top level browser.” This means all known issues with IE9 have been resolved and new issues will be resolved before future versions of jQuery are released. On behalf of the IE team, I want to thank the jQuery team and contributors for their efforts to support IE9 and for their continued work on an awesome JavaS... (more)
category: Web Dev | clicked: 0 | comment | | source: blogs.msdn.com
tags: Internet Explorer 9, jQuery, IE9, Internet Explorer, IE
8
Shouts

IIS not starting: The process cannot access the file because it is being used by another process - Rick Strahl's Web Log

published 810 days, 11 hours, 28 minutes ago posted by StevesSteves 811 days, 6 hours, 30 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:29:32 PM GMT
Ok, apparently a few people knew about this issue, but it is new to me and has caused me nearly an hour to track down today. What happened is that I’ve been working all day doing some final pre-deployment testing of several tools on my local dev machine. In the process I’ve been starting and stopping several IIS 7 Web sites. At some point I was done and just wanted to start my Default Web Site again and found this  little gem of an error message popping up: The process cannot access the file because i... (more)
category: Web Dev | clicked: 0 | comment | | source: west-wind.com
tags: IIS
7
Shouts

Dynamically Selecting WebMatrix Page Layouts & Styles - Joe Stagner

published 810 days, 11 hours, 28 minutes ago posted by StevesSteves 811 days, 6 hours, 23 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:36:04 PM GMT
I received an email from a developer in the UK this week who is building a web site with Microsoft WebMatrix and needs both “full browser” and mobile page experiences. It’s possible to execute some logic at the beginning of the page load process and dynamicaly select and assign the template you want to apply. Lets suppose that I want my page to look like this when the requesting user is running IE9... (more)
category: How To | clicked: 3 | comment | | source: www.msjoe.com
tags: WebMatrix
7
Shouts

Use Custom Resize to Make The IE9 Mobile Experience - Chris Love's Official ASP.NET Blog

published 810 days, 11 hours, 28 minutes ago posted by StevesSteves 811 days, 6 hours, 20 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:38:58 PM GMT
Last month Microsoft demonstrated IE9 on Windows Phone 7, a big w00t for that. But we won’t have a copy of IE9 on the Windows Phone 7 emulator for a while to come, and no I have no idea when the SDK will be updated. But I have started doing a lot of experimenting with mobile web development in recent months and wanted to get the feel for IE9 in a phone size. Microsoft introduced the F12 tools in IE8 and has expanded them for IE9. I honestly can’t rec... (more)
category: Smart Client | clicked: 3 | comment | | source: professionalaspnet.com
tags: Windows Phone 7, IE9, Mobile
8
Shouts

EF 4.1 Is Coming (DbContext API & Code First RTW) - ADO.NET team blog

published 810 days, 11 hours, 28 minutes ago posted by iftekharahmedamitiftekharahmedamit 811 days, 6 hours, 12 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:47:51 PM GMT
Our latest EF Feature Community Technology Preview (CTP5) has been out for a few months now. Since releasing CTP5 our team has been working hard on tidying up the API surface, implementing changes based on your feedback and getting the quality up to production ready standards. At the time CTP5 was released we also announced that we would be releasing a production ready go-live in Q1 of 2011 and we are on track to deliver on the commitment. .. (more)
category: Architecture | clicked: 2 | comment | | source: blogs.msdn.com
tags: ADO.NET, EF, Entity Framework, EF 4.1, Entity Framework 4.1
6
Shouts

Performance Troubleshooting Article and VS2010 SP1 Change - Jason Zander's WebLog

published 810 days, 11 hours, 28 minutes ago posted by iftekharahmedamitiftekharahmedamit 811 days, 6 hours, 6 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:53:49 PM GMT
We are getting very near to the final release of VS2010 SP1 (if we were landing a plane the wheels would be down right now with the runway in front of us). Thanks again for all your feedback and stay tuned for the imminent release of the product. We’ve concentrated heavily on fixing issues you have reported, including those related to performance and reliability. The team has collected the most common scenarios we see that may cause issues and published it here: Visual Studio Troubleshooting .. (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: VS2010 SP1, Performance, Troubleshooting, VS2010, SP1
6
Shouts

Installing NuGet on VS2010 (first blood) - Peter Kellner

published 810 days, 11 hours, 28 minutes ago posted by DustinDustin 811 days, 5 hours, 59 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 12:00:08 AM GMT
So, here are the steps necessary to install NuGet on my windows laptop computer. I’ve got vs2010 (not sp1) installed, I’ve disabled both Resharper and .net Reflector just to be safe. First step, is to go to the NuGet.org web site and click on Install. (more)
category: Web Dev | clicked: 1 | 1 comment | | source: peterkellner.net
tags: ASP.NET 4.0, VS2010, MVC, ASP.NET, NuGet
6
Shouts

New Collection of SQL Server Videos on Channel 9 - Denis Gobo

published 810 days, 11 hours, 28 minutes ago posted by DustinDustin 811 days, 5 hours, 57 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 12:02:40 AM GMT
There are 13 new videos on channel 9 posted about SQL Server. The non-marketing videos (by engineering PMs) give customers peek into the goals and visions why certain SQL Server features were decided and implemented. Below is a list with a little blurb what the video is about... (more)
category: Screencast | clicked: 3 | comment | | source: blogs.lessthandot.com
tags: SQL Server, Channel 9, Screencasts, Screencast
6
Shouts

xUnit.Net – Running the tests (RunAfterTestFailed Custom Attribute) - Maria Marcano

published 810 days, 11 hours, 28 minutes ago posted by DustinDustin 811 days, 5 hours, 38 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 12:21:08 AM GMT
On my last post I created a Custom TestCategory Attribute and custom xUnit.Net TestClassCommand to run test by category. Now I want to create a Custom RunAfterTestFailed attribute to run a method whenever a test fails. We have the following test classusing Xunit; using Xunit.Extensions; namespace xUnitCustomizations { [CustomTestClassCommand] publicclass TestClass { [Fact, TestCategory("Unit")] publicvoid FailedTest1() { Assert.True(false); } ... (more)
category: Agile | clicked: 4 | comment | | source: mariangemarcano.blogspot.com
tags: Test, xUnit.net
Previous 1 2 ... 9 10 11 12 13 14 15 16 17 18 ... 54 55 Next