Click here to Skip to main content

Technical Blogs


RSS feed icon

Articles submitted by members via their Technical Blog feed. Want to have the blog entries from your Technical Blog automatically posted as articles on CodeProject? It's easy!

Page 296 of 333


5901. How to Implement a DependencyProperty?
A DependencyProperty is set to enable declarative code to alter the properties of an object which reduces the data requirements by providing a more powerful notification system regarding the change of data in a very specific way.
(The Code Project Open License (CPOL))
Languages » C# » General
_ Kunal Chowdhury _ Updated: 8 Sep 2009
Rating: 4.60/5 (12 votes)
5902. WPF: DataTrigger on a TextBlock!
So how does one add a DataTrigger to a TextBlock and provide some default value?
(The GNU General Public License (GPLv3))
Platforms, Frameworks & Libraries » Windows Presentation Foundation » General
Steve Psaltis Updated: 8 Sep 2009
Rating: 2.44/5 (4 votes)
5903. Creating a reusable class - with all the goodies - part 1 : Preliminary analysys
I always wanted to build a class that could have some value in the real life and that could serve as an example for some (good) practices. It seems that I have the opportunity right now. In every country, mine included, there is some sort of identification number, unique for all its citizens. In
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Andrei Rinea Updated: 8 Sep 2009
Rating: (0 votes for this Article)
5904. WPF: Close command on the Window close button
I could not find a good solution to this anywhere, so here is mine (which I think is a bit of an abuse of attached properties, but hey ho!).
(The GNU General Public License (GPLv3))
Platforms, Frameworks & Libraries » Windows Presentation Foundation » General
Steve Psaltis Updated: 8 Sep 2009
Rating: 1.00/5 (1 vote)
5905. UnCommon C# keywords - A Look
Some of both Documented and Undocumented Keywords that we dont use often like Check, StackAlloc, Fixed,default,@variables,Nullables, __arglist,__reftype etc are explained with simple examples
(The Code Project Open License (CPOL))
Languages » C# » General
Abhishek Sur Updated: 7 Sep 2009
Rating: 4.46/5 (136 votes)
5906. Cinch : A Code Generator Is Coming
A while ago I released my Cinch MVVM Library out there into the wild, and the reception it was got has been pretty good, so I thank you all for that. When I wrote Cinch, I was aware that there was a bit of code that I was still asking people to write, al  be [...]
(The Code Project Open License (CPOL))
General Reading » Uncategorised Technical Blogs » General
Sacha Barber Updated: 6 Sep 2009
Rating: (0 votes for this Article)
5907. Separate Domain from Presentation – part II
This is a second post in the series of posts about “Separate Domain from Presentation” Refactoring.Previous Posts:Separate Domain from Presentation – part ILast time we discussed the ways to disconnect the Presentation (FrmMain) from the Domain Object (CoursesDS)...
(The Common Development and Distribution License (CDDL))
Desktop Development » Smart Client » General
Uri Lavi Updated: 5 Sep 2009
Rating: 3.89/5 (6 votes)
5908. Separate Domain from Presentation – part III
This is a third post in the series of posts about “Separate Domain from Presentation” Refactoring.Previous Posts:Separate Domain from Presentation – part ISeparate Domain from Presentation – part IILast time we explained how to refactor towards MVP – Supervising Controller...
(The Common Development and Distribution License (CDDL))
Desktop Development » Smart Client » General
Uri Lavi Updated: 5 Sep 2009
Rating: 4.20/5 (7 votes)
5909. Separate Domain from Presentation – Part I
Visual Studio can be a swiss knife in the hands of a Software Developer. You want a fully functional application within several hours; here you go sir: Create Windows Forms Application.Add relevant Data Sources (in Figure 1 below: Courses table)...
(The Common Development and Distribution License (CDDL))
Desktop Development » Smart Client » General
Uri Lavi Updated: 5 Sep 2009
Rating: 4.33/5 (6 votes)
5910. Asymmetric Accessor Accessibility and Automatic Properties
How to combine Asymmetric Accessor Accessibility and Automatic Properties to gain a better encapsulation.
(The Common Development and Distribution License (CDDL))