(Memphisto) The .NET Framework architecture got a drastic change with the invention of Windows Presentation Foundation (WPF).
Tag: Development
Post-Instantiation CFC Method References Don’t Show Up In CFDump In ColdFusion 9
(Ben Nadel) Last week, I came up against a really strange issue in ColdFusion 9. I was trying to build some ColdFusion components on the fly and I was using CFDump to test my algorithm. Unfortunately, it seemed that something was going very wrong; no matter what I did, I couldn’t get the assembled m
Horizontal ScrollBar Control in C#
(Mahesh Chand) An HScrollBar control is a supporting control that is used to add horizontal scrolling capability to a control that does not have built-in scrolling such as a container control. You do not need this control for the controls that already have built-in scrolling.
OWASP Top 10 for .NET developers part 3: Broken authentication and session management
(Troy Hunt) Authenticating to a website is something most of us probably do multiple times every day. Just looking at my open tabs right now I’ve got Facebook, Stack Overflow, Bit.ly, Hotmail, YouTube and a couple of non-technology forums all active, each one individually authenticated to.
Using Silverlight 4 APIs to Interact with Webcams and Microphones from VB 2010
(Alessandro Del Sole) In April 2010, Microsoft released version 4 of Silverlight, the cross-browser, cross-platform, and cross-device plug-in required for building and running so-called “Rich Internet Applications.” This version of Silverlight introduced several new features that developers can use
Server installation options for ASP.NET MVC 2
(Jon Galloway) I’ve answered several questions about installing ASP.NET MVC 2 on a server lately, and since I didn’t find a full summary I figured it was time to write one up. Here’s a look at some of the top options: –WebPI –Bin deploy –Run the full AspNetMVC2_VS2008.exe installer –Com
Customize Your Toolbars in Visual Studio 2008: Commands Tab
(Zain Naboulsi) You can customize any toolbar in Visual Studio 2008. Just click on the drop-down to the right of any toolbar then click on “Add or Remove Buttons” and choose “Customize”:
Code-First Development with Entity Framework 4
(Scott Guthrie) .NET 4 ships with a much improved version of Entity Framework (EF) – a data access library that lives in the System.Data.Entity namespace.
Hierarchical Menu in WPF
(Jonas Wranå) At least two times in my programming carreer I’ve had the need to create a hierarchical menu. In this example I will show how to do a hierarchical context sensitive menu with very simple code, almost ridiculous simple. I searched some solutions on the net and they involved quite comple
Using ASP.NET Charting in ASP.NET MVC
(Subba) In this blog post I will talk about how to use ASP.NET Charting controls(which Microsoft announced last year) in a ASP.NET MVC application.
