Code to get computer name in vb.net
Public Function GetComputerName() As String
Return System.Environment.MachineName
End Function
Public Function GetComputerName() As String
Return System.Environment.MachineName
End Function
Below code is used to get the total time taken to do any opertions in vb.net
Imports System.Diagnostics
Dim TimeWa..
To generate random file name below code is used in csharp by simply used a function:-
string randomfileName = Path.GetRandomFileName();
Console.WriteLin..
Article, Aside, Figure, Figurecaption, Header, Hgroup, Mark, Nav, Section, Time
WPF has three types of document:-
(1)Flow documents
(3)XML Paper Specification (XPS)
WPF offers the following features:-
(1)OpenType font support.
(3)High performance that takes advantage of hardware accel..