c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on tagged on "CSharp"

How to create password encryption and decryption in c# asp.net (entity framework)?

| | Category: entity framework

In this article, I will show you how to create password encryption and decryption in c# asp.net. I am going to encrypt password before saving using the entity framework sql server.

The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.1 Authentication required

| | Category: c# .net

I got the following error while sending email using asp.net c#. You should check the authentication correctly configured or not in Network Credential. If then it is proper it should be blocked by the yahoo server.

How to send yahoo email in asp.net c# uses smtp server yahoo?

| | Category: c# .net

In this article I will show you how to send email using asp.net c#. You need to configure the yahoo mail smtp server in SmtpClient class from the namespace System.Net.Mail.

[Solved]Cannot implicitly convert type System.DateTime? to System.DateTime. An explicit conversion exists (are you missing a cast?)

| | Category: asp.net MVC

I got the following error while assigning object property to a DateTime variable. I got a solution, it is due DateTime? Nullable DateTime property in the Class.

[Solved] The associated metadata type for type object contains the following unknown properties or fields.

| | Category: asp.net MVC

I got the following error while running the application, later I found a solution for that. This is due the partial class properties are not found in the main class. I removed the column field’s likesCount and OutputHtml from the table and updating the model using entity framework. But I haven’t removed the properties from the partial class.

Cascading dropdownlist in asp.net mvc using Angularjs

| | Category: Angular-js

In this article, I will show you how to create cascading dropdownlist in asp.net mvc using Angularjs. To begin install angularjs in the project by running the following command in nuget package manager console.

How to edit xml file using asp.net c# MVC?

| | Category: asp.net MVC

In this article I will show you how to modify xml file using asp.net c# mvc. I have xml file with column fields such as id, paragraph, link etc.

insert update delete in gridview in asp.net with c#

| | Category: c# .net

In this article, I will show to how to insert, update, delete in gridview in asp.net with c# code. First step you should create an xml file with column fields and save it as mytask.xml.

How to parse string to integer in c#?

| | Category: c# .net

In this article, I will show to convert from string to int by parsing. Here I want to increment id field in xml for new entries. In XML, data fields are in a string so that I needed to convert it to int.

How to write a c# program to shutdown computer using asp.net?

| | Category: c# .net

In this article I will show you to write a c# program to shutdown computer using asp.net. we have to include System.Diagnostics and use start process it forces to shut down the computer as parameters specified.

Page 8 of 23