(Wriju) Sometimes you may want to use same logic again and again. Let’s suppose you do not have access to your database which allows you to write function or stored proc. Never mind, EF allows you to define the logic at Model and you should be able to experience the same.
Tag: Development
Globalization in ASP.NET 2.0
(Brijesh Kr) Globalization is the process of designing and developing applications which can be adapted to different languages. Globalization is the process of designing and developing a software product that functions for multiple cultures.
Color Indicator for Code Changes – Track Changes in Visual Studio 2010
(Abhijit Jana) “Track Change” one of the best interesting features in visual studio which indicates the code changes with a color indicator at the beginning of the line.
Anatomy of a .NET Assembly – CLR metadata 1
(Simon Cooper) Before we look at the bytes comprising the CLR-specific data inside an assembly, we first need to understand the logical format of the metadata (For this post I only be looking at simple pure-IL assemblies; mixed-mode assemblies & other things complicates things quite a bit).
Understanding The Basic Authentication Request-Response Life Cycle
(Ben Nadel) For the last couple of days, I have been very frustrated with trying to get Basic Authentication to work with a piece of code being integrated with Twilio. I have used Basic Authentication a few times before; but, I guess I never really understood exactly what was required during the req
Visual Studio 2010 SP1
(Scott Guthrie) Last week we shipped Service Pack 1 of Visual Studio 2010 and the Visual Studio Express Tools.
ColdFusion Application-Specific Mappings Work With CFInclude
(Ben Nadel) Ok, so I know this post is like 3 years too late; but, the other day, I got to thinking about the application-specific mappings introduced in ColdFusion 8 and I wondered if I had ever used them for CFInclude. I know that I use them for createObject() all the time; but, I don’t think I ha
Anatomy of a .NET Assembly – PE Headers
(Simon Cooper) Today, I’ll be starting a look at what exactly is inside a .NET assembly – how the metadata and IL is stored, how Windows knows how to load it, and what all those bytes are actually doing. First of all, we need to understand the PE file format.
Use LINQ to Retrieve Data for Your Crystal Reports
(Vince Varallo) This article will show you how to use LINQ to retrieve your data and then “hook” it to a Crystal Report.
Video Web Helper in ASP.NET MVC 3 RC 2 – Add Videos to your Web Pages 13retweet
(Malcolm Sheridan) ASP.NET MVC 3 RC 2 contains a full suite of web helpers that Microsoft have made available through the Microsoft Web Helpers library. One web helper that makes the process of creating rich user interfaces easier is the Video web helper.
