thank you Mr.Nandu it helps me lot.
Thanks & Regards,
Jagdeep Mankotia
"Difficulties Are New Opportunity To Me"
--- On Sun, 5/7/09, Nandu Menon <nandakumarpb@...> wrote:
From: Nandu Menon <nandakumarpb@...>
Subject: Re: [C#.NET] Sent Email using N-Tier
To: CSharpNET@yahoogroups.com
Date: Sunday, 5 July, 2009, 1:29 PM
Here is some point for the design .
You will have a GUI layer which is your email sending form where you will have
the following stuff.
Options for selecting single mail(Default)
Option for selecting group mail
Option for Contacts Mgmt [Add /remove Contact] Use a popup form for this.
Next You can add 2 new class for the Mail sending Logic and another for Data
Access Layer
Compleate the Data Access Layer with following things
1) Connect your database [better to use webconfig file for this]
2) Method for returning Dataset,Datatable [Do it with stored procedure call]
Once you compleate this class go for the next Mail Logic
Add coding functionality for Adding/Updating/Removing contacts [use DA layer
for this]
Your Form Level code will use Maillogic class [Not DAL layer]
You have imports the following namespace to do the Mail functionality
a) Mailmessage object and SmtpClient object.
Hope this will help you.
Happy Programming
Nandakumar Menon
--- On Sat, 7/4/09, Bas moises <saku10ragi10@...> wrote:
From: Bas moises <saku10ragi10@...>
Subject: Re: [C#.NET] Sent Email using N-Tier
To: CSharpNET@yahoogroups.com
Date: Saturday, July 4, 2009, 1:09 PM
if your application use a backend database like sqlserver 2005 try to use
trigger or storedprocedure. the sqlserver has capability to send email.
--- On Wed, 7/1/09, Jagdeep Mankotia <jagdeepmankotia@ yahoo.co. in> wrote:
From: Jagdeep Mankotia <jagdeepmankotia@ yahoo.co. in>
Subject: [C#.NET] Sent Email using N-Tier
To: "CSharpNET" <CSharpNET@yahoogrou ps.com>
Date: Wednesday, July 1, 2009, 8:53 PM
Hi,
I want to make an email sending form and I want to use an n tier structure for
the same I want to know that how can I build a solution with ntier structure.
Is there any example do you have or any refrence? Please let me know
I can send mail by using net.mail. I can send mail with writing all the code in
one page. Now I want to convert it into ntier structure.
Please Help !
Thanks & Regards,
Jagdeep Mankotia
"Difficulties Are New Opportunity To Me"
Looking for local information? Find it on Yahoo! Local http://in.local.
yahoo.com/
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
------------------------------------
Yahoo! Groups Links
Yahoo! recommends that you upgrade to the new and safer Internet Explorer
8. http://downloads.yahoo.com/in/internetexplorer/
[Non-text portions of this message have been removed]