Atlanta Custom Software Development 

   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1647)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (702)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (887) submissions by this author  (Birth Date : 7/14/1981 )

This is a link to a different site How to implement XML and Binary Serialization (All FAQs)
Total Hit (192) Binary: 1. Which class is responsible for binary serialization? 2. What does it take to make my object serializable? 3. What are the main advantages of binary serialization? 4. How do you encapsulate the binary serialization? 5. How do you encapsulate the binary deserialization method? 6. Will ....Read More
Rating
This is a link to a different site Full Chapter on Serialization from the book XML and ASP.NET (by George Petrov)
Total Hit (227)
Rating
Real world recursion example of CTE (Common Table Expression) used in SQL 2005 / 2008 , Finding information from Tree Structure.
Total Hit (382) CTE is new powerful feature in SQL Server 2005. Two advantages of CTE <b>1. Implement Recursion (See example)</b> This is the biggest advantage using CTE. Recursion was possible in SQL 2000 but you had to write UDF or nasty joins. <b>2. Reuse Query anywhere by name (Just like View or Temp ....Read More
Rating
This is a link to a different site How to Keep the Visual Studio Designer Out of Your Control’s Properties
Total Hit (252) Do you create custom controls for Windows Forms projects? Do you add properties to those controls? If so, you'll probably want to apply a few attributes to those properties: Browsable and DesignerSerializationVisibility. Else, the designer will put brain dead default values in them. ....Read More
Rating
How to pass array to stored procedure in SQL Server
Total Hit (539) Have you ever come across the situaction when you have to pass mutiple values as parameter to your stored procedure. Assume the following scenario. - Your application pass comma seperated CustomerID list to stored procedure to get Orders for related customers. Above requirement can be don ....Read More
Rating
This is a link to a different site How add/remove/edit saved passwords (network share passwords, FTP passwords etc.)
Total Hit (338)
Rating
This is a link to a different site How to run your .net application using admin privilege under Vista?
Total Hit (254) Assume you're writing some application that really - I mean really really - needs administrative privileges (does it? you must be kidding). So, you want it to run evelated as an administrator. How to tackle this requirement in a Windows Vista and UAC world where even an administrator is locked down ....Read More
Rating
This is a link to a different site Read DTS and SSIS Packages Programatically.
Total Hit (287) Reading a DTS/SSIS programmatically helps a lot in doing impact analysis. Consider a scenario in which all the packages containing a particular table or stored procedure need to identified. Let me give another usage scenario for this. The sql native clinet provider SQLNCLI.1 is no longer supported i ....Read More
Rating
Script - Update Blank Values of Group until Next group starts
Total Hit (479) Recently I came across simple scenario where I had to update some blank values of certain records. Here is what i mean Assume you have two columns. You want to update Order# column with same order number until next group starts (e.g. ID 2,3 update with Order# => 1000). ID Order# 1 1000 2 ....Read More
Rating
This is a link to a different site Creating packages in code - Flat File Source to OLE-DB Destination (SQL Server)
Total Hit (392) This code sample programmatically creates a package that imports a text file into SQL Server, with a Flat File Source and the OLE-DB Destination. This shows how you can leverage the SSIS engine to write your own data import tool for example, but beware importing files is not as simple as it may seem ....Read More
Rating
Building SSIS Packages Programmatically (Part 1 to Part 9)
Total Hit (771) This tutorial series will show you how to use SSIS Object Model to buil packages programatically in C# (or VB.net) <a target=_blank href='http://www.ssisbi.com/2009/01/14/building-ssis-packages-programmatically-part-1/'>http://www.ssisbi.com/2009/01/14/building-ssis-packages-programmatically-part ....Read More
Rating
This is a link to a different site Creating a custom task with a default UI
Total Hit (428) The Developing a User Interface for a Custom Task entry in Books Online describes how to build your UI from scratch, but there is an easier way to create a UI that has the same look and feel as the stock tasks that ship with SSIS. The Microsoft.DataTransformationServices.Controls assembly expose ....Read More
Rating
This is a link to a different site Programming Conditional Split Transformation
Total Hit (452) There may be some circumstances in a sanctuary where it becomes necessary to keep a leash of foxes and a pack of wolves separate so that they must not fight with each other and make things a mess. Similarly, in the database jungle we do the same things by using some conditional statements in order t ....Read More
Rating
This is a link to a different site Creating packages in code – Execute SQL Task
Total Hit (428) The Execute SQL Task is for obvious reasons very well used, so I thought if you are building packages in code the chances are you will be using it. Using the task basic features of the task are quite straightforward, add the task and set some properties, just like any other. When you start interacti ....Read More
Rating
This is a link to a different site Implementing Search in ASP.NET with Google Custom Search (CSE)
Total Hit (416) ASP.NET's site map feature and SiteMapPath, TreeView, and Menu controls help visitors navigate your site and find the information they are looking for. However, ASP.NET does not provide any built-in functionality for search, which is the most common way people find information online. This is unfort ....Read More
Rating
This is a link to a different site SSIS Programming Basic (VB.net and C#)
Total Hit (423)
Rating
This is a link to a different site Programatically create a package to loop through Excel files and load to database
Total Hit (386)
Rating
This is a link to a different site Programming Conditional Split
Total Hit (397)
Rating
This is a link to a different site Programming Lookup Transform
Total Hit (389)
Rating
This is a link to a different site Programming forloop container
Total Hit (414)
Rating
Copy Directory Content and All subfolders to target path
Total Hit (715) This Code will copy all files and subfolders of specified source directory to target location «code LangId=2» Sub CopyDirectory(ByVal SourcePath As String, ByVal DestPath As String, Optional ByVal Overwrite As Boolean = False) Dim SourceDir As DirectoryInfo = New DirectoryInfo(SourceP ....Read More
Rating
This is a link to a different site A Google-like Full Text Search
Total Hit (418) Thanks to Internet search engines like Google and Yahoo!, your search application users are more sophisticated and demanding than ever. Your application users have a wealth of search application knowledge that they're probably not even aware of. Ask one of them to find a website dedicated to their f ....Read More
Rating
This is a link to a different site VB.NET & C# comparison cheat sheets
Total Hit (306) Because developing with the .NET framework gives you the freedom to use multiple languages it can be a bit of a hassle to choose between them. VB.NET and C# are probably the most wide spread languages and a question that gets asked regularly on the ASP.NET forums is which one to choose. My answer: l ....Read More
Rating
This is a link to a different site Dynamically executing code in .Net
Total Hit (315) Dynamic code execution is a powerful feature that allows applications to be extended with code that is not compiled into the application. Users can customize applications and developers can dynamically update code easily. In this article, Rick takes a look what it takes to execute code dynamically w ....Read More
Rating
This is a link to a different site SSIS Tips and Tricks from ssisblog.replicationanswers.com
Total Hit (262)
Rating
Simple VB Script to check Registry Key
Total Hit (408) «code LangId=1»Const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Set objRegistry = GetObject("winmgmts:\\" & _ strComputer & "\root\default:StdRegProv") strKeyPath = "SOFTWARE\CCleaner" strValueName = "UpdateCheck" objRegistry.GetStringValue HKEY_LOCAL_MACHINE,strKeyPath,strVal ....Read More
Rating
How to return Error Description using Error Code in SQL Server 2000 ( DBCC OUTPUTBUFFER technique )
Total Hit (187) This code will show you how to grab error description in sql server 2000/2005 Originally Published on <a href='http://pjondevelopment.50webs.com/articles/retrieveErrorMessage.htm'>http://pjondevelopment.50webs.com/articles/retrieveErrorMessage.htm</a> «code LangId=6»CREATE PROCEDURE dbo.spGET_ ....Read More
Rating
This is a link to a different site Get More Out of SQL Server Reporting Services Charts
Total Hit (118) This white paper presents general information, best practices, and tips for designing charts within Microsoft SQL Server Reporting Services reports. It provides an overview of some Reporting Services features, answers common chart design and feature questions, and includes advanced examples of how t ....Read More
Rating
How to check 64-bit Operating System
Total Hit (132) «code LangId=3»public static bool Is64BitOperatingSystem { [SecuritySafeCritical] get { bool flag; return ((Win32Native.DoesWin32MethodExist("kernel32.dll", "IsWow64Process") && Win32Native.IsWow64Process(Win32Native.GetCurrent ....Read More
Rating
This is a link to a different site Visual Studio Shortcuts - Must read
Total Hit (48)
Rating


(Page 1 of 133) 3962 Result(s) found  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 ...

Home  |  Comment  |  Contact UsPrivacy PolicyTerms & Conditions

© 2008 BinaryWorld LLC. All rights reserved.