Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

csharp2 · C# 2.0 | C# 2005 | C# Future Versions

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 56
  • Category: C#
  • Founded: Dec 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 163 - 192 of 222   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
163 Mohamed A. Meligy
xmastereg Send Email
Apr 15, 2006
11:22 am
Preferably use .NET tiers. Read about it at www.nettiers.com I think ... -- Regards, Mohamed Ahmed Meligy Solution Developer / Freelance .NET Consultant GNS...
164 Purav Gandhi
gandhipurav Send Email
Apr 15, 2006
3:49 pm
Hi Mohamed, I have installed it and created the dll, but I don't get how to insert a particular row in the db. I have a table named Role, I get a method called...
165 Eric Ramseur
Eramseur Send Email
Apr 15, 2006
3:54 pm
I would take a look at IBATIS [ google search it] or Nhibernate. I would say the pros of IBATIS is that its not db dependent and can support any feature the...
166 Mohamed A. Meligy
xmastereg Send Email
Apr 15, 2006
3:55 pm
that's NHibernate or .NET Tiers ? I don't know about NHibernate, but, if .NET Tiers, you'll find very comprehensive quick start on that in their site. ... -- ...
167 Eric Ramseur
Eramseur Send Email
Apr 15, 2006
4:01 pm
Purav, What version of the .net framework are you using? I suggest [ for any version] you look into some free code generators. They can make your sprocs for...
168 Purav Gandhi
gandhipurav Send Email
Apr 17, 2006
4:20 am
Hi, I started using nettiers but the problem is that it does not support Oracle. Can anyone suggest me some tool which supports oracle, mysql, & MS Sql. I ...
169 Eric Ramseur
Eramseur Send Email
Apr 17, 2006
4:36 am
IBATIS supports orcale,mysql and mssql. ... -- Eric Ramseur Microsoft.NET Consultant ... http://eramseur.blogspot.com | ASP.NET 2.0 Questions ...
170 Purav Gandhi
gandhipurav Send Email
Apr 17, 2006
4:43 am
How about using NHibernate ? Regards, Purav Gandhi _____ From: csharp2@yahoogroups.com [mailto:csharp2@yahoogroups.com] On Behalf Of Eric Ramseur Sent: Monday,...
171 Eric Ramseur
Eramseur Send Email
Apr 17, 2006
4:30 pm
http://www.hibernate.org/361.html All the info you need. It supports all the major plus some minor. ... -- Eric Ramseur Microsoft.NET Consultant ... ...
172 Eric Ramseur
Eramseur Send Email
Apr 17, 2006
4:30 pm
NHibernate is primarily tested on Microsoft SQL Server 2000. It is also known to work on these databases: - Microsoft SQL Server 2000...
173 glabana2003 Send Email Apr 18, 2006
10:40 am
Hi, I get the following error when I put my code behind partial class (Myfile.aspx.cs) into the App-code folder: Error 106 The file '/MyApp/Logon.aspx.cs' is...
174 Eric Ramseur
Eramseur Send Email
Apr 18, 2006
3:08 pm
Code-behind classes are best reserved for in the application directory as they get complied by ASP.NET and this could cause issues of a compile twice. You...
175 glabana2003 Send Email Apr 18, 2006
5:12 pm
Hi Eric, Thanks for the quick reply. Firstly the url of the MSDN article is at: http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en- ...
176 Eric Ramseur
Eramseur Send Email
Apr 18, 2006
5:40 pm
I think its best just to store DAL, BLL, and classes that are not associated with pages [ as they will be in another assembly like you stated] and precompile...
177 glabana2003 Send Email Apr 18, 2006
8:29 pm
I agree, I think I don't really have any choice! Thanks for the help and input! ... associated ... and ... achieve ... shouldnt ... article ... the ... the ......
178 VT Manpower Consultan...
vtjobs18 Send Email
Apr 20, 2006
9:34 am
Dear Friends, VT Manpower Consultancy Services Pvt Ltd., is the leading Manpower provider for IT and ITES Companies in South India. We are providing a better...
179 Eric Ramseur
Eramseur Send Email
Apr 20, 2006
4:35 pm
Sorry for the spam, he will be removed immediatly. -- Eric Ramseur Microsoft.NET Consultant ... http://eramseur.blogspot.com | ASP.NET 2.0 Questions ...
180 Eric Ramseur
Eramseur Send Email
May 8, 2006
3:22 pm
I glad to see our membership is up to 40 now from the 15 members we had a couple of months ago. I am sorry not to give more discussions in this group as I am...
181 Eric Ramseur
Eramseur Send Email
May 25, 2006
8:50 pm
I did two blog entrys on Vista. One on vista in general and one with Rainbow [ C# / .net 2] . Rainbow : http://url123.com/gbae5 Vista Reviw :...
182 Eramseur Send Email Jun 24, 2006
9:38 pm
https://www1.msteched.com/content/webcasts.aspx - some web casts on Windows Workflow. Get started on .NET 3.0 Labs: ...
183 Eric Ramseur
Eramseur Send Email
Jun 25, 2006
3:03 pm
MS is finally understanding what we proffessionals need. Here is a new prototype that auto generates a pretty good data connected App. All you need is the...
184 ilker onur kaya
ilkeronurkaya Send Email
Jun 26, 2006
8:20 pm
Hi everyone, I am trying to make an small uninstall program for my project. However, I dettach the database, clear the registers but I could not make an...
185 ilker onur kaya
ilkeronurkaya Send Email
Jun 26, 2006
8:26 pm
I was trying to say, "Please help!" :) Thanks again.. ... -- Żlker Onur Kaya I was trying to say, "Please help!" :) Thanks again.. On 6/26/06, ilker onur kaya...
186 Tom Price
tom_price Send Email
Jun 28, 2006
7:10 pm
Hello group, OK, I've got the source code for the ASP 2.0 Providers and I'm trying to make a series of modifications. I need to add extra fields to the...
187 Eric Ramseur
Eramseur Send Email
Jun 28, 2006
7:16 pm
Why dont you just store teh first name , last name in the profile instead of trying to mess with ASPNETDB. This is the reason they created the ASPNETDB system...
188 Eric Ramseur
Eramseur Send Email
Jun 29, 2006
6:34 pm
Can you please explain what you mean by parent role? Do you mean you want a root role and sub roles? You can in affect have a parent super root role by just...
189 Tom Price
tom_price Send Email
Jun 29, 2006
6:46 pm
Thx, tried that but how do you get a profile class generated based on the information added to web.config? Not a good fit for the other two tables, unless I'm...
190 Eric Ramseur
Eramseur Send Email
Jun 29, 2006
7:04 pm
My project was accepted at codeplex for the xml profile provider. If anyone has expertise in XQuery or SQL Server 2005 XML, please just ask if you want to...
191 Tom Price
tom_price Send Email
Jun 29, 2006
7:31 pm
Essentially converts role table from a pure list to a b-tree allowing establishment of a role admin at any point in the structure who is responsible for their...
192 Eric Ramseur
Eramseur Send Email
Jun 29, 2006
7:32 pm
I dont get what you mean. If you set the properties in the web.config, ASP.NET 2.0 and membership do all the work for you. All you have to do is call...
Messages 163 - 192 of 222   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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