I want exact solution like this question for code first.
We are using Entity Framework 6.0.0 and use code first (like this) to generate code from tables and stored procedures. This seems to work great, except that changes in stored procedures are not reflected when updating or refreshing the model. Adding a column to a table is reflected, but not adding a field to a stored procedure.