MihirPatel
Name: MihirPatel
Score: 10,492.74
Last Seen: 948 days, 17 hours, 40 minutes ago
Member Since: 11 February, 2009
DotNetShoutout
atom rss
5
Shouts

Table Per Concrete Type Inheritance in Entity Framework - Gil Fink on .Net

posted by gilfgilf 1215 days, 2 hours, 25 minutes ago
Monday, January 25, 2010 5:49:36 AM GMT
The last inheritance mapping that I’m going to write about is the Table Per Concrete Type inheritance (TPC). This inheritance type is very rare but you should be aware of how to create it when it is needed. You can read about TPT and TPH from here and from here. (more)
category: How To | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: Entity Framework, Inheritance
4
Shouts

See Your XML Docs As You Type With CR Documentor « Stefano Ricciardi's Blog

posted by http://sterioma.pip.verisignlabs.com/http://sterioma.pip.verisignlabs.com/ 1217 days, 12 hours, 25 minutes ago
Friday, January 22, 2010 7:50:07 PM GMT
Almost 10 years ago now I used to be a Java developer in Motorola. After a long hiatus in the embedded systems and a job change, I have come back to enterprise development, this time in .Net. I remembered that in the good ol’ days it required 2 steps to see the final rendering of the XML documentation: firing javadoc (usually from within an ANT task) ... (more)
category: How To | clicked: 1 | comment | | source: stefanoricciardi.com
tags: XML Doc, Tools
8
Shouts

Use StructureMap and Castle DynamicProxy to easily change the semantics of your code

published 1213 days, 18 hours, 41 minutes ago posted by sedanwersedanwer 1217 days, 20 hours, 41 minutes ago
Tuesday, January 26, 2010 1:33:47 PM GMT Friday, January 22, 2010 11:33:36 AM GMT
In this posting my intentions are to show you how to use Inversion of Control (IoC), with the help of StructureMap, for being able to easily switch the semantics of e.g entities in a model with the change of a few lines in the StructureMap configuration. I will use it to go from plain classes to dynamically generated proxies, using Castle DynamicProxy. The proxied version will add the attributes: Serializable and DataContract. I will not implement any interception, but I will setup a empty interceptor wh... (more)
category: Architecture | clicked: 23 | 1 comment | | source: daniel.wertheim.se
tags: IoC, Castle DynamicProxy, StructureMap
4
Shouts

ASP.NET MVC2 To Provide Real Spark Support - Eric Polerecky

posted by http://epolerecky.myopenid.com/http://epolerecky.myopenid.com/ 1219 days, 3 hours, 11 minutes ago
Thursday, January 21, 2010 5:04:05 AM GMT
It sounds like the barrier I wrote about a few weeks ago might be going away. Earlier this evening Phil Haack posted this tweet: Excited to hear this I asked a leading implementation question about honoring the output extension directive in T4 templates. (more)
category: Web Dev | clicked: 2 | comment | | source: eric.polerecky.com
tags: Spark View Engine, ASP .NET MVC
4
Shouts

Code Capers | Using Custom Security Attributes in ASP.NET MVC

posted by mceranskimceranski 1219 days, 3 hours, 42 minutes ago
Thursday, January 21, 2010 4:32:35 AM GMT
Using the Authorize attribute with "magic strings" to secure controller methods can produce some undesirable code. By using custom attributes and extension methods you can clean up your code and streamline your design. (more)
category: Web Dev | clicked: 1 | comment | | source: www.codecapers.com
tags: Extension Methods, Attributes, MVC, ASP.NET
4
Shouts

A Small Javascript To Safely Load Scripts and Styles Into The DOM

posted by joel_holderjoel_holder 1219 days, 14 hours, 7 minutes ago
Wednesday, January 20, 2010 6:08:00 PM GMT
Consider scenarios where you have pages composed of parts that are combined at runtime.  If the many authors of those parts have external script references sprinkeled throughout, there is the chance that author2 might over write author1's reference of JQuery or some other script dependency.  The consequences of doing this are usually breakage.  I wrote this little script to allow all authors to call their scripts into page parts... (more)
category: Web Dev | clicked: 1 | comment | | source: uberpwn.spaces.live.com
13
Shouts

ASP.NET MVC with Castle Validators, fluentHtml, and jQuery

published 1214 days, 20 hours, 3 minutes ago posted by http://derans.myopenid.com/http://derans.myopenid.com/ 1218 days, 3 hours, 27 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Friday, January 22, 2010 4:47:59 AM GMT
I ran into a SNAFU because my required validation wasn’t working on the controller side of the house. If people submitted the form with “street address”, “city”, or “postal code”, it would post. Not a good thing! (more)
category: Web Dev | clicked: 0 | comment | | source: derans.blogspot.com
tags: ASP.NET MVC, Castle
10
Shouts

