entrodus

Stories kicked by entrodus

Different Ways of using the C# Null Coalescing Operator(www.devcurry.com)

submitted by flyingkickflyingkick(331) 1 year, 9 months ago

Here are some different ways of using the Null-Coalescing operator in your code. read more...

add a comment |category: |Views: 477

tags: another

Mercurial tutorial - by Joel Spolsky(hginit.com)

submitted by powerrushpowerrush(3873) 2 years, 3 months ago

Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts. read more...

3 comments |category: |Views: 1245

tags: another

Abandon ASP.NET WebForms!(itmeze.com)

submitted by michalzygulamichalzygula(100) 2 years, 11 months ago

Interesting experiance with classic web forms.... read more...

9 comments |category: |Views: 899

tags: another

Overview of .NET 4.0 features – ASP.NET 4.0 ClientIDMode(dotnetcube.com)

submitted by dncdudedncdude(1350) 3 years ago

In pre 4.0 days, when a server control is rendered, the framework would assign an ID to the control based on the control hierarchy. For example, a textbox of id "txtTest" in a user control that is used on a page would be rendered with the ID "WebUserControl11_txtTest". Developers could use the ClientID property (ex: txtTest.ClientID) in the code behind to retrieve the ID assigned to the control by the framework. It was essential for the framework to assign the IDs this way to maintain uniqueness of the IDs on a page. In the prior example, the User Control that inherits from the System.Web.UI.UserControl implements the INamingContainer interface. Any control (either custom or a .NET control) that implements this interface would ensure unique naming scope for the child controls. read more...

2 comments |category: |Views: 612

tags: another

Flexible WPF ToolTips via Markup Extensions(hardcodet.net)

submitted by interferencesinterferences(385) 3 years, 1 month ago

Presents a way to display a feature-rich ToolTip in WPF through a single line of XAML. read more...

add a comment |category: |Views: 214

tags: another

Kobe - Oh Dear Lord Why?!(codebetter.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 1 month ago

Karl Seguin weighs in on the latest MS ASP.NET MVC sample app read more...

add a comment |category: |Views: 406

tags: another

Don’t Use a WPF Control in Windows.Resource (dev102.com)

submitted by razamitrazamit(4566) 3 years, 1 month ago

Whong usage of Windows.Resource read more...

add a comment |category: |Views: 152

tags: another

Visual Studio 2010 Architecture Edition(ajdotnet.wordpress.com)

submitted by ajdotnetajdotnet(2940) 3 years, 1 month ago

Some screenshots and descriptions from the Visual Studio 2010 CTP, Architecture Edition, including Architecture Explorer, UML Support, and the Layer Diagram. read more...

add a comment |category: |Views: 900

tags: another

Mix 09 Quick Video Link List(coolthingoftheday.blogspot.com)

submitted by malovicnmalovicn(1590) 3 years, 2 months ago

Mix 09 Quick Video Link List in a format allowing easy search & download read more...

add a comment |category: |Views: 318

tags: another

Creating a WPF / Silverlight Control With a Semi Transparent Backgroun(dev102.com)

submitted by razamitrazamit(4566) 3 years, 3 months ago

Yesterday I was trying to create a control with a partially transparent background,. I am writing this because what I thought was so straight forward, was not. read more...

7 comments |category: |Views: 241

tags: another

A New Look for Visual Studio 2010!(blogs.msdn.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

At the PDC and TechEd EMEA last year we described our new editor support built on the WPF technology in .NET Framework 4.0. Today I’m happy to reveal the new UI for Visual Studio, also built on WPF: read more...

add a comment |category: |Views: 1214

tags: another

XAML for WPF Cheat sheet(blog.blueboxes.co.uk)

submitted by jkonlinejkonline(20) 3 years, 3 months ago

A one page sheet on WPF covering the following topics: * Data Binding * Styles and Triggers * Resources * Layout * Transforms * Brushes read more...

add a comment |category: |Views: 250

tags: another

WPF Office 2007 Style Windows(blog.opennetcf.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

The next challenge that I am going to share my solution with you is the Office 2007 like window style. As you know, the Office 2007 applications are using the layered windows functionality to display rounded corners and a custom title bar. This is how the typical window in the new Office looks like: read more...

add a comment |category: |Views: 341

tags: another

WPF XAML Data Binding Cheat Sheet(nbdtech.com)

submitted by CryogenicCryogenic(75) 3 years, 3 months ago

One of the best things about WPF is the advanced data binding support, the Binding class that is used to create data bindings has many interesting and useful options. And I never remember the more advanced options when I’m writing XAML. So I wrote a very detailed “cheat sheet” for the WPF Binding class ... read more...

add a comment |category: |Views: 500

tags: another

WPF Webcam Control(blog.catenalogic.com)

submitted by TischnoetentoetTischnoetentoet(424) 3 years, 4 months ago

Open source WPF control to view webcam video and capture webcam images read more...

add a comment |category: |Views: 796

tags: another

WPF Toolkit is not ready for production applications(codesnack.com)

submitted by jhnatowjhnatow(70) 3 years, 4 months ago

If you are planning on using the WPF Toolkit for production code, make sure you are aware of the risks you are incurring. read more...

2 comments |category: |Views: 414

tags: another