En  Fa
 
Discovering: Main page
 

Articles

 

 

Tips and Tricks

 

 

Welcome to SoftProjects

 

Upload your articles or send a trick and share your knowledge.

Share your knowledge with your fellow programmers.

Join SoftProjects Now (Registration is free)
 

 

Lastest Published/Updated Articles

RSS  
# Title/Description Sender/Writer Vote Views
1 Introduction to Dynamic SQL
Category: Articles - Database Development - SQL Server Articles  Posted: 10/8/2008
Damian MaclennenVote rank 6
One of the most common questions we get involves Dynamic SQL. Using dynamic SQL you can put a SQL statement inside a variable and execute that statement. It's what you have to do when you're trying to run Select * from @TableName. Thanks Merkin!
2 Online active users counter in ASP.NET
Category: Articles - Web Development - ASP.NET  Updated: 9/26/2008
Salar KhalilzadehVote rank 96
This class provides functionality to calculate online users, member or guest users.
3 Cryptography in .NET
Category: Articles - Security - Cryptography  Posted: 9/13/2008
Mark StrawmyerVote rank 31
Mark covers encrypting data using the cryptography classes available through the Microsoft .NET Framework.
4 Visual C++ 2008 Feature Pack: MFC Enhancements
Category: Articles - Languages - C / C++ Articles  Posted: 7/9/2008
Nick WienholtVote rank 97
The Visual C++ 2008 Feature Pack incorporates C++ language changes that move C++ closer to the upcoming C++0x standard. Review some of the new language features, and see how they can be incorporated into C++ applications. By Nick Wienholt.
5 OCILIB: Faster and Friendlier Access to Oracle's OCI API
Category: Articles - Database Development - Oracle  Posted: 7/9/2008
Victor VolkmanVote rank 105
Why get bogged down in the quicksand of the Oracle Call Interface (OCI) when you can get the same service with less code and fewer headaches with Vincent Rogier's OCILIB? By Victor Volkman.
6 Guitar Tuner Vista Gadget Using Silverlight
Category: Articles - Platforms & Libraries - Silverlight  Posted: 6/29/2008
kirantsVote rank 128
Walk through the development of a simple guitar tuner Vista sidebar gadget and in the process learn a little bit about Silverlight, XAML, and Vista gadgets. By kirants.
7 Modeling Hierarchies
Category: Articles - Programming Knowledge - Data Structures and Algorithms  Posted: 6/28/2008
Tom HaugheyVote rank 123
This article talks about the basic concepts of recursion in a logical model, and will discuss several practical physical implementations, namely, DBMS, descendent tables, snowflaked hierarchies, flattened hierarchies, self-joins, and nested sets.
8 Fixing a Quirk of VB Lambda Expressions
Category: Articles - Languages - VB.NET Articles  Posted: 4/24/2008
Paul KimmelVote rank 209
Learn how to define Lambda Expressions that perform an action without a return value.
9 Exploring Lambda Expression Trees
Category: Articles - Languages - VB.NET Articles  Posted: 4/24/2008
Paul KimmelVote rank 207
Gain an understanding of the difference between Lambda Expressions generated as code and those generated as expression trees. Explore the expression tree and briefly touch on how API developers uses expression trees to convert expressions to other forms,
10 Trapping windows messages
Category: Articles - Desktop Development - Miscellaneous  Posted: 4/16/2008
Rui ReisVote rank 223
Trapping windows messages in the .NET framework - a small tutorial

 

Lastest "Tips and Tricks"

RSS  
# Title/Description Sender/Writer Vote Views
1 How to Use Windows Authentication to Access SQL Server Through a ASP.NET Web Application
Category: Tips & Tricks - Web Development - ASP.NET  Posted: 9/13/2008
bondugula ramuVote rank 28
Learn how to use Windows authentication for Web-based intranet applications to access a SQL Server database using ASP.NET.
2 Is a windows service installed with delphi
Category: Tips & Tricks - Languages - Delphi Tips  Posted: 8/22/2008
Salar KhalilzadehVote rank 49
How to know a windows service installed with delphi
3 ASP.NET FTP with SSL
Category: Tips & Tricks - Web Development - ASP.NET  Posted: 7/9/2008
Jereme GuentherVote rank 180
This code snippet and document show how to connect to an FTP server with SSL enabled using ASP.NET. The code is written in C#.NET. By Jereme Guenther.
4 How to take Web application offline
Category: Tips & Tricks - Web Development - ASP.NET  Posted: 6/30/2008
Salar KhalilzadehVote rank 129
Use these procedures if you are deploying a large Web site and you want to take the target Web site offline while you are copying files.
5 How to get and set system time in C#
Category: Tips & Tricks - Languages - C# Tips  Posted: 6/30/2008
Salar KhalilzadehVote rank 166
With this class you can get or set the system time. This class uses windows API.
6 Fast string replacing algorithm with C# in dotNET
Category: Tips & Tricks - Languages - C# Tips  Posted: 3/28/2008
Salar KhalilzadehVote rank 256
Implements fast string replacing algorithm with C# in dotNET
7 How to add shadows under C# forms in XP
Category: Tips & Tricks - Languages - C# Tips  Posted: 3/16/2008
Salar KhalilzadehVote rank 293
This point shows the way of applying shadows to forms in C#. This method works only for Win2000 or later (2K,XP,2003,Vista,...)
8 How to add shadow under delphi forms in XP
Category: Tips & Tricks - Languages - Delphi Tips  Posted: 3/16/2008
Salar KhalilzadehVote rank 250
This tip shows the way of applying shadows to delphi forms. This method works only for Win2000 or later (2K,XP,2003,Vista,...)
9 How to change monitor resolution in Delphi
Category: Tips & Tricks - Languages - Delphi Tips  Posted: 3/16/2008
Salar KhalilzadehVote rank 223
This method changes screen resolution using windows API
10 Run an application with more control to it
Category: Tips & Tricks - Languages - Delphi Tips  Posted: 3/16/2008
Salar KhalilzadehVote rank 225
This code allows to run any application regardless of its extension with more control to it
 

Most Viewed

 

 

Highly Rated Artcles

 
Language:

Copyright © 2008 SoftProjects.org | Valid XHTML | CSS