About Technical Debates (and ASP.NET Web Forms and ASP.NET MVC debates in particular) - ScottGu's Blog

published 1214 days, 20 hours, 3 minutes ago posted by ali62bali62b 1215 days, 1 hour, 42 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Monday, January 25, 2010 6:32:44 AM GMT
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu] Technical debates are discussed endlessly within the blog-o-sphere/twitter-verse, and they range across every developer community. Each language, framework, tool, and platform inevitably has at least a few going on at any particular point in time. Below are a few observations I’ve made over the years about technical debates in general, as well as some comments about some of the... (more)
category: Architecture | clicked: 0 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, ScottGu, ASP.NET
7
Shouts

Build a Front End of an E-commerce System Using ASP.NET MVC Framework Part 1

published 1214 days, 20 hours, 3 minutes ago posted by ali62bali62b 1216 days, 2 hours, 11 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 6:04:15 AM GMT
Contents [hide]1 Introduction 2 System Design 2.1 Requirement Analysis 3 Functionality Design 4 Architecture Design 5 Database Design 5.1 Database Requirements Analysis 5.2 Tables Design 5.3 Stored Procedures 6 Summary Build a Front End of an E-commerce System Using ASP.NET MVC Framework SeriesPart 1 Build a Front End of an E-commerce System Using ASP.NET MVC Framework Part 1Part 2 Build a Front End of an E-commerce System Using ASP.NET MVC Framework Part 2 Introduction With the rapid de... (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET MVC, projects
9
Shouts

A Tale of Two Principle Violations

published 1214 days, 20 hours, 3 minutes ago posted by KodefuGuruKodefuGuru 1215 days, 3 hours, 12 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Monday, January 25, 2010 5:02:32 AM GMT
When I decided to write the With statement in Fluent.NET, I never imagined that I would encounter a common bug and school myself in principles that I happen to present on. But that is what occurred, and I want to share it so others can avoid the same mistakes I made. With is a Fluent version of Add, only it returns the object or interface it is acting upon rather than void. This allows you to chain methods together in a fluid manner. Instead of calling strings.Add(“Hello”); strings.Add(“World”);, you ca... (more)
category: Agile | clicked: 0 | comment | | source: www.kodefuguru.com
tags: Liskov, Fluent.NET, Fluent Interface
16
Shouts

Innovation Showcase : ARCast.TV - An Overview of MVC4WPF - Part 3 of 3

published 1214 days, 20 hours, 3 minutes ago posted by bobfamiliarbobfamiliar 1215 days, 12 hours, 53 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 7:22:17 PM GMT
24 January 2010ARCast.TV - An Overview of MVC4WPF - Part 3 of 3 Brian H. Prince talks with Stephen Giffin and John Hannah about their new open source project called MVC4WPF. It is a new framework and guidance package that helps you quickly build enterprise WPF applications. They have seen a dramatic improvement in productivity, ability to leverage entry level developers, and a massive reduction in development costs. The framework helps your developers follow the right path and do the right thing. Pa... (more)
category: Architecture | clicked: 0 | comment | | source: blogs.msdn.com
tags: Brian H. Prince, Practical Guidance, WPF, Open Source, Architecture, Architects, ARCast, MVC
11
Shouts

Brad Wilson: Input Validation vs. Model Validation in ASP.NET MVC

published 1214 days, 20 hours, 3 minutes ago posted by ali62bali62b 1216 days, 1 hour, 30 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 6:44:34 AM GMT
After extensive discussion among the team, we've decided to make a last-minute change to ASP.NET MVC 2 in regards to way that validation is handled. The conversation was kick-started by my blog post about the Required attribute and what it does (and does not) mean. To understand what we did, let's start with where we were a couple days ago. (more)
category: Web Dev | clicked: 1 | comment | | source: bradwilson.typepad.com
tags: Validation, ASP.NET MVC 2
9
Shouts

Configuration & Decoupled Modules - Jesse Liberty

published 1214 days, 20 hours, 3 minutes ago posted by jantujantu 1215 days, 21 hours, 12 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 11:02:49 AM GMT
Two architectural demands for the Silverlight HVP, which are common to many larger applications, came together this week and crystallized into a design that looks to solve a couple other, unanticipated requirements.   Specifically, we knew that (1) we wanted to have configuration files and that (2) we wanted each module to be created independently of all the other modules. After some discussion, thrashing, input from some great folks at CodeMash, and further review,... (more)
category: Metro | clicked: 0 | comment | | source: blogs.silverlight.net
tags: Mini-Tutorial, MEF, HyperVideoProject, Related-Skills, Videos, Design Patterns
12
Shouts

The Angry .Net Developer: Agile Ado.Net Persistence Layer : Part 1 Design Overview

published 1214 days, 20 hours, 3 minutes ago posted by ali62bali62b 1216 days, 1 hour, 53 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 6:22:16 AM GMT
Last year I did a blog post series on how to design a High Performance DAL using Ado.Net.  Judging by the response I’ve gotten from that series, there must be a lot of developers out there who believe that even with the availability of LINQ, Entity Framework, and a host of other ORM technologies, Ado.Net is still your best option when designing a persistence layer.  BTW, I’m one of them. After that series I started digging into Entity Framework and LINQ, and I was impressed by how effortless those tech... (more)
category: Architecture | clicked: 0 | comment | | source: rlacovara.blogspot.com
tags: ADO.NET
8
Shouts

Table Per Hierarchy Inheritance in Entity Framework - Gil Fink on .Net

published 1214 days, 20 hours, 3 minutes ago posted by gilfgilf 1215 days, 23 hours, 58 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 8:17:03 AM GMT
In the second inheritance mappings tutorials I’m going to write about the Table Per Hierarchy (TPH) inheritance mapping. If you want to read about the first mapping I showed go to the Table Per Type post from here. (more)
category: How To | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Entity Framework, Inheritance
10
Shouts

The Angry .Net Developer: Agile Ado.Net Persistence Layer : Part 2 Use DTOs (Data Transfer Objects)

published 1214 days, 20 hours, 3 minutes ago posted by ali62bali62b 1216 days, 1 hour, 53 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 6:21:43 AM GMT
What container are we going to use to pass data between the layers of our application?  The usual answers I hear are either DataTables/DataSets or full business objects.  I don’t like any of these options. DataSets and DataTables come with significant overhead and they don’t contain strongly typed data.  Business objects do contain strongly typed data, but they typically contain a lot of extra business logic that I don’t need, and they may even contain persistence logic.  I don’t want any of that.  I wan... (more)
category: Architecture | clicked: 0 | comment | | source: rlacovara.blogspot.com
tags: ADO.NET Data Services
8
Shouts

Build a Front End of an E-commerce System Using ASP.NET MVC Framework Part 2

published 1214 days, 20 hours, 3 minutes ago posted by ali62bali62b 1216 days, 2 hours, 10 minutes ago
Monday, January 25, 2010 12:11:40 PM GMT Sunday, January 24, 2010 6:04:54 AM GMT
Contents [hide]1 Model Design 1.1 Creating the Data Model Using LINQ to SQL 1.2 Designing a Helper Class 2 Controller Design 2.1 The Controller HomeController 2.2 The Controller UserCenterController 3 View Design 3.1 The Index.aspx View 3.2 The Search.aspx View 3.3 The BookList.aspx View 3.4 The BookDetails.aspx View 3.5 The Shopping Cart Related Views 3.6 The Order Inquiry Related Views 4 Summary Build a Front End of an E-commerce System Using ASP.NET MVC Framework SeriesPart 1 Build a Fro... (more)
category: Web Dev | clicked: 0 | comment | | source: dotnetslackers.com
tags: ASP.NET MVC, projects
7
Shouts

Web access to Team Foundation Server.

published 1215 days, 20 hours, 31 minutes ago posted by http://rredcat.blogspot.com/http://rredcat.blogspot.com/ 1218 days, 13 hours, 22 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Thursday, January 21, 2010 6:52:51 PM GMT
I have been starting to work with Team Foundation Server as source control and bag tracking system for 2 month. In this time we migrated from one TFS to another. So sometime we needed access to both these servers (one as bug track, another as source control). I said to my manager about web access tool for TFS he heard it already that this tool is very cool but expensive. It isn't truth. (more)
category: How To | clicked: 0 | comment | | source: rredcat.blogspot.com
9
Shouts

Table Per Type Inheritance in Entity Framework - Gil Fink on .Net

published 1215 days, 20 hours, 31 minutes ago posted by gilfgilf 1217 days, 22 hours, 41 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Friday, January 22, 2010 9:33:32 AM GMT
The first inheritance mapping I’m going to show is called Table Per Type or TPT. Before I start with the example lets define what is TPT. (more)
category: How To | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: Entity Framework, Inheritance, Mapping, TPT
5
Shouts

MsHelp » Screencast: Visual Studio 2010 – New debugging experience

published 1215 days, 20 hours, 31 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 1216 days, 21 hours, 51 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Saturday, January 23, 2010 10:23:25 AM GMT
Screencast: Visual Studio 2010 – New debugging experience Posted by Sven on January 23rd 2010 to Collaboration, Debugging, Visual Studio 2010 In this screencast I will have a look at the new debugging features that are introduced together with Microsoft Visual Studio 2010. Questions that will be answered in this video are: What is collaborative debugging? What’s new when it comes to breakpoints? What are datatips and how can they help me while I’m debugging? what is IntelliTrace, pre... (more)
category: Screencast | clicked: 0 | 1 comment | | source: mshelp.be
tags: Collaboration, Debugging, Visual Studio 2010, Team
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 ... 29 30 Next