-
hi my name is danil espinosa from ZMG were a headhunting firm and right now were looking for IT professionals interested to work in Singapore. were looking for java developers, Perl developers, tester, release engineers (java) and application support analyst for our client base in Singapore. if anyone...
-
For all the guys and girls out there who are interested in joining Lawson PSSC, you can email me your CVs (my email ad is monica.lacuna @ lawson.com ). Currently, there are NUMEROUS new positions open. If you have any background in developing or supporting ERP modules / web-based applications, there...
-
For all the guys and girls out there who are interested in joining Lawson PSSC, you can email me your CVs (my email ad is monica.lacuna @ lawson.com ). Currently, there are NUMEROUS new positions open. If you have any background in developing or supporting ERP modules / web-based applications, there...
-
ALGOS, INC. is a new company focused on providing consulting services in the Business Intelligence (BI) Software Market. BI is now the future of IT. When everyone has already all the necessary data they need captured on different ttransactional and operational systems like Oracle, SAP, ERIC and others...
-
In one of the website I have developed, we feature random products displayed on a webpart. This can be done several ways either of the code behind or via t-sql but I think the simplest way to do it is via t-sql with the help of Guid columns. Globally Unique Identifier or GUID is a randomly generated...
-
When you are developing software product to be catered to diverse customers, it must be a standard to localized your software. With .NET this has never been easy, on .NET 2.0 its even easier with striongly typed resource files. But localizing application must be part of the architectture and should not...
-
scottallen has started a "what's wrong with this code" series. some items are trivial and good to think about so you might want to check them out... http://odetocode.com/Blogs/scott/archive/2006/07/31/5474.aspx http://odetocode.com/Blogs/scott/archive/2006/08/07/5515.aspx
-
i've been seeing a number of posts lately about ado.net connection pooling in msforums and i noticed that some are rather confused about how they work. i myself was also confused year ago about the concept until i read more about it and examined the ado.net code using reflector. i only want to list some...
-
you want to know the queries being executed by your application which uses ADO.NET. sql profiler comes in. however you got agents running (whatever they are), you also browse the tables using Enterprise Manager or Visual Studio and you want them to be excluded in the watch list. Filter is the key, Under...
-
For most of you who have been using stored procedures and following the MS guidelines in .NET Application Development, you must have been using SET NOCOUNT ON as stated in Chapter 12 of the Improving .NET Application Performance and Scalability . Although the MSDN docs was enough to tell me that with...