| Thread | Last Post | Replies |
|
| Storing conn string in 3 tiered apps | 31 Jan 2006 23:41 GMT | 2 |
I am building an ASP.NET 2.0 app and would like to architect my app in 3 tiers, UI, BAL, and DAL. What is the recommended place to store the connection string. I only want the DAL to know the connection string. I tried putting it in
|
| Register a .NET DLL??? | 31 Jan 2006 21:58 GMT | 7 |
I created a simple DLL called: MyDLL I have been trying to register it so I can see it in the COM References; Regsvr32 does not work for .NET DLL RegAsm - seems to work, but I can not select the DLL from the Add COM
|
| Adding Controls Dynamically | 31 Jan 2006 20:30 GMT | 1 |
I am working in C# I have created one usercontrol. Now added a panel to this control. In a panel i have added another control. Now, i have added this usercontrol to a form.
|
| .Net framework RAM/processor requirements understanding | 31 Jan 2006 19:21 GMT | 4 |
1) What would be the runtime RAM requirements for a managed application compared to similar application unmanaged. Will there be more RAM required because it is managed application, say simple application like 'Hello world' which is not using any stack or heap variables.
|
| Application Server in .NET | 31 Jan 2006 19:12 GMT | 1 |
In the Java and J2EE world there are quite a few application servers like WebShpere, WebLogic or JBoss if you want to develop large-scale applications. How many pure .NET application server exist which are not based on old COM or COM+ technology ? Would it make sense to develop a ...
|
| Regular expression optimization | 31 Jan 2006 18:13 GMT | 7 |
I am replaceing a big string using different regular expressions (see some example at the end of the message). The problem is whenever I apply a "replace" it makes a new copy of string and I want to avoid that. My question here is if there is a way to pass either a memory
|
| Calling .net 2.0 Dll from .net 1.1 | 31 Jan 2006 17:48 GMT | 1 |
Can you call a Dot Net 2.0 Dll from .Net 1.1? Are there any special steps to set this up? Chuck
|
| Visual Basic.net 2003 - Mouse status | 31 Jan 2006 16:06 GMT | 2 |
I hope I have found the right group to post this question to, if not please point me in the right direction. I have VB.net 2003 and need to make a button that performs an action only when pressed and the action STOP when the button is released.
|
| Saving Checkboxlist settings in VB 2005 for Each user. | 31 Jan 2006 14:44 GMT | 2 |
VB 2005, .net 2.0 Is there an easy way to save the items checked in a CheckedListBox for each user (so that everytime the user opens the app, it remembers and displays what was checked.)
|
| Building a ITEMIDLIST from a number of SHITEMID structs | 31 Jan 2006 14:38 GMT | 3 |
I'm new to C# and need help to build a list if pidl's (ITEMIDLIST). I am currently working on a shell-browser, and i think i have most of it done right now - except from the icon stuff. Up to now i have used SHGetFileInfo to load the icon-index, but its slow and
|
| Settings Question | 31 Jan 2006 14:31 GMT | 3 |
I am working on a web project and have split my data access layer into a separate DLL. This separate DLL uses a .settings file to store the connection string. A strongly-typed settings class is generated for me in the background. However, this generated class is internal.
|
| It's the little things | 31 Jan 2006 13:47 GMT | 14 |
Do the developers of Visual 2005 actuall use it??? There's lots of great things in VS2005 (mostly related to the outstanding work done on the CLR)... but in general the LITTLE THINGS totally drag it down.. especially the slightly-improved-but-not-all-that-much IDE. I waited for 3 ...
|
| how to get printerstatus ? | 31 Jan 2006 13:29 GMT | 1 |
hi!!! ive tried to use WMI to get printerstatus, but it always report status "Idle". is it a way to get the status of a printer ?
|
| Help: Runing asp app from server 2003 ??? | 31 Jan 2006 10:57 GMT | 2 |
I have build asn ASP application which is collecting data from an SQL server database through store procedure call Running my we app from VS2003 environement works ok Copy my application to Server 2003 and running it localy works Ok
|
| n-Tier development | 31 Jan 2006 10:51 GMT | 23 |
Ok, I've never done n-Tier development and I'm getting confused... Assuming I have a business layer and a data access layer that may be running on different machines, how does my business layer know where my data access layer is running? What is it I have to do in the business ...
|