The Code Project - A New Task Scheduler Class Library for .NET - C# Programming

A revision of a Task Scheduler class library by David Hall. Un très bon article sur l’utilisation d’un planificateur dans un environnement .NET

 Voir le site The Code Project - A New Task Scheduler Class Library for .NET - C# Programming

Allow only Numeric values in ASP Text box control using JavaScript
$(document).re...

11 février 2012

Binary operations on byte arrays, with parallelism and pointers
The basic binary operations (AND, OR, XOR, NOT, ShiftLeft, ShiftRight) applied to byte arrays, made faster thanks to the use of parallelism combined with the use of pointers.

11 février 2012

A Bridge Card Hand Displaying Presentation
Displaying random drawing four players bridge card game

11 février 2012

Validate From and To Date using JavaScript
Validate entered From Date and To Date in web application using JavaScript

11 février 2012

Trim, Mouse Hover Pointer Functions using JAVASCRIPT
Trim, Change button mouse hover pointer Functions using JavaScript

11 février 2012

Allow only Numeric values in ASP Text box control using JavaScript
Allow only Numeric (either whole or decimal) values in ASP Text box control using JavaScript

11 février 2012

Use a SQL script to generate well formatted stored procedures in SQL Server
Use a SQL script to generate well formatted stored procedures in SQL Server

11 février 2012

Calling a WCF service from a client without having the contract interface
Calling a WCF service from a client without having the contract interface

11 février 2012

Prism 2.x Weirdness
Prism 2.x Weirdness

11 février 2012

Stop Watch application for Windows Phone 7
Stop Watch application for Windows Phone 7

11 février 2012

A String.StartsWith that uses a StringComparer
An Extension Method that is similar to String.StartsWith, but uses a StringComparer

11 février 2012

WPF / MVVM Real-Time Trading Application
This project is a real-time multi-threaded trading application framework developed with WPF / MVVM

10 février 2012

Java Console apps made easy
This article describes the creation of a Java console type application.

10 février 2012

Find Missing Date Ranges in SQL Server
Find missing date periods from a table.

10 février 2012

Adding Time in HH:MM Format - Useful SQL Query
select aday, code, convert(varchar(5), min(atime), (108))MinTime, convert(varchar(5), max(atime),(108)) MaxTime from testgroup by aday,codeorder by aday asc

10 février 2012

How to prevent Re-Post action caused by pressing browser's Refresh button
I did something similar with a PageToken class, but I put it in the Master Page so that I could implement it on any page that uses the Master Page. In our code we wrapped the session variables in their own class called Session variables.We needed a little more functionality for complex (...)

10 février 2012

Understanding and Implementing Factory Method in C#
This article aims at understanding the Factory Method and a basic implementation of Factory method in C#.

10 février 2012

Custom Webservices with SharePoint Online for Office 365
Development of webservices using sandbox solutions

10 février 2012

Making a Borderless Form Movable in C++
How to make a borderless form movable. Now in C++!

10 février 2012

Understanding and Implementing Abstract Factory Pattern in C#
This article aims at understanding and Implementing Abstract Factory Pattern in C#.

10 février 2012

Understanding and Implementing Observer Pattern in C++
This article presents the basics of Observer Pattern, when to use it and how to implement it in C++.

10 février 2012

Understanding and Implementing Observer Pattern in C#
Understanding and Implementing Observer Pattern in C#

10 février 2012

How to suppress input events in .NET Compact Framework
Suppressing key and mouse events while loading

10 février 2012

Learning XNA 2d Engine IceCream With 1945 Demo Project
IceCream1945 is a demonstration of XNA and the IceCream 2d library in a 2d top-down scrolling shooter similar to 1942 for the NES.

10 février 2012

Architecture Guide: ASP.NET, MVC3, Entity Framework, Code-First with existing Database and few more..
In this whitepaper, I will walk you through developing a simple MVC 3 application architecture using Entity Framework’s code first technology. Later hopefully you can evolve this to be an architecture that you can use for small to mid-size web application (...)

10 février 2012

Use Root Cause Analysis for Defect Prevention in your Software Development Process
Use Root Cause Analysis for Defect Prevention in your Software Development Process

10 février 2012

XSLT 2.0 in .NET
The .NET Framework provides XslCompiledTransform which is an XSLT processor 1.0. However this doesn't mean that we can’t work with XSLT 2.0 in .NET. This article is for folks who want to use XSLT 2.0 in .NET.

10 février 2012

C# Language Features, From C# 2.0 to 4.0
A description of the new language features starting from C# 2.0, going through to version 4.0

9 février 2012

Findcontrol using a non recursive approach

9 février 2012

