I have posted a new Developer Preview release with instructions here : http://url123.com/xd3mz The file can be downloaded here : http://url123.com/xdq64 Could...
I deployed Health Monitoring in Rainbow 2.0 however this blog entry teaches the basics of HM [ link in blog] and can be applied to any 2.0 site. HM is an out...
Hi everyone, I am running a new blog for customize asp.net 2.0 personal starter kit in C#. If you are new to asp.net 2.0 this is a fun place to start. also I...
Hello Sue and nice starter kit sites. I dont know if you have tried Rainbow Portal. We are going to support ASPNETDB's so you can install your starter kits...
Thanks Eric, I have heard a lot about rainbow portal. I will definately check it out. Sue _____ From: csharp2@yahoogroups.com [mailto:csharp2@yahoogroups.com]...
Well if you ever have a question, shoot me an email ramseur at gmail dot com . We are in phase 1 but about to approach commit 3. Phase 1 is stabalizing ...
Hi, Yes. I intend to provide resources and answers to anyone who is developing accounting software on my site http://www.vkinfotek.com. Apart from books...
So you are posting to my group for ppl to buy your books? Only free resources please. The ASP.NET 2.0 videos are completly free and teach a complete set....
Assalam-o-alaikum, I need these books(in .chm or .pdf format) Visual C# 2005 How to Program, * By (Harvey & Paul) Deitel & Associates. * Published by Prentice...
Dont ask for books in my group or you will be booted. ... -- Eric Ramseur Microsoft.NET Consultant ... http://eramseur.blogspot.com | ASP.NET 2.0 Questions ...
The Pre-Compiled version of Alpha 3 for the .NET 2.0 framework was released today. This version is meant to allow developers to quickly get started with...
Both dev and pre-compiled versions of Alpha 3 are located here : http://forge.novell.com/modules/xfmod/project/?rainbow -- Eric Ramseur Microsoft.NET...
Microsoft launched atlas at mix06. Its not as easy as magic ajax but there are many avail vids and its also free. http://atlas.asp.net/Default.aspx?tabid=47 ...
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 ......