Friday 29 June 2012

Interview Questions in VB.NET, .NET Framework. | Interview Questions Part II

                      Hi friends, in this article I am posting some interview Questions VB.NET and .NET Framework. In previous articles i explained interview questions in ASP.NET,VB.NET,Sql Server in Interview Questions.Check it once if you need.


1.What is VB.NET?
 Visual Basic .NET (VB.NET), is an object-oriented computer programming language .
VB.Net is windows based programming language. It supports OOP concepts such as
abstraction, inheritance, polymorphism and aggregation.
_________________________________________________________________

What is JQUERY | JQuery Tutorial | JQuery syntaxes

                                    Hi Friends, in this I will explain about the JQuery.I search in so many sites for the JQuery syntax and write the all the syntax  in the one program for the testing. I think it may useful to you.
JQuery:
jQuery is a JavaScript Library.

Thursday 28 June 2012

ASP.NET interview Questions Part-I | .NET interview Questions for 1-2 years Experience

                   Hi friends, in this article I am posting some interview Questions VB.NET and .NET Framework and i explained the interview questions in the previous articles Interview Questions on ASP.NET,VB.NET and SQL Server and ASP.NET Page Life Cycle Events || What is the sequence in which ASP.NET events are processed? Interview Questions on ASP.NET  All the Best Friend.
1.What is VB.NET?
 Visual Basic .NET (VB.NET), is an object-oriented computer programming language .
VB.Net is windows based programming language. It supports OOP concepts such as
abstraction, inheritance, polymorphism and aggregation.

Wednesday 20 June 2012

How to delete the text file or Notepad file or.txt file in VB.NET or C# windows forms.


                              Hi Friends, in this article I will explain about how to delete the text file or Notepad file or.txt file in VB.NET or C# windows forms.

                              I already explained in the previous article How to Create, Read, Write, Copy, Move and Delete a Text File or notepad file using C# and VB.NET

How to move the text file or Notepad file or.txt file in VB.NET or C# windows forms

Hi Friends, in this article I will explain about how to move the text file or Notepad file or.txt file in VB.NET or C# windows forms.
I already explained in the previous article How to Create, Read, Write, Copy, Move and Delete a Text File or notepad file using C# and VB.NET

                           For moving the text file we have to using or imports the System.IO namespace. Because the all file classes and methods are located in System.IO namespace. We use the System.IO.File.Move() method to move the text file.

Tuesday 19 June 2012

How to copy a text file or notepad file or .txt file in VB.NET or C# windows forms..

Hi friends, in this article I will explain about how to copy a text file or notepad file or .txt file.
I already explained in the previous article How to Create, Read, Write, Copy, Move and Delete a Text File or notepad file using C# and VB.NET

How to write to a Text file or a notepad file or a .txt file or AppendText() method in .NET

Hi friends, in this article I will explained about how to write to a Text file or a notepad file or a  .txt file or AppendText() method in .NET.
                      I already explained in the previous article How to Create a Text File or notepad file using C# and VB.NET, in that i was using CreateText() method. If you want to write the data to a already file then we are using the AppendText() method.

How to read the text file in C#.NET or VB.NET Windows Forms || StearmReader

Hi friends, in the previous article I explained about How to Create Text File or notepad file using C# and VB.NET.In this article I will explain about how to read the text file in C#.NET or VB.NET.
                         For this we are using StreamReader.StreamReader is a class.It reads the text. It found in System.IO namespace.
Let I explain using the examples.

How to Create, Read, Write, Copy, Move and Delete a Text File or notepad file using C# and VB.NET

                                  Hi friends, in this article I will explain about Create, Read, Write, Copy, Move and Delete a Text File or notepad file using C# and VB.NET.
                                 For the Create, Read, Write, Copy, Move and Delete a Text File or notepad file using C# and VB.NET  we have use the namespace System.IO.Because the above file methods included in System.IO namespace.

Tuesday 12 June 2012

How to read the data from NOTEPAD or .txt file.How to split the .txt file and save in different .txt files in windows forms.

                             Hi Friends in this article I will explain about how to read the data from NOTEPAD or .txt file. How to split the .txt file and save in different .txt files in windows forms.

Monday 11 June 2012

How to save the data in notepad in VB.NET or C# windows forms and how to create notepad file or how to append the data to existing notepad file in VB.NET or C# windows forms.

                                        Hi friends, in this article I will explain about how to save the data in notepad in VB.NET or C# windows forms and how to create notepad file or how to append the data to existing notepad file in VB.NET or C# windows forms.
First of all, take one windows form.
File—New—Project or Ctrl+Shift+N
Then take the 2 textboxes , 2 labels and 1 button in the below figure.
© 2012-2018 Aspdotnet-Kishore.blogspot.com. All Rights Reserved.
The content is copyrighted to Kishore and may not be reproduced on other websites without permission from the owner.