What is Cross-Site Scripting (XSS)?
Cross-site scripting is a security violation that is normally found in the web applications. It is one of the most frequent application layer web attacks. Many web developers aren’t completely …
tutorials | source code | tips & tricks
Cross-site scripting is a security violation that is normally found in the web applications. It is one of the most frequent application layer web attacks. Many web developers aren’t completely …
In the Microsoft .Net Framework, Assemblies are the compiled code. They are created as an output of a program. The CLR (Common Language Runtime) uses these assemblies and convert into …
In information technology, a server is a computer or device or computer program that provides services to other computer/device/programs within the network. It manages the network resources and provides multiprocessing …
Managed Code and Unmanaged Code are very important in .NET technologies. This article describes the difference between Managed Code and Unmanaged Code or Managed Code VS Unmanaged Code. Managed Code …
Sometimes we need to design our website or web application in such a way that different people of different language and culture can read it. We can do it to …
For any programming language standard naming system is very import. It makes a complex system easy for others. This article describes some Standard Naming Convention. Summary of the article: Standard …
We know SQL Server Reporting Services or SSRS is a server based reporting system. Like other reporting system (Crystal Report or rdlc) we do not need to design UI. It …
Performance is the vital factor for any web application. At first we need to understand all the factors that’s are related for performance. We must also understand the basic strategies …
It is very important to track every visitor of a Web site or Web applications. During tracking some common elements are visitors IP address, MAC address, OS, Web browser details, …
A Web site is a collection of some HTML documents. Each HTML document is called Web pages. In Web applications some times we need to identify the page name from …
This article describes how to use transaction in C#? Summary of the article: What is a Transactions? Why we should use Transactions? Adding a Connection String Namespaces for Transactions Transactions …
This article describes what is the difference between Web Application and Web Site in Visual Studio? In Visual Studio we can create Web Application projects or Web Site projects by …
This article describes about best top Computer Programming Forums, Blogs , Community. The list is given bellow: www.cybarlab.com www.codeproject.com www.stackoverflow.com www.codeguru.com www.devshed.com www.forums.asp.net www.social.msdn.microsoft.com/Forums www.social.msdn.microsoft.com/Forums/en/category/sqlserver www.oracle.com www.mysql.com
Menu is an important part of any project or application. It is used for navigation. Any project may have different modules and different user may access different modules. If we …
Today email is a part of our modern life. We can’t think a day without email. Many companies are providing email service. Most of them are free. But for that …
For any standard application system it is recommended to manage automated exceptions handling system. It is done in a smart way so that the users can’t realized. This increase the …
SFTP is a secured file transfer protocol. We can use it in different ways. Lot of third party tools (FileZilla,WinSCP,FireFTP etc) are available for that. Some time we need to …
This article describes how to insert csv file into database in C#? Summary of the article: Table Creation Adding a Connection String Include Required Namespaces Insert into database from CSV …
FTP is a file transfer protocol. We can use it in different ways. Lot of third party software or tools (WinSCP, FireFTP, FileZilla etc) are available for that. Some time we …
Security is a vital factor for any web application. At first we need to understand what types of security issues arise in Web-based applications. We must also understand the basic …
The web server does not know about its users. Because HTTP is stateless. It does not mean its states. That’s why we need to maintain the state of web site …