Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

Showing posts with label c#. Show all posts
Showing posts with label c#. Show all posts

Create or Generate QR Code in Asp.Net using C#, VB.NET

Apr 16, 2017 9 comments
Introduction:

Here we will learn how to create or generate QR code in asp.net web application using c#, vb.net with example or asp.net dynamically generate and display QR code using c#, vb.net with example or generate and read QR code in asp.net using zxing.Net library in c#, vb.net with example. By using “Zxing.Net” library in asp.net we can easily generate and read QR code in c#, vb.net with example based on our requirements.

Description:

Asp.Net Generate and Read QR Code in Web Application using C#, VB.NET

Apr 3, 2017 7 comments
Introduction:

Here we will learn how to create or generate QR code in asp.net web application using c#, vb.net with example or asp.net dynamically generate and display QR code using c#, vb.net with example or generate and read QR code in asp.net using zxing.Net library in c#, vb.net with example. By using “Zxing.Net” library in asp.net we can easily generate and read QR code in c#, vb.net with example based on our requirements.

Description:

Create Installer File for Windows Application using Visual Studio

Mar 22, 2017 3 comments
Introduction

Here we will learn how to create installer file for windows application
 in c# using visual studio with examples or create setup file for windows form application in visual studio in c# with example. By using setup project in visual studio setup and deployment section templates we can easily create installer or setup file for windows application in c#.

Description:
  
In previous articles I explained set startup page in windows application, show the progressbar in windows application in c#, vb.net, bind data to datagridview with example in c#, vb.net, export datagridview data to excel with example in c#, vb.netconstructors in c# with examples, difference between virtual, override, new keywords in c#
 and many articles relating to asp.net, c#vb.net and JQuery. Now I will explain how to create installer or setup file for windows form application in visual studio using c# with example.

Create Installer (Setup) File for Asp.net Web Application

Mar 15, 2017 5 comments
Introduction:

Here we will learn how to create installer for asp.net web application or create setup installer for asp.net website in visual studio to deploy web application file directly in IIS or create installer or setup file for asp.net application using visual studio with examples. In visual studio we can easily create setup file or installer file for web application using setup project module in visual studio.


Description:
  
In previous post I explained create windows forms setup file in c#, vb.net, setup local website with custom url in asp.net, install windows service using command prompt with example many articles relating to
asp.net, JQuery, and SQLServer etc. If we did any application and if it works perfectly then we will prepare published files and deploy our application in IIS.

If we want to deploy application in IIS we need prepare separate published files folder and create virtual path in IIS, point to our folder and need to change some properties to make it work through our IIS by doing all these things we will waste a lot of time.

Reflection to Get All List Property Names and Values in C#, VB.NET

Feb 17, 2017 0 comments
Introduction:

Here we will learn how to get object property names and values using reflection reflection in c#, vb.net with example or use reflection to get all property types and names of an object in c#, vb.net with example or reflection to get all properties of any object in c#, vb.net or Type.GetAllProperties reflection method to get all properties and values of an object in c#, vb.net with example. By using Reflection properties we can easily get all object property names and values based on our requirements.

Description:

Split String Include Delimiter at the End in C#, VB.NET

Feb 6, 2017 0 comments
Introduction:

Here we will learn how to split string include delimiters at the end in c#, vb.net with example or split string without removing delimiters in c#, vb.net with example or split string keep delimiter at the end in c#, vb.net with example or split string into array of words but keep delimiters at the end of result in c#, vb.net with example. By using regular expression we can easily split the string and include the delimiters in word based on our requirements.

Description:

Regex Split String but Keep Delimiter in C#, VB.NET

Feb 1, 2017 0 comments
Introduction:

Here we will learn how to split string include delimiters in c#, vb.net with example or split string but keep delimiters in c#, vb.net with example or regex split string but keep delimiter at the end in c#, vb.net with example or split string into array of words but keep delimiters at the end of result in c#, vb.net with example. By using regular expression we can easily split the string and include delimiters in word based on our requirements.

Description:

Asp.Net JSON Serialization And Deserialization in C#, VB.NET

Jan 31, 2017 2 comments
Introduction:

Here we will learn how to implement JSON serialization and deserialization in asp.net using c#, vb.net with example or Use newtonsoft.json for JSON serialization and deserialization in asp.net using c#, vb.net with example or serializing and deserializing JSON data in asp.net using c#, vb.net with example. By using newtonsoft.json reference in our asp.net applications we can easily serialize and deserialize data based on our requirements.

Description:

In previous articles I explained Jsontextwriter example in c#, vb.net, jQuery convert JSON data to HTML table example, jQuery ajax json example in asp.net, convert data table to json string with example, convert string xml to datatable in c#, vb.net, convert json string to json object with example and many more articles related to in JSON, asp.net, mvc, c#, vb.net. Now I will explain how to use newtonsoft.json to serialize and deserialize JSON data in asp.net using c#, vb.net with example.

Jsontextwriter Example in C#, VB.NET

Jan 30, 2017 0 comments
Introduction:

Here we will learn how to use jsontextwriter in c#, vb.net with example or how to write json using jsontextwriter in c#, vb.net with example or newtonsoft jsontextwriter to write json with example in c#, vb.net or convert list to json using newtonsoft jsontextwriter in c#, vb.net with example. By using newtonsoft reference in our applications we can easily convert list to json format and serialize / de-serialize list objects easily based on our requirements.

