What is PCDATA In XML? | Parsed Character Data in XML

Parsed Character Data,PCDATA in XML: XML parsers are used to parse XML files. All parsers normally also parse the data…

3 years ago

Encrypt ConnectionString in Web.config of ASP.NET

Normal practice is to store connection string(database, excel, etc.) of any web application in web.config file. But on security point…

3 years ago

Redirect domain Without www to With www in ASP.NET, BlogEngine.NET

It is possible to access http://www.dotnetstuffs.com,  and http://dotnetstuffs.com from the server after we host the domain. The search engines consider…

3 years ago

Microsoft .NET 5.0 | Unified Platform .NET 5.0

The next version of.NET,  .NET 5.0, was published by Microsoft. in Nov, 2020 and the latest updated version is 5.0.17.…

3 years ago

C# Pragma, The Inline warning control In C# | Compiler Directives C#

Pragma is a compiler directive in C#. This article explains on #pragma directives in C# and the various ways you…

5 years ago

Properties With Multiple Access Modifiers in C# 2.0 | Asymmetric Accessor Accessibility

In C# the member variables will be exposed by means of Properties. The get and set portions of a property are…

7 years ago