Cookies in ASP.NET image
Cookies in ASP.NET

Cookies are small bit of text that is stored by web servers on to user machine. It contains user related information, example if we want to store re

15 year ago | 29484 |
Login form in ASP.Net image
Login form in ASP.Net

Login form designing include a login page (shown above) , a page where user will be redirected after successful login and a sign out page which will be displayed after signing out.

15 year ago | 24773 |
Calculator Program in CSharp .NET image
Calculator Program in CSharp .NET

This calculator can perform all the basic mathematical operations, like add, subtract, multiply and divide. It has a text box with displays input and output.

15 year ago | 29161 |
Creating and using dll libraries in C Sharp.Net image
Creating and using dll libraries in C Sharp.Net

Creating Class library To create class library in C#, goto New Project in File Menu, a dialog box will appear, select Class Library icon in Visual C#

15 year ago | 10734 |
Data Grid View image
Data Grid View

To create DataGridView first of all we need to insert DataGridView tool from toolbox.Now, once the DataGrid is inserted we need to display data in i

15 year ago | 14424 |
Dataset in CSharp .NET image
Dataset in CSharp .NET

The ADO.NET DataSet contains DataTableCollection and their DataRelationCollection. It represents a collection of data retrieved from the Data Source. We can use Dataset in combination with DataAdapter Class.

15 year ago | 10108 |
Display Record According to ComboBox Selection in CSharp .NET image
Display Record According to ComboBox Selection in CSharp .NET

Here I’m going to demonstrate how to delete all Temporary Internet Files of Internet Explorer through C#.Net.Exampleprivatevoid btnDelete_Click(obje

15 year ago | 15509 |
Insert Update Delete Records in CSharp .NET image
Insert Update Delete Records in CSharp .NET

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-st

15 year ago | 20725 |
WCF (Windows Communication Foundation) – Overview and Sample Code in C# .NET image
WCF (Windows Communication Foundation) – Overview and Sample Code in C# .NET

What Is Windows Communication Foundation (WCF) Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using

15 year ago | 25760 |
DataPager Control in ASP.Net image
DataPager Control in ASP.Net

DataPager control can be associated with the data-bound control by using the PagedControlID property. Alternatively, by putting the DataPager control

15 year ago | 18606 |
Host WCF in a Windows Service Using TCP image
Host WCF in a Windows Service Using TCP

This article walks you through the process of hosting a WCF service within a Microsoft Windows service. i.e.

13 year ago | 21226 |
Login and Registration in ASP.Net MVC image
Login and Registration in ASP.Net MVC

In this article I will show how to create a Login and Registration form in ASP.Net MVC.

8 year ago | 8141 |
How can fill textbox on click on select button image
How can fill textbox on click on select button

CRUD Operation/Insert, Update, Delete Operation in asp.net by using the stored procedure.

7 year ago | 3611 |
Model Binding in MVC image
Model Binding in MVC

The MVC model binding allows you to map HTTP request data with a model. This is the process of creating .NET objects using the data sent by the browser in an HTTP request.

7 year ago | 2420 |
Layout and Section in MVC (Razor) image
Layout and Section in MVC (Razor)

a feature called "layouts" that allow you to define a common site template, and then inherit its look and feel across all the views/pages on your web application.

6 year ago | 2321 |
Dependency Injection in MVC image
Dependency Injection in MVC

Inversion of control is principal and Dependency Injection is implementation.

6 year ago | 3293 |
SOLID principles in software development area image
SOLID principles in software development area

Whereas the SOLID principles are as design principles that enable us to manage with most of the software design problems. Sir Robert C. Martin compiled these principles in the 1990s. Those principles provide us ways to move from tightly coupled code

6 year ago | 2142 |
Insert update delete in mvc via webgrid and modal popup image
Insert update delete in mvc via webgrid and modal popup

Into the MVC, you may use GridView/Webgrid for fetching the data and showing the output. Also, we implement CRUD operations using GridView. We can do the same implementation in ASP.NET MVC using WebGrid.

