.nettiers

What does the icon with the white sheet of paper with the blue arrow pointing to it to the right in visual studio 2012

ぐ巨炮叔叔 提交于 2020-01-17 08:20:30
问题 The icon is in the solution explorer next to one of the generated classes 回答1: That icon indicates that it is a generated file. See the Visual Studio Image Library for details 回答2: Those are files (especially, resource file .resx) that are automatically generated by the designer, for instance , when you design a form with two ore more language base (localizable : true ), VS automatically generates resources files while you go through ... https://msdn.microsoft.com/en-us/library/y99d1cd3(v=vs

Anybody using .netTiers?

为君一笑 提交于 2020-01-02 06:54:10
问题 I'm considering adopting .nettiers for a new project as it seems to provide a lot of functionality I could use. Is anybody using it in anger (I'm getting the feeling it hasn't got the following it once had) and if so, what are your perceptions of it? Also, I can't find any comparative performance metrics against things like SubSonic. Anybody have any strong feelings about its performance and scalability? Many thanks Tony 回答1: When I used NetTiers, I was very happy with it to an extent. You

Has anyone used any .Net code generation frameworks in Mono? (Subsonic, .netTiers, etc..)

主宰稳场 提交于 2019-12-25 04:34:11
问题 Mono appears to have really come a log way since the last time I really used it. I'm interested in doing some ASP.Net development using Mono. I have used .netTiers/CodeSmith at work and really enjoy the speed with which code generation gives you a clean working data access layer. The question is has anybody used any code generation with Mono? I am open to learning something like SubSonic or NHibernate if those work better with Mono. Thanks in advance for any help. 回答1: I have used subsonic

Has anyone used any .Net code generation frameworks in Mono? (Subsonic, .netTiers, etc..)

荒凉一梦 提交于 2019-12-25 04:34:05
问题 Mono appears to have really come a log way since the last time I really used it. I'm interested in doing some ASP.Net development using Mono. I have used .netTiers/CodeSmith at work and really enjoy the speed with which code generation gives you a clean working data access layer. The question is has anybody used any code generation with Mono? I am open to learning something like SubSonic or NHibernate if those work better with Mono. Thanks in advance for any help. 回答1: I have used subsonic

How Do SQL Transactions Work?

瘦欲@ 提交于 2019-12-08 02:49:55
问题 I have not been working in SQL too long, but I thought I understood that by wrapping SQL statements inside a transaction, all the statements completed, or none of them did. Here is my problem. I have an order object that has a lineitem collection. The line items are related on order.OrderId. I have verified that all the Ids are set and are correct but when I try to save (insert) the order I am getting The INSERT statement conflicted with the FOREIGN KEY constraint "FK_OrderItemDetail_Order".

Whither NetTiers?

纵饮孤独 提交于 2019-12-06 07:08:22
问题 I used NetTiers in a number of projects a job or two back. I found it extremely useful for generating back-end interfaces in ASP.NET webforms. The business and data layers were also pretty sweet. I typically use NHibernate, but I think it may be overkill on these particular projects in terms of the time it will take to get running. Since then, I've been working on projects where practically everything is end-user facing. However, I've recently gotten a side project that will have a lot of

Whither NetTiers?

£可爱£侵袭症+ 提交于 2019-12-04 14:13:38
I used NetTiers in a number of projects a job or two back. I found it extremely useful for generating back-end interfaces in ASP.NET webforms. The business and data layers were also pretty sweet. I typically use NHibernate, but I think it may be overkill on these particular projects in terms of the time it will take to get running. Since then, I've been working on projects where practically everything is end-user facing. However, I've recently gotten a side project that will have a lot of back-end administrative stuff and was wondering if NetTiers is still as well-maintained and clean as it