Mnemonic: Assisting Your (virtual) Memory
A tool for visualizing the virtual memory used by Windows processes

9 février 2012

Converting VS2010 Solution to VS2008
alternatively you can use the SolutionConverter here from code project. The tool converts 2008 to 2010 and vice versa. The only limitation is that it don't support C++ projects.

9 février 2012

Get Checked Rows In a Webgrid Using Checkbox MVC3
MVC3 webgrid does not return rows collection, here is a tip to get several objects selected

9 février 2012

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 (...)

9 février 2012

VBScript for Reading and Writing to the Windows Host File
VBScript for reading and writing to the Windows host file

9 février 2012

YaBlogEngine - A Tiny Blog Engine written in ASP.NET/C#
YaBlogEngin is a Tiny Blog Engine written in ASP.NET/C#

9 février 2012

Understanding & Implementing Singleton Pattern in C++ and C#
Understanding and Implementing Singleton Pattern in C++ and C#

9 février 2012

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 (...)

9 février 2012

Windows Azure Event Logs Notifier
Create an email notifier using windows azure event error logs

9 février 2012

Export Data to Excel, Word, PDF without Automation from DataBase
This article introduces how to export data from database to Excel, PDF, MS Word, HTML, MS clipboard ,XML, DBF, SQL Script, SYLK, DIF, CSV without Automation and Acrobat Reader.

9 février 2012

Morse code from a tiny chip
Example PIC microprocessor program on a tiny RF transceiver

9 février 2012

NetworkView: A WPF custom control for visualizing and editing networks, graphs and flow-charts
This article examines the use and implementation of a WPF custom control that is used to display and edit networks, graphs and flow-charts.

9 février 2012

What's new in WCF 4.5? BasicHttpsBinding
This is the seventh post in the WCF 4.5 series.

9 février 2012

What's new in WCF 4.5? Automatic HTTPS endpoint for IIS
This is the sixth post in the WCF 4.5 series.

9 février 2012

Quickly check whether C++ template instances have the same parameters
// This is code from Andrei Alexandresku book "Modern C++ Design", ch. 2// Copyright (c) 2001 by Andrei Alexandrescu// This code accompanies the book:// Alexandrescu, Andrei. "Modern C++ Design: Generic Programming and Design // Patterns Applied". Copyright (c) (...)

9 février 2012

Random Sequences
Generate "random" test vectors for repeatable simulation and code development

9 février 2012

SolidWidgets Database
SolidWidgets Database

9 février 2012

Disable button after click and display text [Processing...]
Disable button after click and display text [Processing...]

8 février 2012

Domain Context Query Loader
Entity Query Load Manager for Entity Framework Domain Contexts

8 février 2012

Relationship Oriented Programming - The IDE plus More on Agile Project Management
An Integrated Development Environment (IDE) for the Relationship Oriented Programming Tool

8 février 2012

Tips to recover folder & files from the pen drive
Unable to view folder & files in pen drive[usb]

8 février 2012

How To Work With CloudDrive - Your Azure Hard Drive In Azure
How to work with CloudDrive, Your azure hard drive in Azure

8 février 2012

A Coder Interview With Dave Ward
Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Dave Ward, better known to many of his readers and followers as (...)

8 février 2012

Understanding & Implementing Smart Pointer in C++
This article aims at understanding what a smart pointer is and implementing one

8 février 2012

Custom Message Box in VC#
How to create custom message box in C#.NET

8 février 2012

Peter - Programmers Extensive Text Editor
A robust text editor that supports plug-ins, code parsing, projects, and more.

8 février 2012

WPF Main and Child Window Management
WPF Main and Child Window Management

8 février 2012

Kalman filtering demo
A short demonstration of how to write and use a simple Kalman filter.

8 février 2012

Creating a WCF Service with MSMQ Communication and Certificate Security
Implementing a Simple, Secure WCF Service with MSMQ Communication

8 février 2012

Simple Unix Like commands using C#
Emulating Unix command behavior on Windows

8 février 2012

YaWhiteBoard - A Simple Whiteboard using C#
A simple Whiteboard application

8 février 2012

Retrieving SAP BW Monitor Statistics (Basic Approach)
A basic approach to retrieve SAP BW statistics displayed in the monitor (/rsmo)

8 février 2012

Bypass and Restore SSL Certificate Validation in VB.NET
Looks like what I use!ServicePointManager.ServerCertificateValidationCallback = New RemoteCertificateValidationCallback(Function() True)

8 février 2012

ZDNet Flame Bait Taken
Response to blog on Windows 8.

8 février 2012

SolidWidgets Mailing Labels and Barcodes
SolidWidgets Mailing Labels and Barcodes

