Click here to Skip to main content
15,921,577 members
Home / Discussions / C#
   

C#

 
GeneralRe: [EDIT] System.AccessViolationException in Windows 8.1 Pin
Richard MacCutchan5-Jan-15 23:38
mveRichard MacCutchan5-Jan-15 23:38 
GeneralRe: [EDIT] System.AccessViolationException in Windows 8.1 Pin
Dave Kreskowiak6-Jan-15 13:59
mveDave Kreskowiak6-Jan-15 13:59 
AnswerRe: [EDIT] System.AccessViolationException in Windows 8.1 Pin
Richard Deeming6-Jan-15 2:12
mveRichard Deeming6-Jan-15 2:12 
QuestionMetro UI for windows Form Pin
Hari-CodeBlogger4-Jan-15 23:10
Hari-CodeBlogger4-Jan-15 23:10 
AnswerRe: Metro UI for windows Form Pin
BillWoodruff5-Jan-15 2:27
professionalBillWoodruff5-Jan-15 2:27 
AnswerRe: Metro UI for windows Form Pin
Swinkaran5-Jan-15 12:41
professionalSwinkaran5-Jan-15 12:41 
GeneralRe: Metro UI for windows Form Pin
Ravi Bhavnani5-Jan-15 17:55
professionalRavi Bhavnani5-Jan-15 17:55 
GeneralRe: Metro UI for windows Form Pin
Hari-CodeBlogger6-Jan-15 23:58
Hari-CodeBlogger6-Jan-15 23:58 
GeneralRe: Metro UI for windows Form Pin
Dave Kreskowiak7-Jan-15 2:23
mveDave Kreskowiak7-Jan-15 2:23 
GeneralRe: Metro UI for windows Form Pin
Hari-CodeBlogger7-Jan-15 3:51
Hari-CodeBlogger7-Jan-15 3:51 
GeneralRe: Metro UI for windows Form Pin
Dave Kreskowiak7-Jan-15 5:19
mveDave Kreskowiak7-Jan-15 5:19 
GeneralRe: Metro UI for windows Form Pin
Hari-CodeBlogger7-Jan-15 5:24
Hari-CodeBlogger7-Jan-15 5:24 
GeneralRe: Metro UI for windows Form Pin
Dave Kreskowiak7-Jan-15 5:29
mveDave Kreskowiak7-Jan-15 5:29 
GeneralRe: Metro UI for windows Form Pin
Swinkaran7-Jan-15 12:04
professionalSwinkaran7-Jan-15 12:04 
AnswerRe: Metro UI for windows Form Pin
Swinkaran5-Jan-15 12:44
professionalSwinkaran5-Jan-15 12:44 
GeneralRe: Metro UI for windows Form Pin
Hari-CodeBlogger6-Jan-15 23:56
Hari-CodeBlogger6-Jan-15 23:56 
GeneralRe: Metro UI for windows Form Pin
BibhutiAlmighty7-Jan-15 4:50
BibhutiAlmighty7-Jan-15 4:50 
GeneralRe: Metro UI for windows Form Pin
Hari-CodeBlogger7-Jan-15 5:08
Hari-CodeBlogger7-Jan-15 5:08 
Questioni cant understand logic code ...help me Pin
Nguyen Jay3-Jan-15 21:56
Nguyen Jay3-Jan-15 21:56 
AnswerRe: i cant understand logic code ...help me Pin
OriginalGriff3-Jan-15 22:38
mveOriginalGriff3-Jan-15 22:38 
GeneralRe: i cant understand logic code ...help me Pin
Nguyen Jay3-Jan-15 22:54
Nguyen Jay3-Jan-15 22:54 
GeneralRe: i cant understand logic code ...help me Pin
OriginalGriff3-Jan-15 23:11
mveOriginalGriff3-Jan-15 23:11 
GeneralRe: i cant understand logic code ...help me Pin
Nguyen Jay3-Jan-15 23:15
Nguyen Jay3-Jan-15 23:15 
AnswerRe: i cant understand logic code ...help me Pin
Abhinav S4-Jan-15 1:17
Abhinav S4-Jan-15 1:17 
There is a Products collection that contains Product objects.
Each Product object has some properties e.g. Price, Description, Category etc.

The ShoppingCart class calculates the total price of various products using LinqValueCalculator class.

What is missing in your code here is the class that instantiates ShoppingCart.
This class would be responsible for instantiating ShoppingCart and LinqValueCalculator.

GeneralRe: i cant understand logic code ...help me Pin
Nguyen Jay4-Jan-15 1:34
Nguyen Jay4-Jan-15 1:34 

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.