Saturday, February 11, 2012 |
| Windows Phone 7 |
 |
|
Stop Watch application for Windows Phone 7 -
Vivek Pandey (V)
[Unedited]
Stop Watch application for Windows Phone 7
|
Friday, February 10, 2012 |
| Applications & Tools |
 |
4.93 |
ToDoList 6.4.b3 Beta Release - An effective and flexible way to keep on top of your tasks -
.dan.g.
A hierarchical task manager with native XML support for custom reporting.
|
| String handling |
 |
4.00 |
A String.StartsWith that uses a StringComparer [Tip/Trick] -
PIEBALDconsult
[Unedited]
An Extension Method that is similar to String.StartsWith, but uses a StringComparer
|
| Windows Presentation Foundation |
 |
4.88 |
WPF / MVVM Real-Time Trading Application -
o.shelest
[Unedited]
This project is a real-time multi-threaded trading application framework developed with WPF / MVVM
|
| SharePoint Server |
 |
|
Custom Webservices with SharePoint Online for Office 365 -
Giorgio Lasala
[Unedited]
Development of webservices using sandbox solutions
|
| Applications & Tools |
 |
5.00 |
Lucene.Net ultra fast search for MVC or WebForms site => made easy! -
Mikhail T. (devnoob)
[Unedited]
Step-by-step tutorial for any developer who wishes to get Lucene.Net search working with their web site or app really quickly!
|
| Java |
 |
5.00 |
Java Console apps made easy -
David MacDermot
This article describes the creation of a Java console type application.
|
| Database |
 |
|
Find Missing Date Ranges in SQL Server [Tip/Trick] -
Ramanujam Shankar
[Unedited]
Find missing date periods from a table.
|
| VBScript |
 |
4.47 |
VBScript for Reading and Writing to the Windows Host File -
Ludvik Jerabek
VBScript for reading and writing to the Windows host file
|
| Database |
 |
|
Adding Time in HH:MM Format - Useful SQL Query [Alternative Tip] -
abdul sami
[Unedited]
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
|
| ASP.NET |
 |
|
How to prevent Re-Post action caused by pressing browser's Refresh button [Alternative Tip] -
clbyrne
[Unedited]
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 pages...
|
| Dialogs and Windows |
 |
|
Making a Borderless Form Movable in C++ -
Preston Gull
[Unedited]
How to make a borderless form movable. Now in C++!
|
| Design and Architecture |
 |
4.00 |
Understanding and Implementing Abstract Factory Pattern in C# -
Rahul Rajat Singh
This article aims at understanding and Implementing Abstract Factory Pattern in C#.
|
| C# |
 |
5.00 |
Dynamically Map SQL Resultset to Business Object -
Sam Lombardo
[Unedited]
Dynamically map a DataTable to type-safe business objects using reflection and generics.
|
| Design and Architecture |
 |
|
Understanding and Implementing Observer Pattern in C++ -
Rahul Rajat Singh
This article presents the basics of Observer Pattern, when to use it and how to implement it in C++.
|
|
 |
5.00 |
Understanding and Implementing Observer Pattern in C# -
Rahul Rajat Singh
Understanding and Implementing Observer Pattern in C#
|
| Windows Communication Foundation |
 |
4.80 |
Creating a WCF Service with MSMQ Communication and Certificate Security -
Mohammad Sepahvand
[Unedited]
Implementing a Simple, Secure WCF Service with MSMQ Communication
|
| GDI |
 |
4.50 |
YaWhiteBoard - A Simple Whiteboard using C# -
Rahul Rajat Singh
A simple Whiteboard application
|
| C# |
 |
4.84 |
How does it work in C#? - Part 1 -
Mohammad A Rahman
[Unedited]
How does var, auto implemented properties and += or -= of events work in C# programming language.
|
| Programming Tips |
 |
5.00 |
How to suppress input events in .NET Compact Framework [Tip/Trick] -
Bertus Bever
[Unedited]
Suppressing key and mouse events while loading
|