8 février 2012

Message Manager
Sending and receiving message, user authentication, user permission, priority message

8 février 2012

Enhancing HTML tables using the jQuery DataTables plug-in
This article shows how to enhance a plain HTML table with the jQuery DataTables plug-in.

8 février 2012

How to instantiate derived LINQ to SQL entities
How to instantiate derived LINQ to SQL entities

8 février 2012

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 (...)

8 février 2012

Http 500 Error resolution
Http 500 Error resolution

8 février 2012

Disable button after click and display text [Processing...]
Or the jQuery alternative: $("form").submit(function() $("#").val("Processing..."); $("#").attr("disabled", "disabled"); );

8 février 2012

Simple cross browser JavaScript get set
Simple cross browser JavaScript get set

7 février 2012

C++11 (and C++98) Syntax
HTML page with all syntax productions of C++98/C++11

7 février 2012

Quickly check whether C++ template instances have the same parameters
If you're using templates already, and are willing to adapt your class definitions, then this should work:template class BaseClass public: virtual bool equals(T* other) = 0;;template class ChildClass : public BaseClass > public: (...)

7 février 2012

Running a 32-bit application under IIS on a 64-bit machine

7 février 2012

The Underlying Connection Was Closed: The Connection Closed Unexpectedly in EF 4.0
The Underlying Connection Was Closed: The Connection Closed Unexpectedly in EF 4.0

7 février 2012

How to prevent Re-Post action caused by pressing browser's Refresh button
Could you not achieve the same thing with javascript?if (document.all) document.onkeydown = function () var key_f5 = 116; if (key_f5==event.keyCode) event.keyCode=0; alert ("Sorry! You can not refresh this page!"); (...)

7 février 2012

Dynamically Map SQL Resultset to Business Object
Dynamically map a DataTable to type-safe business objects using reflection and generics.

7 février 2012

HTML Marquee & its alternatives
HTML Marquee & its alternatives

7 février 2012

gTimePicker- Control to Pick a Time Value (VB.NET)
Stop using the DateTimePicker for time values. This control makes it easy to pick a time, and if you act now, get the matching Nullable gDateTimePicker at no extra cost.

7 février 2012

WPF: Custom Generic Animations
The basis for the fast custom animation creation

7 février 2012

An Introduction to Mutual SSL Authentication
Provides a brief introduction to mutual SSL authentication and its handshake messages

7 février 2012

Silverlight web comic
Its a silverlight page to create a simple comic with photos and text-ballons

7 février 2012

Creating Master Page In ASP.NET 2010
Creating Master Page in ASP.NET 2010

7 février 2012

Quickly check whether C++ template instances have the same parameters
Setting up a custom type identification mechanism only makes sense if RTTI is not available or you cannot guarantee that it is consistent. That might be the case on some platforms with dynamic libraries.A simple static_cast will not work for all possible inheritance paths. Also, your (...)

7 février 2012

Quickly check whether C++ template instances have the same parameters
Note: From Sebastian's tip it does not seem clear to me if only the template parameter type should be checked or also its value. He might want to check type and value without raising compiler errors. My alternative only deals with the template parameter types.If RTTI is not present, you (...)

7 février 2012

Create a sample SQL database in less than 2 minutes
This SQL stored procedure creates a database from scratch with some meaningful content.

7 février 2012

Checking for "any character" using regular expressions in multiline text
\S does not / did not work on all versions of RegExp on Microsoft JScript / VBScript (sorry to be vague - I just recall having to avoid it because it was flakey). Instead you could try Start([.|\n]*)End (match everything except newline and newline)Update: Checked some old code: I (...)

7 février 2012

How to embed an image in email body
How to embed an image in email body

7 février 2012

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 (...)

7 février 2012

defeasible asynchronous oracle database operations
Run database updates and selects in a separate thread

7 février 2012

NDepend – final thoughts
Wrapping up this series summarising the information and adding some of my own thoughts.

7 février 2012

How to find a specific string from stored procedures, triggers and functions in database
Simply add your search phrase and run to find jobs, Stored Procedures, Keys, Tables, Views, Indexes, Defaults, and Functions.set nocount on declare @Keyword as varchar(200)set @Keyword = 'Search prase'-- ---- enter keyword here--Search jobsselect name Job, enabled , description, (...)

7 février 2012

Wade not in unknown waters: Part two
This time I want to speak on the 'printf' function.

7 février 2012

Using human readable enum values in a ComboBox
Re-coded using LINQ. Stores the actual enum values in the combobox.public static void SetEnumValues(ComboBox cb) Type t = typeof(T); if (!t.IsEnum) throw new ArgumentException("Only Enum types can be set"); cb.DisplayMember = "Key"; cb.ValueMember (...)

