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!
1.
Prism 2.x Weirdness
“Any customer can have a car painted any colour that he wants so long as it is black” H. Ford Trying to figure out how scoped region managers would work in Prism. We are still on .NET 3.5, so the highest version we can use is 2.x. They tell you your views may be any [...]
(The Apache License, Version 2.0)
General Reading »
Uncategorised Technical Blogs »
General
|
Ivan Krivyakov
|
Updated: 10 Feb 2012
Rating:
(0 votes for this Article)
|
|
2.
Calling a WCF service from a client without having the contract interface
I was asked yesterday in the Hebrew C#/.NET Framework MSDN forums a tough question – is it possible to dynamically call a WCF service using only the contract name, operation name, and metadata address? At first I agreed with the answer given in the forum – move from SOAP bindings to WebHttpBinding
(The Code Project Open License (CPOL))
Web Development »
Client side scripting »
General
|
Ido Flatow
|
Updated: 10 Feb 2012
Rating:
(0 votes for this Article)
|
|
3.
Use a SQL script to generate well formatted stored procedures in SQL Server
Occasionally you realize that you desire to create a lot of stored procedures, and that the information to build each stored procedure is contained within the database. But how can you best generate the code from the data? Well, assuming you like SQL, you can probably use SQL to generated your SQL
(The Code Project Open License (CPOL))
Web Development »
ATL Server »
General
|
Rob Kraft
|
Updated: 10 Feb 2012
Rating:
(0 votes for this Article)
|
|
4.
Part 3: Introduction to WinRT, the new ‘Windows Runtime’ in Windows 8
To install visual studio 2011 developer preview + Window 8 beta, refer to post here. To get started working with Windows 8 operating system, see post here. Fig 1: Windows 8 Platform and Tools slide shared at Build conference. Windows Runtime, or shortly WinRT, is Microsoft’s new programming mo
(The Code Project Open License (CPOL))
|
kishore Gaddam
|
Updated: 10 Feb 2012
Rating:
(0 votes for this Article)
|
|
5.
Agile development
Agile development
(The Code Project Open License (CPOL))
|
Ritesh Ramesh
|
Updated: 9 Feb 2012
Rating: 1.00/5
(2 votes)
|
|
6.
Use Root Cause Analysis for Defect Prevention in your Software Development Process
Use Root Cause Analysis for Defect Prevention in your Software Development Process
(The Code Project Open License (CPOL))
|
Rob Kraft
|
Updated: 9 Feb 2012
Rating:
(0 votes for this Article)
|
|
7.
What’s new in WCF 4.5? Configuration validations
This is the fourth post in the WCF 4.5 series, and a direct addition to the previous post, since I neglected to mention something important about editing configuration files in WCF 4.5 and Visual Studio 11 – validations during editing and compilation.
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
Windows Communication Foundation »
General
|
Ido Flatow
|
Updated: 9 Feb 2012
Rating:
(0 votes for this Article)
|
|
8.
What’s new in WCF 4.5? Automatic HTTPS endpoint for IIS
This is the sixth post in the WCF 4.5 series.
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
Windows Communication Foundation »
General
|
Ido Flatow
|
Updated: 9 Feb 2012
Rating:
(0 votes for this Article)
|
|
9.
Part 2: Getting started with using new Windows 8 features
First Look at What’s New in Windows 8 Microsoft’s "re-imagining" of Windows 8 is focused very heavily on a new, Metro-style touch-based interface. And no matter what device you’re on, you can switch between the simple Metro interface and the traditional Windows desktop to fit whatever yo
(The Code Project Open License (CPOL))
Desktop Development »
Miscellaneous »
General
|
kishore Gaddam
|
Updated: 9 Feb 2012
Rating: 5.00/5
(1 vote)
|
|
10.
What's new in WCF 4.5? BasicHttpsBinding
This is the seventh post in the WCF 4.5 series.
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries »
Windows Communication Foundation »
General
|
Ido Flatow
|
Updated: 8 Feb 2012
Rating: 4.00/5
(1 vote)
|
|
11.
ZDNet Flame Bait Taken
Response to blog on Windows 8.
(The Code Project Open License (CPOL))
|
Jeremy Hutchinson
|
Updated: 8 Feb 2012
Rating:
(0 votes for this Article)
|
|
12.
How to instantiate derived LINQ to SQL entities
How to instantiate derived LINQ to SQL entities
(The Code Project Open License (CPOL))
Database »
SQL Reporting Services »
General
|
HeWillem
|
Updated: 8 Feb 2012
Rating:
(0 votes for this Article)
|
|
13.
WinForms.ColorDialog in WPF
This article demostrates how to use System.Windows.Forms.ColorDialog in a WPF project. Why you may ask, simply because one can and must try… For not wanting to design a UserControl nor an extra project for my solution I started an extensive search for a simplistic solution and thus I created t
(The Code Project Open License (CPOL))
Desktop Development »
Dialogs and Windows »
General
|
kribo
|
Updated: 7 Feb 2012
Rating:
(0 votes for this Article)
|
|
14.
Part 1: My Experiments With Windows 8 – Getting started guide
Microsoft unveiled new Windows 8 operating system and new development improvements on September 13, 2011, day one of the BUILD developer conference. Microsoft released a developer preview of Windows 8 for the developer community to download and start working with.
(The Code Project Open License (CPOL))
Desktop Development »
Miscellaneous »
General
|
kishore Gaddam
|
Updated: 7 Feb 2012
Rating: 4.25/5
(4 votes)
|
|
15.
NDepend – final thoughts
Wrapping up this series summarising the information and adding some of my own thoughts.
(The Code Project Open License (CPOL))
|
Nathan Gloyn
|
Updated: 7 Feb 2012
Rating: 5.00/5
(1 vote)
|
|
16.
Wade not in unknown waters: Part two
This time I want to speak on the 'printf' function.
(The Code Project Open License (CPOL))
Languages »
C / C++ Language »
General
|
viva64.com
|
Updated: 7 Feb 2012
Rating: 5.00/5
(1 vote)
|
|
17.
Multi-Lingual UIs in WPF
Multi-Lingual UIs in WPF
(The Code Project Open License (CPOL))
General Reading »
Uncategorised Technical Blogs »
General
|
SteveAdey
|
Updated: 7 Feb 2012
Rating:
(0 votes for this Article)
|
|
18.
A Simple Pattern for Creating Re-useable UserControls in WPF / Silverlight
This blog post provides step-by-step instructions for creating a user control, which exposes bindable properties, in WPF and Silverlight. The post covers dependency properties, and how to manage DataContext inheritance.
(The Code Project Open License (CPOL))
Web Development »
Silverlight »
Controls
|
Colin Eberhardt
|
Updated: 7 Feb 2012
Rating: 4.00/5
(1 vote)
|
|
19.
WIF and Claims Based Security Tokens
Windows Identity Foundation - Security is really a deceptively simple problem of merely two parts, Authenticating and Authorizing users. The problem is that there's been an absence of standards and interoperability is really impossible without them.
(The Code Project Open License (CPOL))
Web Development »
Web Security »
Security
|
Ruben Rotteveel
|
Updated: 7 Feb 2012
Rating:
(0 votes for this Article)
|
|
20.
Extending Internet Explorer – Scenario based overview
Extending Internet Explorer – Scenario based overview
(The Code Project Open License (CPOL))
General Programming »
Internet / Network »
Client/Server Development
|
Jyothikarthik_N
|
Updated: 7 Feb 2012
Rating:
(0 votes for this Article)
|