Note that there are some explanatory texts on larger screens.

plurals
  1. USscripni
    primarykey
    data
    text
    plurals
    1. COI'm 'stuck' with webforms too at my day job, but that doesn't mean i can't get to try it out in my spare time. And as i've seen pointed out more than once while reading about MVC, it shouldn't be looked at as a replacement to WebForms (at least not yet, although my guess is that if ever the two are going to merge, it's MVC that's going to absorb WebForms and not the other way round). So each flavor of ASP.NET has its ups and downs, but MVC is definitely worth a try for any web developer. Also, don't you just love the Razor syntax?
      singulars
    2. COBut i can't see how importing the stored procedure will update the schema. I think i didn't make clear what i'm trying to achieve, i'm trying to change the table to which an ef schema is mapped to, for example now it's retrieving data from table x in the database, i want it to retrieve data from table y now, both tables exist in the database, both have the exact same structure. The reason why i can't simply import data from one table to the other is because one table is used by some applications that can't be modified, and all applications need to access the same data. Thanks for the reply.
      singulars
    3. COIn my opinion it has a fairly good all-round functionality, i agree that it's not very customizable but i believe it was built for simple databinding scenarios, so as not to overwhelm a novice developer that wants to see what that button does. A lot of the out-of-the-box .net controls give me that impression.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload