Visual studio and .NET tip 9:- Condition......
As developer debugging is your routine job and you would like your debugger to debug smartly rather than monotonously. In this video we will try to understand how we can debug smartly by using conditional debugging.
Reader Level:
In this day 9, lab 19 video we will try to understand how to work with creating of 2Tier Architecture.
Video Steps1) Copies #using stements from Source file
2) Then pastes the conent to the rich text box
3) From the pasted content copies some portion of text to clipboard
4) Opens the wordpad application and pastes it
5) Finally applied some attibutes and shows the undo and redo options
Video Steps
1) Loads already saved plain text
2) Selects second line of text
3) Applies different font and font style
4) Saves the content and reloads it for a cross check
1) Loads already saved plain text
2) Applies bold, italic and underline style to some portion of the text
3) Saves the result in Rich text format. (Note plain text won't support text attributes for different portions of the text)
4) Loads the Rich Text content and checks applied text attributes.
Video Steps
1) Loads the plain text content saved in the previous video
2) Shows the loaded content in the richtext box control
Saving the Content of the RichTextBox in Text file format
Video Steps
1) First a Panel is added to the form. Then it is docked to the right side edge of the form
2) Then the panel is re-sized. This right side pane will have all the command for the rich text box sample
3) One more panel is added to the left of the command panel.
4) This panel is asked to fill the remaining area. Later a rich text box is placed inside this Panel.
In this day 9, lab 18 video we will try to understand how to work with Update functionality.
In this day 8, lab 17 video we will try to understand how to work with Delete functionality.
Shows loading plain text into Richtextbox control.
In this Learn C# Corner series, I will discuss how to use and take advantage of several new features. This episode discusses the home page.