Entity Data Model
The Entity Data Model or EDM is a graphical tools used to build entity framework based applications. This is none of the best features of entity framework. This article describes …
tutorials | source code | tips & tricks
The Entity Data Model or EDM is a graphical tools used to build entity framework based applications. This is none of the best features of entity framework. This article describes …
Language Integrated Query or LINQ is a .NET Framework component developed by Microsoft. It provides a compact and expressive syntax to manipulate data. To support LINQ some features are added …
Entity Framework is an ORM tools. It is good for data accessing. It provides lot of benefits. But for the development of enterprise applications we should consider its performance. This …
Entity Framework is a data access technology for ASP.NET applications. For data access many technologies are present. Entity Framework is best for its simplicity and functionality. This article describes basic …
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 …
LINQ is an innovational introduction in Visual Studio 2008 and .NET Framework that bridges the gap between the world of objects and the world of data. This article describes about …
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 …
MVC is a software architectural pattern that separates the structure and behavior of the applications. It does this by partitioning the application into three component/parts: model, view and controller. MVC …
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 …
XML is a markup language that provides a set of universal rules to describe data. It is the latest, powerful, platform independent and content dependent technology in the field of …
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 …