hey,can somebody please help me, I have the following strange problem. I have been through a lot of ...
By step_xsf
Hi, We are currently accessing .NET (CSharp) (Managed World) APIs from COM (UnManaged World) environ...
By anonymous
Hi, We are currently accessing .NET (CSharp) (Managed World) APIs from COM (UnManaged World) environ...
By anonymous
Here's my situation: * I have 2 .Net based windows apps. * App A creates a new process to launc...
By anonymous
Hi all.I am a little curious as to where Singletons (GoF, Creational Pattern), and therefore all obj...
By sroughley, 13 Comments
2 Questions:1. What is the best practice for sharing projects in VB.NET?Here is our scenario at work...
By alfonsob, 2 Comments
is this identity Map OK?********************using System;using System.Collections.Generic;using Syst...
By erdsah88, 2 Comments
Consider this: Data.Biz.User user = new Data.Biz.User(Logic.Biz.User.connectionstring,Logic.Biz.User...
By anonymous, 15 Comments
I am looking at implementing a singleton DAL and I am wondering why you would NOT want to implement ...
By czuvich, 3 Comments