6 year ago | 7716 |
"Edgerank" ALGORITHM on Facebook image
"Edgerank" ALGORITHM on Facebook

Do you ever think about it with yourself why you always see status updates and posts by your best friend but never posts from some other Facebook friends?

6 year ago | 5081 |
M.2 SSD Vs SATA SSD image
M.2 SSD Vs SATA SSD

Looking for future storage then go for M.2 SSD which is the future device and advanced technology for speed up the technology.

6 year ago | 1471 |
Behind the WhatsApp ? image
Behind the WhatsApp ?

As we know "WhatsApp" is a very popular messaging app, which is a mobile app. WhatsApp is the most popular application used for message and chatting all over the world.

6 year ago | 2635 |
Microsoft Dynamics 365 for Talent is a perfect solution for new-age HRs image
Microsoft Dynamics 365 for Talent is a perfect solution for new-age HRs

In this article, you will learn how dynamics 365 helps in solving the hiring process easier and you can manage the HR department efficiently by using dynamics 365 app.

6 year ago | 5423 |
Implement Authentication Using Identity Model In ASP.NET Core image
Implement Authentication Using Identity Model In ASP.NET Core

In this article you will learn How to use Authentication in ASP.NET Core or how to use Identity to register, log in, and log out a user in ASP.NET Core.

6 year ago | 2212 |
how to use data validation in mvc core image
how to use data validation in mvc core

Today, we will learn how to use data annotation and validate the data before saving in your database. So we need to first understand what is data annotation?

6 year ago | 3011 |
What is ASP.NET MVC 5?  New Features in ASP.NET MVC 5 image
What is ASP.NET MVC 5? New Features in ASP.NET MVC 5

MVC is mainly an architectural designing pattern that is used for developing the user interfaces which can be maintainable,

6 year ago | 3621 |
WPF and .Net MVC Framework - Which one is Preferred for Best Scope? image
WPF and .Net MVC Framework - Which one is Preferred for Best Scope?

It is more required to understand how WPF and Asp.Net MVC can be beneficial when we can utilize both of them in one framework to make it comprehend and user friendly for the consumers.

6 year ago | 4662 |
Amazing Instagram Promotion Tactics you can use to get Real Results image
Amazing Instagram Promotion Tactics you can use to get Real Results

For the promotion of your Instagram account, it is not enough to register on it and published your content. More than one billion people are using Instagram.

5 year ago | 2259 |
Implementing Cryptography in C#.NET by using SHA1 Algorithm. image
Implementing Cryptography in C#.NET by using SHA1 Algorithm.

We can use cryptography to secure our data from users over the network. We can implement cryptography in C# by using System.Security.Cryptography name

14 year ago | 14725 |
Implementing Cryptography by using MD5 algorithm. image
Implementing Cryptography by using MD5 algorithm.

In last blog I had explained that how to implement cryptography by using SHA1 algorithm. In this article I will describe another method to implement c

14 year ago | 5552 |
What is Cookie poisoning? image
What is Cookie poisoning?

Cookie poisoning is a known technique mainly for achieving impersonation and breach of privacy through manipulation of session cookies, which maintain

14 year ago | 7192 |
Sql Injection image
Sql Injection

SQL injection is an attack in which malicious code is inserted into strings that are later passed to an instance of SQL Server for parsing and executi

14 year ago | 7018 |
CANADA IMMIGRATION image
CANADA IMMIGRATION

Canada has been ranked as the top country outside Europe, and the second-best country worldwide, to live as an immigrant. If You are Looking to Migrat

6 year ago | 1030 |
Top Five Benefits of Reputation Management image
Top Five Benefits of Reputation Management

A good brand reputation means higher customer trust, consistent online presence, less risk, oozing sales, and exceptional profits. This is exactly w

6 year ago | 1100 |
Emojis for Marketing: Here’s How to Use Them image
Emojis for Marketing: Here’s How to Use Them

Emojis for Marketing: Here’s How to Use Them

5 year ago | 1515 |