I am a versatile, hands-on developer with 2 years’ experience working on a variety of projects. I am conversant in a wide range of technologies - most notably .NET and SQL - and follow the latest industry trends with great interest.
- Interests
- Game Programming - Parallel Programming - Graphics Programming
- PC Specs
- TOSHIBA Satellite l750 - Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz, 2201 Mhz, 4 Core(s), 8 Logical Processor(s)…
13 Posted Topics
Greetings, I want to know if I am having a shared .exe file and these shared .exe is running by 2 users on different machines but they are running the application from the shared place and there were a class which has a static property are there will be a … | |
How to repeat the column header on each page on Microsoft report? I have a report on which I have to group results by the project and I want to repeat the column header on each page I searched the internet and all the people are saying there by setting … | |
I need to know how the Recursive Common Table Expression works I have a table called Project table which consists of a collection of projects some of them are parent projects and the other are child projects also the child projects may be parent for other child projects and so … | |
Hello everyone I know that my question may be asked before by many people I want to start learning programming games. Have knowledge of the language C, C ++, C-Sharp, and a little Java. Since considerable length of time and I want to start in this field programming games and … | |
Re: Suzie999 no its not a third party app and its not my app meant I'm not the one who wrote it is already an existing app within the company where I'm working and I'm trying to fix the bugs issued by it. cgeier You can know the number of User … | |
Greetings, I'm looking for an SDK for an fingerprint device called HST-PRO its a Korean made. If any one worked with this device and could help [Click Here](http://www.gobizkorea.com/catalog/product_view.jsp?blogId=biokey&objId=954822) | |
I need to know if there is a way to improve the below function as it takes long execution time UserDefinedFunction [dbo].[GetChildrenAccount] SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER FUNCTION [dbo].[GetChildrenAccount] (@AccountID INT, @DateFrom DATETIME, @DateTo DATETIME, @TypeTransaction INT, @Currnecy INT, @Branch INT) RETURNS DECIMAL(18,3) AS BEGIN DECLARE … | |
A clustering index is an ordered file with two fields; the first field is of the same type as the clustering field of the data file, and the second field is a disk block pointer. There is one entry in the clustering index for each distinct value of the clustering … | |
I need to know how the primary index is classified as a sparse index? The sparse index as described by some aticles and books has index entries for only some of the search values and has a fewer entries than the number of records in the file. When you make … | |
This function I have created to return all recorded Stock numbers in the Table "ContributorDeeds" the table contains only the start number of the stocks and the end number of the stocks (e.g, from number - to number) I need to get all the numbers between within that range. The … | |
What is meant by the bold part of the below paragraph An index is a copy of select columns of data from a table that **can be searched very efficiently that also includes a low-level disk block address** or direct link to the complete row of data it was copied … | |
I'm using InstallShield 2010 and I set the SQL Server 2008 Express as a prerequisite. However, I have an instance of SQL Server 2008 developer edition installed on my pc, the SQL Server 2008 Express prerequisite windows always appear. How to cancel such window if there is any instance of … | |
I create a thread within the main form load event of the application and initialize it with a method then start this thread and there is no problem till this point the problem is that when I click on any button on the main form to open another form lets … |
The End.