Click here to Skip to main content
15,909,645 members

Comments by shaik.jameer (Top 1 by date)

shaik.jameer 2-Nov-15 7:16am View    
why we write this line,what is it does
private hussainEntities db = new hussainEntities();
and what is function of these line
Category category = db.Categories.Single(c => c.CategoryID == id);
what 'c' does,what is 'Category category',what is 'db.Categories' does
can you explain these two lines it's enough