[{"practices":[{"practice1":"Do the hands on the things provided in videos and provided in the following url\nhttps://docs.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-console?view=vs-2019"}],"assignments":[{"assignment1":"Print sum of all the even numbers"},{"assignment2":"Store your name in one string and find out how many vowel characters are there in your name."},{"assignment3":"Create a weekday enum and accept week day number and display week day."},{"assignment4":"Accept 10 student Name,Address,Hindi,English,Maths Marks ,do the total and compute Grade. Note do it with Array and display the result in grid format"},{"assignment5":"Accept Age from user, if age is more than 18 eligible for vote otherwise it should be displayed as not eligible. Do it with ternary operator"}],"tp_onlineref":["https://docs.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-console?view=vs-2019","https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/","https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/"],"tp_practiceimgarr":[],"tp_assignmentimgarr":[],"tp_supportedfiles":[],"formattedPractices":["Do the hands on the things provided in videos and provided in the following url\nhttps://docs.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-console?view=vs-2019"],"formattedAssignments":["Print sum of all the even numbers","Store your name in one string and find out how many vowel characters are there in your name.","Create a weekday enum and accept week day number and display week day.","Accept 10 student Name,Address,Hindi,English,Maths Marks ,do the total and compute Grade. Note do it with Array and display the result in grid format","Accept Age from user, if age is more than 18 eligible for vote otherwise it should be displayed as not eligible. Do it with ternary operator"],"isDelete":false,"createdBy":"63282b2733a25907efce5523","updatedBy":null,"_id":"614338913788d12884904b3c","cid":"608f7e6376d2741c18a1f092","tp_day":1,"tp_whattolearn":"Introduction\nUnderstanding Visual Studio IDE\nCreating Hello World Application\nDebugging\nDatatype\n - Value Type\n - Reference Type\nVariables\nArrays\nIf statement/Switch\nOperators\nLooping Constructs\nConstants (enum)","tp_practice":"Do the hands on the things provided in videos and provided in the following url\nhttps://docs.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-console?view=vs-2019","tp_assignment":"Print sum of all the even numbers\nStore your name in one string and find out how many vowel characters are there in your name.\nCreate a weekday enum and accept week day number and display week day.\nAccept 10 student Name,Address,Hindi,English,Maths Marks ,do the total and compute Grade. Note do it with Array and display the result in grid format\nAccept Age from user, if age is more than 18 eligible for vote otherwise it should be displayed as not eligible. Do it with ternary operator","tp_note":"","__v":3,"formattedAssignmentPlan":"<p>Print sum of all the even numbers</p><p>Store your name in one string and find out how many vowel characters are there in your name.</p><p>Create a weekday enum and accept week day number and display week day.</p><p>Accept 10 student Name,Address,Hindi,English,Maths Marks ,do the total and compute Grade. Note do it with Array and display the result in grid format</p><p>Accept Age from user, if age is more than 18 eligible for vote otherwise it should be displayed as not eligible. Do it with ternary operator</p>","formattedNotePlan":"","formattedPracticePlan":"<p>Do the hands on the things provided in videos and provided in the following url</p><p>https://docs.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-console?view=vs-2019</p>","formattedWhatToLearn":"<p>Introduction</p><p>Understanding Visual Studio IDE</p><p>Creating Hello World Application</p><p>Debugging</p><p>Datatype</p><p> - Value Type</p><p> - Reference Type</p><p>Variables</p><p>Arrays</p><p>If statement/Switch</p><p>Operators</p><p>Looping Constructs</p><p>Constants (enum)</p>","updatedAt":"2023-01-11T13:29:33.017Z","createdAt":"2023-01-11T13:29:33.017Z"},{"practices":[{"practice1":"Do the hands C# video and practical given on https://docs.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-console-part-2?view=vs-2019"},{"practice2":"https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/intro-to-csharp/introduction-to-classes"},{"practice3":"https://docs.microsoft.com/en-us/dotnet/csharp/properties"},{"practice4":"https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/using-constructors"},{"practice5":"https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/static"}],"assignments":[{"assignment1":"Create a reference type called Person.  Populate the Person class with the following properties to store the following information:\n - First name\n - Last name\n - Email address\n - Date of birth\nAdd constructors that accept the following parameter lists:\n - All four parameters\n - First, Last, Email\n - First, Last, Date of birth\nAdd read-only properties that return the following computed information:\n - Adult – whether or not the person is over 18\n - Sun sign – the traditional western sun sign of this person\n - Chinese sign – the chinese astrological sign (animal) of this person\n - Birthday – whether or not today is the person’s birthday\n - Screen name – a default screen name that you might see being offered to a first time user of AOL or Yahoo (e.g. John Doe born on Feburary 25th, 1980 might be jdoe225 or johndoe022580)\nAccess these things from Console Application in the Main Function. Accept this data for 5 person and display the same. Means create an object Array of 5 size and accept these details and display these details in tabular format."}],"tp_onlineref":["https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/intro-to-csharp/introduction-to-classes","https://docs.microsoft.com/en-us/dotnet/csharp/properties","https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/using-constructors","https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/static"],"tp_practiceimgarr":[],"tp_assignmentimgarr":[],"tp_supportedfiles":[],"formattedPractices":[],"formattedAssignments":[],"isDelete":false,"createdBy":"63282b2733a25907efce5523","updatedBy":"657ab46fd5376ea51b159118","_id":"6143395b3788d12884904b40","cid":"608f7e6376d2741c18a1f092","tp_day":2,"tp_whattolearn":"Understanding Classes\nClasses Demo\nProperties\nConstructor\nStatic Methods\nExtend a simple C# console app using class library","tp_practice":"Do the hands C# video and practical given on https://docs.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-console-part-2?view=vs-2019\nhttps://docs.microsoft.com/en-us/dotnet/csharp/tutorials/intro-to-csharp/introduction-to-classes\nhttps://docs.microsoft.com/en-us/dotnet/csharp/properties\nhttps://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/using-constructors\nhttps://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/static","tp_assignment":"Create a reference type called Person.  Populate the Person class with the following properties to store the following information:\n - First name\n - Last name\n - Email address\n - Date of birth\nAdd constructors that accept the following parameter lists:\n - All four parameters\n - First, Last, Email\n - First, Last, Date of birth\nAdd read-only properties that return the following computed information:\n - Adult – whether or not the person is over 18\n - Sun sign – the traditional western sun sign of this person\n - Chinese sign – the chinese astrological sign (animal) of this person\n - Birthday – whether or not today is the person’s birthday\n - Screen name – a default screen name that you might see being offered to a first time user of AOL or Yahoo (e.g. John Doe born on Feburary 25th, 1980 might be jdoe225 or johndoe022580)\nAccess these things from Console Application in the Main Function. Accept this data for 5 person and display the same. Means create an object Array of 5 size and accept these details and display these details in tabular format.","tp_note":"","__v":5,"formattedAssignmentPlan":"<p>Create a reference type called Person.  Populate the Person class with the following properties to store the following information:</p><p> - First name</p><p> - Last name</p><p> - Email address</p><p> - Date of birth</p><p>Add constructors that accept the following parameter lists:</p><p> - All four parameters</p><p> - First, Last, Email</p><p> - First, Last, Date of birth</p><p>Add read-only properties that return the following computed information:</p><p> - Adult – whether or not the person is over 18</p><p> - Sun sign – the traditional western sun sign of this person</p><p> - Chinese sign – the chinese astrological sign (animal) of this person</p><p> - Birthday – whether or not today is the person’s birthday</p><p> - Screen name – a default screen name that you might see being offered to a first time user of AOL or Yahoo (e.g. John Doe born on Feburary 25th, 1980 might be jdoe225 or johndoe022580)</p><p>Access these things from Console Application in the Main Function. Accept this data for 5 person and display the same. Means create an object Array of 5 size and accept these details and display these details in tabular format.</p>","formattedNotePlan":"","formattedPracticePlan":"<p>Do the hands C# video and practical given on https://docs.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-console-part-2?view=vs-2019</p><p>https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/intro-to-csharp/introduction-to-classes</p><p>https://docs.microsoft.com/en-us/dotnet/csharp/properties</p><p>https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/using-constructors</p><p>https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/static</p>","formattedWhatToLearn":"<p>Understanding Classes</p><p>Classes Demo</p><p>Properties</p><p>Constructor</p><p>Static Methods</p><p>Extend a simple C# console app using class library</p>","updatedAt":"2024-01-05T06:57:06.904Z","createdAt":"2023-01-11T13:29:33.020Z"},{"practices":[{"practice1":"Do the hands on the things provided in video and url\nhttps://docs.microsoft.com/en-us/dotnet/csharp/tutorials/intro-to-csharp/object-oriented-programming"}],"assignments":[{"assignment1":"Implement all the oops concept for Employee payroll system.\n"},{"assignment2":"Create above assignment's class hierarchy, implement inheritance and polymorphism."}],"tp_onlineref":["https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/inheritance","https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/interfaces/","https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/abstract-and-sealed-classes-and-class-members","https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/polymorphism"],"tp_practiceimgarr":[],"tp_assignmentimgarr":[],"tp_supportedfiles":[],"formattedPractices":["Do the hands on the things provided in video and url\nhttps://docs.microsoft.com/en-us/dotnet/csharp/tutorials/intro-to-csharp/object-oriented-programming"],"formattedAssignments":[],"isDelete":false,"createdBy":"63282b2733a25907efce5523","updatedBy":"657ab46fd5376ea51b159118","_id":"61433a433788d12884904b44","cid":"608f7e6376d2741c18a1f092","tp_day":3,"tp_whattolearn":"Object Oriented Programming\nInheritance\nPolymorphism\nEncapsulation\nAbstraction","tp_practice":"Do the hands on the things provided in video and url\nhttps://docs.microsoft.com/en-us/dotnet/csharp/tutorials/intro-to-csharp/object-oriented-programming","tp_assignment":"Implement all the oops concept for Employee payroll system.\nCreate above class hierarchy, implement inheritance and polymorphism.","tp_note":"","__v":5,"formattedAssignmentPlan":"<p>Implement all the oops concept for Employee payroll system.</p><p>Create above class hierarchy, implement inheritance and polymorphism.</p>","formattedNotePlan":"","formattedPracticePlan":"<p>Do the hands on the things provided in video and url</p><p>https://docs.microsoft.com/en-us/dotnet/csharp/tutorials/intro-to-csharp/object-oriented-programming</p>","formattedWhatToLearn":"<p>Object Oriented Programming</p><p>Inheritance</p><p>Polymorphism</p><p>Encapsulation</p><p>Abstraction</p>","updatedAt":"2024-01-05T06:57:32.636Z","createdAt":"2023-01-11T13:29:33.023Z"},{"practices":[{"practice1":"Create a list which will store 5 student names and then display it search it index number"},{"practice2":"Create a stack which will store Age of person and display it last in first out order."},{"practice3":"Store a product information in map object. Key will be a product item and value will be the price of that product. Search the product by product name."}],"assignments":[{"assignment1":"Rambo Rental Bikes is looking for developing a system to calculate the rentals of the bikes. System should accept the customer details, bike details and calculate the rental charges.\n\nDESCRIPTION OF PROJECTS\nSystem allows users to add customer details with bike rented. It computes rent for each customer. Systems displays the Bike details with summation of days of hire and rental payment.   FUNCTIONALITY AND TASK\nDefine a class called Mobike with the following description: \nInstance variables/data members: \nBikeNumber – to store the bike’s number\nPhoneNumber – to store the phone number of the customer\nName – to store the name of the customer\nDays – to store the number of days the bike is taken on rent o charge – to calculate and store the rental charge\nMember methods:\nvoid Input( ) – to input and store the detail of the customer.\nvoid Compute( ) – to compute the rental charge\nvoid display( ) – to display the details in the following format:\n Bike No.         PhoneNo             No. of days         Charge\n The rent for a mobike is charged on the following basis:\nFirst five days Rs 500 per day\nNext five days Rs 400 per day\nRest of the days Rs 200 per day\nUse collection Framework to store 10 Customer Details. Implement List operation add, delete, edit and search functionality"}],"tp_onlineref":[""],"tp_practiceimgarr":[],"tp_assignmentimgarr":[],"tp_supportedfiles":[],"formattedPractices":[],"formattedAssignments":[],"isDelete":false,"createdBy":"63282b2733a25907efce5523","updatedBy":"657ab46fd5376ea51b159118","_id":"61433ad53788d12884904b4c","cid":"608f7e6376d2741c18a1f092","tp_day":4,"tp_whattolearn":"Collection\n                Array\n                Stack Queue\n                Generic Collection\n                                List\n                                Stack\n                                Queue\n                                Dictionary (map key value pair)\nUsing Generic collection Interface (ICollection Interface)\nOperation on collection sort, search, Index, Add ,count remove element.","tp_practice":"Create a list which will store 5 student names and then display it search it index number\nCreate a stack which will store Age of person and display it last in first out order.\nStore a product information in map object. Key will be a product item and value will be the price of that product. Search the product by product name.","tp_assignment":"Rambo Rental Bikes is looking for developing a system to calculate the rentals of the bikes. System should accept the customer details, bike details and calculate the rental charges.\n\nDESCRIPTION OF PROJECTS\nSystem allows users to add customer details with bike rented. It computes rent for each customer. Systems displays the Bike details with summation of days of hire and rental payment.   FUNCTIONALITY AND TASK\nDefine a class called Mobike with the following description: \nInstance variables/data members: \nBikeNumber – to store the bike’s number\nPhoneNumber – to store the phone number of the customer\nName – to store the name of the customer\nDays – to store the number of days the bike is taken on rent o charge – to calculate and store the rental charge\nMember methods:\nvoid Input( ) – to input and store the detail of the customer.\nvoid Compute( ) – to compute the rental charge\nvoid display( ) – to display the details in the following format:\n Bike No.         PhoneNo             No. of days         Charge\n The rent for a mobike is charged on the following basis:\nFirst five days Rs 500 per day\nNext five days Rs 400 per day\nRest of the days Rs 200 per day\nUse collection Framework to store 10 Customer Details. Implement List operation add, delete, edit and search functionality","tp_note":"","__v":8,"formattedAssignmentPlan":"<p>Rambo Rental Bikes is looking for developing a system to calculate the rentals of the bikes. System should accept the customer details, bike details and calculate the rental charges.</p><p>DESCRIPTION OF PROJECTS</p><p>System allows users to add customer details with bike rented. It computes rent for each customer. Systems displays the Bike details with summation of days of hire and rental payment.   FUNCTIONALITY AND TASK</p><p>Define a class called Mobike with the following description: </p><p>Instance variables/data members: </p><p>BikeNumber – to store the bike’s number</p><p>PhoneNumber – to store the phone number of the customer</p><p>Name – to store the name of the customer</p><p>Days – to store the number of days the bike is taken on rent o charge – to calculate and store the rental charge</p><p>Member methods:</p><p>void Input( ) – to input and store the detail of the customer.</p><p>void Compute( ) – to compute the rental charge</p><p>void display( ) – to display the details in the following format:</p><p> Bike No.         PhoneNo             No. of days         Charge</p><p> The rent for a mobike is charged on the following basis:</p><p>First five days Rs 500 per day</p><p>Next five days Rs 400 per day</p><p>Rest of the days Rs 200 per day</p><p>Use collection Framework to store 10 Customer Details. Implement List operation add, delete, edit and search functionality</p>","formattedNotePlan":"","formattedPracticePlan":"<p>Create a list which will store 5 student names and then display it search it index number</p><p>Create a stack which will store Age of person and display it last in first out order.</p><p>Store a product information in map object. Key will be a product item and value will be the price of that product. Search the product by product name.</p>","formattedWhatToLearn":"<p>Collection</p><p>Array</p><p>Stack Queue</p><p>Generic Collection</p><p>List</p><p>Stack</p><p>Queue</p><p>Dictionary (map key value pair)</p><p>Using Generic collection Interface (ICollection Interface)</p><p>Operation on collection sort, search, Index, Add ,count remove.</p>","updatedAt":"2024-01-05T06:57:44.850Z","createdAt":"2023-01-11T13:29:33.026Z"}]