Click here to Skip to main content
6,821,293 members and growing! (20,748 online)
Email Password   helpLost your password?
Blog Articles | Add your Blog | FAQ

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 The Code Project? It's easy!

Language
Platform
Technology
Audience
Skill Level
Clear All
Page 1 of 38
[1 2 3 4 5 6 7 8 9 10 ]


1. SharePoint 2010: Client Object Model – an Introduction
Introduction to SharePoint 2010 Client Object Model.
(The Code Project Open License (CPOL))
Not defined » SharePoint Server » Web Parts
Sohel_Rana
Updated: 9 Feb 2010
Rating: (0 votes for this Article)
2. Lightweight Task Scheduling for .NET / Silverlight
A lightweight and fluent task scheduling library for .NET 3.5 / Silverlight.
(The Microsoft Public License (Ms-PL))
Not defined » Silverlight » General
Philipp Sumi
Updated: 9 Feb 2010
Rating: 4.00/5 (3 votes)
3. Lambda Expression in C# 3.0
Lambda Expression is the one of the best feature of the C# 3.0.
(The Code Project Open License (CPOL))
Not defined » LINQ » General
Shakeel Iqbal
Updated: 8 Feb 2010
Rating: 3.94/5 (7 votes)
4. FlyWeight
You are developing some gaming software. Your write Web client and on each of response you are parsing entire XML to get your game Units. You have some set of types of Units, for example 50 different animals, but when you parse your XML you can get dozens of instances. Memory issue? - FLYWEIGHT will
(The Code Project Open License (CPOL))
Not defined » Design and Architecture » Design Patterns
Andriy Buday
Updated: 8 Feb 2010
Rating: (0 votes for this Article)
5. Parsing HTML Tags in C#
The .NET framework provides a plethora of tools for generating HTML markup, and for both generating and parsing XML markup. However, it provides very little in the way of support for parsing HTML markup. I had some pretty old code (written in classic Visual Basic) for spidering websites and I had p
(The Code Project Open License (CPOL))
Not defined » HTML / CSS » HTML
Jonathan Wood
Updated: 8 Feb 2010
Rating: 5.00/5 (1 vote)
6. Batch Data Validation with Flat File Checker
Title: Batch Data Validation with Flat File CheckerAuthor: Bulat Yapparov, Chris EllisonEmail: byapparov@gmail.comMember ID: 5425273Language: VB.Net, VBScriptPlatform: WindowsTechnology: VBScript, Flat File Checker, Scheduled TasksLevel: IntermediateDescription: This is a r
(The Code Project Open License (CPOL))
Not defined » Grid & Data Controls » General
byapparov
Updated: 8 Feb 2010
Rating: (0 votes for this Article)
7. Eval3 wrapper
Title: Eval3 wrapperAuthor: Bulat Yapparov, Chris EllisonEmail: byapparov@gmail.comMember ID: 5425273Language: Vb.NetPlatform: WindowsTechnology: dotNetLevel: IntermediateDescription: Evaluator for multiple VB expressions based on Eval3 librarySection Type the C
(The Code Project Open License (CPOL))
Not defined » Uncategorised Technical Blogs » General
byapparov
Updated: 8 Feb 2010
Rating: (0 votes for this Article)
8. Windows Mobile and Color Depth
This question has come up three times in the various forums in which I participate, so I thought it would be appropriate for me to write a post about it.Does Windows Mobile support 24-bit images?It's been long rumored that the Windows Mobile operating system is not capable of working with images tha
(The Code Project Open License (CPOL))
Not defined » Dialogs and Windows » Windows 2000 Styles
Joel Ivory Johnson
Updated: 8 Feb 2010
Rating: (0 votes for this Article)
9. Windows Phone Deployment Patterns - Part 0 of n
I come from a C++ (and now C#) background. In both languages the index of the first item in a list is zero, so I like to stay consistent to that when working with other list (including blog post). In this series of blog post I'll be walking through different solutions for deployment scenarios for Wi
(The Code Project Open License (CPOL))
Not defined » Dialogs and Windows » Windows 2000 Styles
Joel Ivory Johnson
Updated: 8 Feb 2010
Rating: (0 votes for this Article)
10. BBQ Shack – Ocean v2 for Visual Studio 2008
What the Heck is BBQ Shack?In September of 2009 I went on a cruise to Alaska with a simple goal of writing a WPF application that shared business objects and Ocean framework code with a Silverlight 3 project within the solution.  The WPF and Silverlight code sharing has since been made much ea
(The Code Project Open License (CPOL))
Not defined » Grid & Data Controls » General
Karl Shifflett
Updated: 7 Feb 2010
Rating: 5.00/5 (1 vote)
11. WPF: How To Animate Visibility Property?
In this post I’ll show you an easy way to add fade-in / fade-out effects to your user controls, when you change their Visibility property.Adding the animation is done with an attached property, so using the code will be extremely simple.
(The Microsoft Public License (Ms-PL))
Not defined » Windows Presentation Foundation » General
Arik Poznanski
Updated: 7 Feb 2010
Rating: 5.00/5 (1 vote)
12. A C# Property class
A generic class to encapsulate properties with notification events
(The Code Project Open License (CPOL))
Not defined » C# » Generics
Don Kackman
Updated: 7 Feb 2010
Rating: 4.83/5 (7 votes)
13. C# Property class Part 2
Commenter tonyt (from CodeProject) rightly points out that there are drawbacks to this approach: A C# Property Class.Why:Because there is a mountain of core functionalty in .NET that relies heavily on things like property access via reflection (like data binding) and via System.ComponentModel (e.g.,
(The Code Project Open License (CPOL))
Not defined » C# » Generics
Don Kackman
Updated: 7 Feb 2010
Rating: 5.00/5 (1 vote)
14. State
Imagine that you need to develop application for shipping Orders. Your Orders could be in few states: New Order, Registered, Granted, Shipped, Invoiced, Cancelled. And there are some rules which allow your Order to migrate to another state. How to encapsulate states and rules logic? - STATE
(The Code Project Open License (CPOL))
Not defined » Design and Architecture » Design Patterns
Andriy Buday
Updated: 6 Feb 2010
Rating: 5.00/5 (1 vote)
15. Introduction to Munq IOC Container for ASP.NET
Introduction This is the first in a series of articles about using the Munq DI IOC Container and IOC containers in general. Inversion of Control (IOC) is a pattern which decouples the use of an interface from the concrete implementation of that interface.  By eliminating this coupling: the code can
(The Code Project Open License (CPOL))
Not defined » ASP.NET » General
Matthew Dennis
Updated: 6 Feb 2010
Rating: 5.00/5 (3 votes)
16. Specification
Generally saying Specification is a predicate that determines if an object does or does not satisfy some criteria. By using Specifications you could easily recombine business logic together using boolean logic.Have you ever thought that bool TryParse(string s, out int result) is pattern?
(The Code Project Open License (CPOL))
Not defined » Design and Architecture » Patterns and Practices
Andriy Buday
Updated: 6 Feb 2010
Rating: (0 votes for this Article)
17. Template Method
Consider you need to develop some searching engine. Engine will look for different messages that has been sent. Searching process consists with few operations which make sense for each of message, BUT could have some characteristic which differs.You want to write Searcher, which will allow you encap
(The Code Project Open License (CPOL))
Not defined » Design and Architecture » Design Patterns
Andriy Buday
Updated: 6 Feb 2010
Rating: (0 votes for this Article)
18. Singleton
Imagine that you need some global logging system in your application.You need to be able log your messages to some file at any point of your application, but also you need to numerate your messages.How can you accomplish this? - SINGLETON
(The Code Project Open License (CPOL))
Not defined » Design and Architecture » Design Patterns
Andriy Buday
Updated: 6 Feb 2010
Rating: (0 votes for this Article)
19. Builder
Builder GoF Design patter with Java. Build your laptop example.
(The Code Project Open License (CPOL))
Not defined » Design and Architecture » Design Patterns
Andriy Buday
Updated: 6 Feb 2010
Rating: (0 votes for this Article)
20. Things you need to remember to become successful developer
8 outstanding points which will help you become successful developer
(The Code Project Open License (CPOL))
Not defined » Author Resources » General
Andriy Buday
Updated: 6 Feb 2010
Rating: 5.00/5 (2 votes)

Page 1 of 38
[1 2 3 4 5 6 7 8 9 10 ]


Last Updated 9 Feb 2010
Web11 | 2.2.0230 (18:30 2 Apr '10 ) | Advertise | Privacy
Copyright © CodeProject, 1999-2010
All Rights Reserved. Terms of Use