Red
We have many things to learn from others.
Wednesday, 2 September 2020
Read text from a file in Web API
using
System.Web;
string
path =
Path
.Combine(
HttpRuntime
.AppDomainAppPath,
"TextFile\\Results.txt"
);
string
dataText =
File
.ReadAllText(path);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
split FullName column to FirstName, MiddleName, LastName column in MS SQL
CRUD Operation With ASP.NET Core 3.1
MVC Core Identity
सुविचार
No comments:
Post a Comment