Click here to Skip to main content
15,891,204 members
Home / Discussions / C#
   

C#

 
GeneralRe: DLL file Pin
abedo19826-May-07 10:04
abedo19826-May-07 10:04 
AnswerRe: DLL file Pin
AFSEKI7-May-07 1:44
AFSEKI7-May-07 1:44 
GeneralRe: DLL file Pin
abedo19827-May-07 5:50
abedo19827-May-07 5:50 
GeneralRe: DLL file Pin
AFSEKI7-May-07 22:40
AFSEKI7-May-07 22:40 
Questionabout outerxml Pin
Hamsika rani6-May-07 6:51
Hamsika rani6-May-07 6:51 
AnswerRe: about outerxml Pin
Guffa6-May-07 8:03
Guffa6-May-07 8:03 
GeneralRe: about outerxml Pin
Hamsika rani6-May-07 13:32
Hamsika rani6-May-07 13:32 
QuestionDeployment concerns on c# 3.0 Pin
erdsah886-May-07 6:37
erdsah886-May-07 6:37 
I am thinking about expressing the my business Rules using c# 3.0 Extension

Methods on a datacontext that is generated by LinQ to Sql code generator.

the thing is I am worried about the "block box approach" for my system

incase ı do misuse the "new staff".Even though I see it as more

declerative than imperative,still I have doubts....

ok.We have a site that has frequent deployment needs,we do not use dlls other

than the framework and the customdll's for special web UI data controls.We

wanna be much more agile(faster) using new staff in c# and .net future

releases.

Our biggest problem is with the typed-datasets is we have is that >>>We

have to test all the Userinterfaces that depends on to that typedDataset if

we have to deploy my datasets.Even non related items need to be checked as we

are building as a team many people do changes all the time on the source

code.

looking from this side to LinQ to SQL everything is fine (if u are not

changing the database schema).

But the thing is if I am getting first class objects with LinQ to SQL and

thinking about adding behavior more than CRUD that is already defined in

DLinQ.

But I am not sure how much I will couple my self with the extension methods(I

see it as a pratical way to implement visitor design pattern ...is it?)

..ok...at the end of the day , I have come up with 3 cases ...

I have a change request on a page,and the team has changed mnay pages without

my knowledge and I need to deploy quick. Big Grin | :-D

CASE 1 > I need more data from database....."that is fine" I just code

behind userinterface,sql is generated at runtime.....really cool

CASE 2 > my business logic changed , I have implemented on the extension

method ....>test all the UI that uses the business logic



>infact much better than

datasets as nonrelated items are not checked.

CASE 3 > Db schema change......check everything!(dataset/DlinQ.....nobody can

help even the "silverbullets") > at least better type system and

intellisense support.


but I need more cases, especially I need horror scenerios on factors that

will negatively affect on deployment time.



thanks

Smile | :)

QuestionVideo to Database ??? Pin
Aldorado6-May-07 6:18
Aldorado6-May-07 6:18 
AnswerRe: Video to Database ??? Pin
Rick van Woudenberg6-May-07 9:49
Rick van Woudenberg6-May-07 9:49 
GeneralRe: Video to Database ??? Pin
Aldorado7-May-07 2:04
Aldorado7-May-07 2:04 
QuestionTextfield doesn't get focused. HELP! Pin
Farica6-May-07 4:20
Farica6-May-07 4:20 
AnswerRe: Textfield doesn't get focused. HELP! Pin
Rob Graham6-May-07 4:45
Rob Graham6-May-07 4:45 
AnswerRe: Textfield doesn't get focused. HELP! Pin
Muammar©6-May-07 19:53
Muammar©6-May-07 19:53 
AnswerRe: Textfield doesn't get focused. HELP! Pin
AFSEKI7-May-07 1:55
AFSEKI7-May-07 1:55 
QuestionHow to insert multiple values in string efficiently? Pin
Adeel Chaudhry6-May-07 3:33
Adeel Chaudhry6-May-07 3:33 
AnswerRe: How to insert multiple values in string efficiently? Pin
Rob Graham6-May-07 3:51
Rob Graham6-May-07 3:51 
GeneralRe: How to insert multiple values in string efficiently? Pin
Adeel Chaudhry6-May-07 4:08
Adeel Chaudhry6-May-07 4:08 
AnswerRe: How to insert multiple values in string efficiently? Pin
Luc Pattyn6-May-07 4:07
sitebuilderLuc Pattyn6-May-07 4:07 
AnswerRe: How to insert multiple values in string efficiently? Pin
AFSEKI7-May-07 2:02
AFSEKI7-May-07 2:02 
AnswerRe: How to insert multiple values in string efficiently? Pin
gumi_r@msn.com7-May-07 5:26
gumi_r@msn.com7-May-07 5:26 
QuestionStuck with Network Pin
ThanhND3076-May-07 3:23
ThanhND3076-May-07 3:23 
QuestionReduce multiple characters to one, in a string! Pin
Adeel Chaudhry6-May-07 3:18
Adeel Chaudhry6-May-07 3:18 
AnswerRe: Reduce multiple characters to one, in a string! Pin
Rob Graham6-May-07 4:03
Rob Graham6-May-07 4:03 
GeneralRe: Reduce multiple characters to one, in a string! Pin
Luc Pattyn6-May-07 4:12
sitebuilderLuc Pattyn6-May-07 4:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.