7 février 2012

Macro expansion in VC++
Use Eclipse-CDT IDE. It shows the macro expansion in place without having to resort to running the pre-processor.

7 février 2012

C++/CLI Image Viewer with zoom and scroll
User Control with scrolling and zooming done in C++/CLI

7 février 2012

Converting VS2010 Solution to VS2008
I found this utility in sourceforge.DescriptionCVSVC is Windows utility for converting between Visual Studio 2010 Forms Project to 2008 version İts supports only Visual Studio 2010Visual Studio Converter 2010 to 2008[^]

7 février 2012

Multi-Lingual UIs in WPF
Multi-Lingual UIs in WPF

7 février 2012

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.

7 février 2012

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 (...)

7 février 2012

Dossier

> Orchestration > Architecture

.NET (prononcer "dot net") est l’architecture Java de Microsoft.

Architecture

L’architecture de services web ne préconise pas de langages particulier, par contre elle redéfinit les notions de communication.

Annonces

A voir sur le net

    Ordonnancement.net

    Ordonnancement.net est un forum regroupant une communauté d’acteurs de l’ordonnancement de compétences différentes mais tous réunis par l’utilisation par l’utilisation d’un ordonnanceur.

    Cette rubrique reprend les offres déposés sur le site, elles concernent donc exclusivement les métiers de l’ordonnancement.

    Keljob.com

    Moteur de recherche d’emploi, job et stage du jeune diplome au cadre experimente. Criteres : region, type de contrat (CDD, CDI, Interim). Conseils pour les professionnels du recrutement (ASP,CV).

    Michael Page

    Michael Page, cabinet de conseil en recrutement

    Monster.fr

    Offres d’emploi monster.

    DirectEmploi.com

    Offres d’emploi Informatique-Telecoms, depot de CV, tests de recrutement, plus de 14 000 annonces

    Apec.fr

    30 offres de Cadre - Systèmes, réseaux, data

    ITProfil.com

    ITProfil.com - Toutes les dernières offres de missions, offres d’emplois et offres de projets.

    Hays.fr

    Jobs from Hays...

    Reseau-Emploi.com

    Annuaire de 1100 entreprises et 3000 Offres d’emploi en informatique et électronique.

    Webcible-IT.com (Production)

    Listing des offres Exploitation / Production / Maintenance

    Webcible-IT.com (Architecture)

    Listing des offres

    Webcible-IT.com (Projets)

    Listing des offres Gestion de Projets

    Webcible-IT.com (Ingénierie)

    Listing des offres

    PC-infopratique.com

    Les dernières offre d’emploi en informatique

    CarriereOnline

    Le Blog des fonctions informatiques vous propose : Offres d'emploi, offres de stage et conseils en gestion de carrière dans les Télécommunications, Systèmes réseaux, Support informatique, Multimédia, Internet / NTIC, Ingénieur, Informatique industrielle, Informatique de gestion, Direction informatique, Conseil informatique, Autres fonctions informatique, Audit informatique, Architecte (IT)

    Cadremploi.fr

    Ce service est fourni par CADREMPLOI.fr, il est protégé par le droit d’auteur et appartient à CADREMPLOI.fr.

    JobFreelance.org

    Emploi Informatique - Offres de mission pour les freelances informatiques

    Portail gratuit entièrement dédié aux missions freelance informatique, emploi informatique, recrutement informatique. Espace freelance et espace recruteur sont à la disposition des freelances informatiques recherchant des missions et des entreprises recherchant des compétences. Info pratique pour les indépendants informatiques

    OptionCarriere.com

    Offres d’emploi sector : "informatique telecom" - France - Optioncarriere

    Emploirama.com

    Dernières offres d’emploi dans l informatique parues sur emploirama.com

    CmonJob.fr

    Votre recherche : Emploi Informatique / telecom , voici nos dernieres offres d’emploi sur CmonJob.fr. Emploi Informatique / telecom . Trouvez votre job !

    Jobtech.fr

    Jobtech.fr - Le site emploi 100% Technique et Ingénierie. Offres d’emploi de la fonction "Hi-Tech / Informatique / Telecom"

    Orange-business.com

    Elancelot.com

    Latest Job News

    Eci-conseils.com

    Emploi par Eci-Conseils.com

    fr.emplois.offres

    Google Group : Offres d'emplois ou de stages. (Moderated)

    Annuaire RH

    Offres d’emploi quotidiennes http://www.annuaire-rh.org

    Freelance-info

    e-tangerine

    votre partenaire sourcing