-1
votes
1answer
83 views

What is the common knowledge expected from a common ssr C# developer? [closed]

I was asking myself, there are many technologies on Java that a semi senior developer could be expected to be able to handle. Maybe Spring, Struts, etc. However, I couldn't find an answer to that on ...
-2
votes
1answer
315 views

Design Pattern for building a Budget

So I've looked at the Builder Pattern, Abstract Interfaces, other design patterns, etc. - and I think I'm over thinking the simplicity behind what I'm trying to do, so I'm asking you guys for some ...
2
votes
3answers
239 views

Is EF4 mature enough with MySQL or Oracle?

Is Entity Framework 4 with MySQL or Oracle mature enough to be used on production level web application? Can it provide high level of performance, or should we stick with just plain data access with ...
1
vote
1answer
377 views

.net data access technology

Iam new with .Net technology and i need a help with choosing correct path of creating application. I want to create application that get its data from web-service and small part from local SQLCE ...