Description:

In previous articles I explained send / receive JSON objects from web service with example, angularjs filter json object to show / hide elements based on conditions, Show info window on google maps when click on markers, show markers on google maps using json data, convert json string to json object with example and many more articles related to in JSON, asp.net, mvc, c#, vb.net. Now I will explain how to use newtonsoft jsontextwriter to create json file with required data in c#, vb.net with example.

Remove Last Character from String in C#, VB.NET with Example

Jan 29, 2017 0 comments
Introduction:

Here I will explain how to remove last character from string in
c#, vb.net with example or delete or remove last character in string with examples in c#, vb.net. In c# or vb.net we can easily remove last character from string by using Remove or Trim or IndexOf properties.

Pass Generic List (List) as Parameter to Function in C#, VB.NET

Jan 9, 2017 0 comments
Introduction:

Here we will learn how to send list (List<string>) as parameter to function in asp.net using c#, vb.net with example or asp.net pass generic list as parameter to method using c#, vb.net with example or asp.net pass list object as parameter in function using c#, vb.net with example or pass list<class> as an argument to the function in asp.net using c#, vb.net with examples. We can easily send list values as a parameter to the function normal like other functions with parameters.

Description:

In previous articles I explained get first element from ienumerable list in c#, vb.net, convert datatable to ienumerable list in c#, vb.net with example, difference between iqueryable and ienumerable in c#, vb.net, Different types of constructors in c#, vb.net, destructor in c#, vb.net with examples and many more articles related to in asp.net, c#, vb.net. Now I will explain how to send or pass generic list as a parameter to the function in asp.net using c#, vb.net with example.

Asp.Net Check If Arraylist Contains Specific String Value or Not

Jan 8, 2017 0 comments
Introduction:

Here I will explain how to check if arraylist contains string value or not in
asp.net using c#, vb.net with example or asp.net check arraylist contains value in c#, vb.net with example or find a string in arraylist in c#, vb.net with example or check if value exists in arraylist using c#, vb.net with example or check existence of string value in arraylist in c#, vb.net with example. By using array list contains property we can easily check whether given string value exists in array list object or not in c#, vb.net.

Description :
  
In previous articles I explained
multiple inheritance in c#, vb.net with example , fragment caching in c#, vb.net with example , connection pooling in c#, vb.net with example , simple windows service example in c#, vb.net , difference between IQueryable and IEnumerable with example and many articles relating to asp.net, c# and vb.net . Now I will explain how to check if given string value exists in arraylist in c#, vb.net with examples.

Asp.Net Get (Fetch) Data from MySQL Database using C#, VB.NET

Nov 16, 2016 1 comments
Introduction

Here we will learn how to get or retrieve data from mysql database in asp.net using c#, vb.net with example or asp.net web application fetch data from mysql database connection example or asp.net display data from mysql database connection using c#, vb.net with example or how to use mysql database in asp.net web application to retrieve and show the data in c#, vb.net example. By adding MySQL.Data.dll reference in our asp.net applications we can easily connect and fetch data from MySQL database in our applications.

Description

Asp.Net Connect MySQL Database using C#, VB.NET

3 comments
Introduction

Here we will learn how to connect mysql database in asp.net using c#, vb.net with example or asp.net web application with mysql database connection example or asp.net mysql connection example using c#, vb.net or how to use mysql database in asp.net with c#, vb.net example. By adding MySQL.Data.dll reference in our asp.net applications we can easily use MySQL in our applications.

Description

Asp.Net MVC Get (Display) Data from Database using ADO.NET

Oct 13, 2016 6 comments
Introduction

Here I will explain how to get data from database in
asp.net mvc using ADO.NET with example or asp.net mvc display or show data from database using ADO.NET with example or asp.net mvc retrieve or read data from database and show it in view with example. By using ADO.NET concept in asp.net mvc we can easily insert and get data from database based on our requirements.

Differences between IQueryable and IEnumerable in C# with Example

Sep 26, 2016 17 comments
Introduction:

Here I will explain difference between IQueryable and IEnumerable list in c# with example or IEnumerable vs IQueryable list in c# with example or what is difference between IQueryable and IEnumerable list in c# with example. In c# we use IQueryable and IEnumerable lists to perform data manipulation.

Description:

C# - Multiple Inheritance with Interface Example

Sep 21, 2016 0 comments
Introduction:

Here I will explain how to achieve multiple inheritance in c# with interface example or implement multiple inheritance in c# with example or use interface to implement multiple inheritances in c#, vb.net with example. In c# multiple inheritance can be achieved by using interfaces.

Description:

Fragment Caching in Asp.Net with Example

Aug 8, 2016 1 comments
Introduction

Here I will explain what is fragment caching in
asp.net or partial caching in asp.net with examples or how to use partial / fragment caching in asp.net using c# with example. Fragment caching in asp.net allows us to cache particular portion of web page instead of whole page and this can be achieved by using user controls in asp.net.

Description:
  
In previous articles I explained connection pooling in asp.net, difference between initialization and instantiation, SQL difference between @@Identity, scope_identity, ident_current, cursor in sql server with example, dispose vs finalize method in c# / vb.net, asp.net page load vs page init with example
and many articles relating to asp.net, c#, vb.net, JavaScript and jQuery. Now I will explain what is fragment caching in asp.net and how to use fragment caching in asp.net using c#, vb.net with example.
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.