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 bind combo box from database using entity framework in windows application?

| | Category: c# .net

In this example I will show you to bind combo box from database using entity framework in windows application c# .net.

How to generate random color codes in c# .net?

| | Category: c# .net

In this article I will show you to generate random color codes in c# .net implemented to display data with different color variation for chart.

Chart control in windows application c# .net

| | Category: c# .net

In this article I will explain with an example how to populate a chart control from sql server database using entity framework.

Data binding directly to a store query (DbSet, DbQuery, DbSqlQuery) is not supported. Instead populate a DbSet with data,

| | Category: c# .net

When I tried to run the application I got the following error it was resolved. You need to use the result of the query as datasource for your combobox.

How to select distinct records from list in c# Linq and bind to a combobox?

| | Category: c# .net

In this example, I will show you to select distinct records from list in linq and bind to a combobox in windows application using c# .net.

How to overwite the properties in partial class using asp.net?

| | Category: ADO.NET

We can use metadata to add functionality to entities by adding properties in a metadata class with attributes that we can affect the behavior of entities implemented with partial class called metadata classes.

How to overwite entity framework data model in asp.net?

| | Category: ADO.NET

You can overwrite entity framework data model class by defining separate class using partial keyword.

How to get websites favicon in mvc asp.net?

| | Category: asp.net MVC

You can use HTML agility pack or XmlDocument and get favicon. The following code will bring the path of website’s icon.

LINQ to Entities does not recognize the method 'System.Object get_Item(System.String)' method, and this method cannot be translated into a store expression

| | Category: Linq

A Linq query is translated to SQL to be performed against the database. Make sure you need to assign session or form request to a variable first and use this variable in the query

Delete file from the server using asp.net c#

| | Category: c# .net

You should make sure that the file path passing to delete from the server in asp.net c#. This following code is to delete the record from database and also from the folder path of the server.

Page 12 of 23