Search the web
Sign In
New User? Sign Up
DotNetPatterns · .NET Design Patterns discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 16 - 45 of 224   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16
pls, ask radiobutton.SelectedItem.Value to persist into field Julio Novomisky Microsoft MVP ... related to the same feild in the table, ... PHD , WHICH...
jnovomi
Offline Send Email
Aug 5, 2003
1:49 am
17
Hi all, My problem is this, I am about to write an ftp client which will ftp files on a remote host to a local host. In the past, I would have used the ...
Paul Cowan
dagda1970
Offline Send Email
Aug 7, 2003
3:47 am
18
There are already a number of free implementations of FTP clients already built for .NET. It might be worthwhile to look into them first before rolling your...
Paul Laudeman
plaudeman@...
Send Email
Aug 7, 2003
2:41 pm
19
Dear Paul: I have used Chilkat's FTP COM object and wrapped it successfully in .NET. I haven't used it at high volume so I don't know how it is under stress....
Steve Shier
sshier@...
Send Email
Aug 7, 2003
2:41 pm
20
Hi, Paul You can use classes in System.Net, System.Net.Socket namespace, such as Socket class. There are some sample projects in www.codeproject.com if you...
Domina Tang
dominatang@...
Send Email
Aug 7, 2003
2:41 pm
21
Original conversion from Java to c# http://www.csharphelp.com/archives/archive9.html An improved version of the above source. ...
Kevin Greiner
greinerk@...
Send Email
Aug 7, 2003
2:41 pm
22
Here is an article that has an example of using the WebRequest class to transfer files using FTP. It may give you a starting point. ...
Steve Sharrock
steve@...
Send Email
Aug 7, 2003
2:41 pm
23
All, I am quite new to .NET and have inherited some code from a contractor. I am coming across some questions. The code is for a windows service and in one...
dagda1970
Offline Send Email
Aug 14, 2003
1:05 am
24
All, I am quite new to .NET and have inherited some code from a contractor. I am coming across some questions. The code is for a windows service and in one...
dagda1970
Offline Send Email
Aug 14, 2003
1:05 am
25
This is done when you don't know at design time what the object will be and you need to create potentially different objects at run time. The situation allows...
Steve Shier
sshier@...
Send Email
Aug 14, 2003
1:57 pm
26
for dynamic initialisation, you do not keed to know the name of the class you are creating when coding, ie: if you wanted to change the internal working of...
Alan Flaherty
alan@...
Send Email
Aug 14, 2003
1:57 pm
27
Hi all, Being quite new to this whole .NET thing, I was wondering is has anyone any links or ideas for naming our Assemblies and Strong Names (sn.exe) in the...
dagda1970
Offline Send Email
Aug 18, 2003
1:48 pm
28
Hi, Just a quick question. We have just started down the .NET road. We are not using namespaces in our assemblies. Could this run into trouble earlier. I...
Paul Cowan
dagda1970
Offline Send Email
Aug 27, 2003
3:16 am
29
Hi, Can somebody explain the need for strong names?? I have read all the Microsoft blurbs. Still I am having trouble finding a use for it or an understanding...
dagda1970
Offline Send Email
Aug 29, 2003
1:10 pm
30
All, I am quite new to .net and am wondering and we are putting our .NET assemblies into COM+. I am adding a class attribute Guid like so: ...
dagda1970
Offline Send Email
Sep 5, 2003
1:19 pm
31
Hi Paul, There is not really a sense of traditional COM-based "binary" compatibility any longer with .NET – it’s all about the public methods and...
Paul Laudeman
plaudeman@...
Send Email
Sep 7, 2003
4:48 pm
32
Hi, I am trying to implement a singleton design pattern in a class library project and running into problems. In the class where I want only one running...
dagda1970
Offline Send Email
Sep 9, 2003
3:44 am
33
http://msdn.microsoft.com/practices/type/Patterns/Enterprise/ImpSingletonInCsharp/ Or, you may prefer this instead....
Kevin Greiner
greinerk@...
Send Email
Sep 10, 2003
2:20 am
34
Have a look here: http://www.dofactory.com/Patterns/PatternSingleton.aspx this is the first resource I turn to when trying to implement patterns in C#. Waggs ...
Rob Waggoner
rwaggs@...
Send Email
Sep 10, 2003
2:22 am
35
Hi all, Does anyone have any advice on sharing state amongst different class library applications? Is this possible? Thanks Paul...
dagda1970
Offline Send Email
Sep 19, 2003
2:55 pm
36
Why do you need to share the state and what types of application is it being shared between. But, you could use sql server - an xml based solution (save to...
Alan Flaherty
alan@...
Send Email
Sep 23, 2003
5:03 pm
37
All, I have a question concerning COM+ transactions from a .net point of view. The scenario is this: I have a complete class where I have set the transaction...
dagda1970
Offline Send Email
Oct 16, 2003
3:08 am
38
Hi all, Being quite new to .net, I am wandering what the best approach is to deployment of the following scenario: I have 1 COM+ application containing a...
dagda1970
Offline Send Email
Oct 16, 2003
3:08 am
39
Hi All, I've got this application where thousands of objects are created once every so often -- they are the application metadata. They are build from a huge...
Joe Da Silva
joemagicdeve...
Offline Send Email
Oct 16, 2003
3:08 am
40
Here's a note I sent out to my comrades yesterday. Thoughts and comments appreciated: 1) Core design pattern Observer (aka Publish/Subscribe) ...
Rob Waggoner
rwaggs@...
Send Email
Jan 16, 2004
5:15 pm
41
All, I'm looking for some guidance for the following scenario: I'm building a small ASP.NET application to update reference / lookup tables. Most of these...
dagda1970
Offline Send Email
Apr 7, 2004
4:01 pm
42
Several authors are finishing up a manuscript for an upcoming book tentatively entitled: Enterprise SOA which discusses at an advanced level: Component Based...
James McGovern
jm04469
Offline Send Email
Jun 17, 2004
6:17 pm
43
Looking for co-authors for two upcoming books. The first book is on enterprise architecture. Must be familar with business architecture, reference models,...
jm04469
Offline Send Email
Jan 10, 2005
5:39 pm
44
Hi all, I'm just sort of curious to what architecture other people are using. I guess the architecture we use is pretty typical. I mainly work on websites so...
dagda1970
Offline Send Email
Jan 10, 2005
5:40 pm
45
How do I set up my page to prompt a user name and password login at the home page? I am writing in asp.net and need some help. I need to authenticate as much...
wexlar1
Offline Send Email
Feb 1, 2005
9:07 pm
Messages 16 - 45 of 224   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help