DotNetShoutout - Stories tagged with Customization
7
Shouts

Few Tips on Customizing Debugging Window View in Visual Studio « Abhijit's World of .NET

published 999 days, 22 hours, 8 minutes ago posted by abhijitjanaabhijitjana 1001 days, 11 minutes ago
Monday, August 30, 2010 3:36:48 PM GMT Sunday, August 29, 2010 1:33:33 PM GMT
In this post I am going to discuss about few tips on customizing debugging debugging windows. This may be very helpful during debugging of application. While debugging, you may want to simplify debug window or you may want to clean up all the unnecessary fields that are not important during debugging from debugging windows. Here is few tips for customization of debug window. (more)
category: Web Dev | clicked: 0 | comment | | source: abhijitjana.net
tags: Tips & Tricks, Customization, Debugging, Visual Studio, how to
7
Shouts

Mixing Table Per Hierarchy and Entity Splitting - Gil Fink on .Net

published 1034 days, 3 hours, 53 minutes ago posted by gilfgilf 1036 days, 8 hours, 10 minutes ago
Tuesday, July 27, 2010 9:52:03 AM GMT Sunday, July 25, 2010 5:34:56 AM GMT
Yesterday I published an article on the CodeProject site about Table Per Hierarchy (TPH) in Entity Framework. I got a very good question about “How would the EF handle this with a true association table?” – which means removing the two dates from the Person table and creating an association table instead that will hold only one date field. This post will try to answer the question. (more)
category: How To | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: Customization, model, Entity Framework