(Michael Desmond) Just because your code compiles when you press F5 in Visual Studio 2010, doesn’t mean your code is error free. It just means your code compiles and runs on your machine. Run your code on a 64-bit machine or a machine configured in another language, and you could potentially run int
Tag: Development
Hyperlink in WPF
(Mahesh Chand) The Hyperlink element is an inline-level content element that is used to add a hyperlink to a FlowDocument contents. You can add hyperlink support to any Inline element.
Diagnostic Explorer
(cameron_elliot) Diagnostic Explorer is a .NET library and web site which allows developers to expose and view arbitrary diagnostic information about their .NET processes. Properties of .NET objects constructed and held in memory can be easily exposed and viewed alongside logging information generat
Simple Image SlideShow using jQuery
(Suprotim Agarwal) I have seen a lot of users requesting for simple jQuery scripts for SlideShows. I saw a couple of them, but the scripts assumed that the number of image tags has to be fixed beforehand.
Using BindAttribute In ASP.NET MVC To Exclude Bindable Data
(Malcolm Sheridan) If you’ve used MVC you’ll know how much time is saved thanks to model binding. That’s where a form post is matched to a strongly typed object. This can save you time initially but it can also provide a way for a malicious user to exploit vulnerabilities in your code if you’re not
Crypto Obfuscator 2010 Review
(John Spano) I was recently asked to review Crypto Obfuscator 2010 from LogicNP Software.Since most of my development these days is with Microsoft’s Visual Studio product, I jumped at the chance.Software protection has always been a concern when coding in a language that compiles to any intermediate
Using the ADO.NET Entity Framework with the Advantage Database Server
(Matt Goebel) Whether you are new to Advantage databases or to the .NET framework and the Entity Framework, this article will provide you with the necessary information to productively use both together. Before getting started there are several prerequisites you will need to have installed before be
Creating a Simple ASP.NET MVC 2.0 Application
(Gal Kogman) ASP.NET MVC 2.0 is out. In this walkthrough I will show the major changes and add-ins we can find in ASP.NET MVC 2.0.
In Defense of Single-Tier Applications
(Peter Vogel) I tend to build multi-tier applications with a layer of middle-tier business objects that are called from a little bit of code in my pages’ code files. However, there are any number of ASP.NET developers who don’t use that model. Instead, these developers put most of their code into th
WPF DatePicker
(Mahesh Chand) A DatePicker control is used to create a visual DatePicker that let user to pick a date and fire an event on the selection of the date. This article demonstrates how to create and use a DatePicker control in WPF with the help of XAML and C#.
