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"

An exception of type System.Data.Entity.Validation.DbEntityValidationException occurred in EntityFramework.dll but was not handled in user code

| | Category: asp.net MVC

I got this error while filling the object values. Then, I set a breakpoint for where an exception is thrown, and use it to inspect the problem.

How to download the file if I’m recording the data into a database?

| | Category: asp.net MVC

One of the viewer asked, It is simple to download the file. We have to store the file in a specified folder path and then store the file path into database.

The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'.

| | Category: c# .net

I got this above error "The method 'Skip' is only supported for sorted input in LINQ to Entities." while running the asp.net mvc application.

Cannot implicitly convert type System.Linq.IOrderedQueryable to 'System.Collections.Generic.IList An explicit conversion exists (are you missing a cast?)

| | Category: c# .net

I have the following error on this method "Cannot implicitly convert type 'System.Linq.IOrderedQueryable<.Models.Student>' to 'System.Collections.Generic.IList'. An explicit conversion exists (are you missing a cast?)"

How to appending an existing XML file in c#?

| | Category: c# .net

In this article I will show how to append new data to an xml file using c#. If you want to add data to xml file without reloading the xml file appending data to the first row using the xElement addBeforeSelf...

Mouseover hover effect for asp.net Gridview using JQuery

| | Category: JQuery

In this article I will show you how to create a mouse hover effect for asp.net gridview rows using jQuery. You can apply Css effects for a gridview using JQuery related Css methods like addClass, removeClass and toggleClass etc.

How to create random generating alphanumeric stirng in C#?

| | Category: c# .net

In this article, I will show you how to create a random generating alphanumeric stirng using asp.net C#. You can call this method by passing an integer as parameter.

Control the brightness of image using c#

| | Category: c# .net

In this article I will show you how to apply brightness of an image using c#.net. You can adjust the color components of the image from the input ranges between -255 and 255.

How to convert byte array to image in c#?

| | Category: c# .net

In this article I will show you how to convert binary data to image using c#. I have saved already stored image binary data into database.

Convert image to black and white in c#

| | Category: c# .net

In this article I will show you how to convert picture to black and white using c#. You need to pass the bitmap image to the following function.

Page 3 of 23