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

Override method in c#

| | Category: c# .net

In this article, I will show you how to override ToString() method in c# .net with example. You can overwrite a method of any class using a keyword “override”.

Explain generics in c# example

| | Category: c# .net

Generics allow us to design classes and methods decoupled from data types. Generic classes available in System. Collections. Generic namespace.

Datediff Sql Compare two dates

| | Category: SQL

In this article, I will explain how to compare two dates and gets number of days using Datediff in SQL server.

Ftp error 530 User cannot Log in

| | Category: c# .net

I want to download files from an FTP server using asp.net c#. When I tried to connect FTP server I got the following error FTP error: 530 User cannot Log in.

Asp .net mvc grid paging example

| | Category: asp.net MVC

In this article I will show you how to implement asp.net mvc grid paging with example using entity framework in c#.

Input string was not in a correct format.Couldn't store string in Column. Expected type is Int32

| | Category: c# .net

When I tried to Add rows to the dynamically generated DataTable though loop I got the following error. The DataTable contains two columns with DataType property as string.

Pie chart using jQuery google charts API with database in asp.net mvc?

| | Category: asp.net MVC

In this article I will show you how to use jQuery google charts API and create Pie chart with database in asp.net MVC c# implemented using chart.js.

[Solved]Extension method must be defined in a non-generic static class

| | Category: c# .net

I got the following error indicating you should create a static class separately or you should remove this from the parameter.

Convert LINQ Query results to List Object

| | Category: c# .net

You can convert the entity object to list Object by looping the LINQ Query results and adding the object to the list.

Convert Json to datatable from Linq Query results using serializeObject

| | Category: c# .net

You can use use third party components Newtonsoft JSON to serializeObject to JSON and convert it into datatable.

Page 48 of 82