Hi DotNet Masters, I am a newbie to .Net, I just wanted to know, what to use as a db layer. Using NHibernate is good or not, pros and cons for using it. Please...
Preferably use .NET tiers. Read about it at www.nettiers.com I think ... -- Regards, Mohamed Ahmed Meligy Solution Developer / Freelance .NET Consultant GNS...
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...
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...
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. ... -- ...
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...
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 ...
How about using NHibernate ? Regards, Purav Gandhi _____ From: csharp2@yahoogroups.com [mailto:csharp2@yahoogroups.com] On Behalf Of Eric Ramseur Sent: Monday,...
http://www.hibernate.org/361.html All the info you need. It supports all the major plus some minor. ... -- Eric Ramseur Microsoft.NET Consultant ... ...
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...
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...
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...
I agree, I think I don't really have any choice! Thanks for the help and input! ... associated ... and ... achieve ... shouldnt ... article ... the ... the ......
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...
Sorry for the spam, he will be removed immediatly. -- Eric Ramseur Microsoft.NET Consultant ... http://eramseur.blogspot.com | ASP.NET 2.0 Questions ...
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...
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...
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...
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...
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...
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...
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...
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...
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...