(Ged Mead) The TimeValue function appears to be just a time – for instance 14:02 or 3:15. In reality though, it’s a DateTime object, but the big difference is that the date is always set at 1st January 0001 and manipulations you carry out on it simply ignore the date part.
Tag: Development
Simple Steps to Enable Transactions in WCF
(Imran Ghani) A transaction is basically a logical unit of work consisting of activities that must all succeed or fail and that must comply with ACID principals.
Computational Types in C# and F#
(Marc Clifton) In this article, I will be exploring the concept of “computational types” – types that are associated with computations, and whose computations can be determined via reflection to self-document and automate the value computation, based on type. I will illustrate how to work with comp
Tiny Happy Features #2 – ASP.NET Web API in Visual Studio 2012
(Scott Hanselman) At some point soon lots of people are going to start writing these epic blog posts about Visual Studio 2012. They will include LOTS of screenshots (some good and some bad), some small code samples and minimal context.
The New ASP.NET AJAX PivotGrid Brings Business Analysis Reporting to Your Fingertips
(Tsvetoslav Kovachev) When it comes to complex business data analysis, a visualization tool that allows for multi-dimensional cross-tabular reports is invaluable. This is why many of you will gladly welcome Telerik’s ASP.NET AJAX PivotGrid – a data summarization control allowing end-users to gain un
.NET HTML Sanitation for rich HTML Input
(Rick Strahl) Recently I was working on updating a legacy application to MVC 4 that included free form text input. When I set up the new site my initial approach was to not allow any rich HTML input, only simple text formatting that would respect a few simple HTML commands for bold, lists etc. and a
Using TFS 2012 and SCRUM for Iteration Capacity Planning for Software Development
(Subodh Sohoni) In this article, I will explain how the sprint planning is done by the SCRUM Team using Team Foundation Server 2012 a.k.a TFS 2012. I will also show you how to consider capacity of the team while planning the sprint backlog.
Javascript for Beginners: An Introduction
(James Payne) Welcome to the first installment in a series that will teach you how to add Javascript functionality to your website and make your HTML pages more interactive.
How to create Web Deploy packages in Visual Studio 2012
(Sayed-Ibrahim-Hashimi) When building Visual Studio 2012 we made an effort to reduce the amount of menu options which are shown on toolbars as well as context menus. If you have used any of the pre-release versions of VS 2012 then you might have noticed that the Build Deployment Package and Package/
How to create a foreign key constraint with the Visual Studio 2012 database tools
(Jon Gallant) The new SQL tools in Visual Studio 2012 are amazing, but still lack a database diagrams features that SQL Server Management Studio has. I use database diagrams all the time to easy create foreign keys. We can obviously do in T-SQL, but who honestly remembers the exact syntax for addi
