C# requires the programmer to use names from letters chosen from a through z, A through Z, and numbers are chosen from 0 through 9.Best practise to for […]
Category: CSharp Articles
Reserved Characters and Escape Values in API Call URLs
Use the Escape values to replace reserved characters as augmented value in API Call URLs : Reserved character Escape value slash (/) %2F question mark (?) […]
New Features of VB.NET and C# languages in 2005 version
New Features of VB.NET and C# languages in 2005 version VB.NET C# Visual Basic 2005 has many new and improved language features — such as […]
C# 3.0 New Features
C# 3.0 New Features 1. Implicit typing of local variables, which permits the types of local variables to be inferred from the expressions used to initialize […]
ASP.NET , C# – Configuring to use XML to display error and validation message
ASP.NET , C# – Configuring to use XML to display error and validation message Step 1 – Add XML file to store error and validation […]
Programming with word in C# : Replace bookmark with actual values
Programming with word in C# : Replace bookmark with actual values Step 1 : Add a bookmark to work document ( for example StudentLetter.doc ) […]
Sharepoint List : Lists.UpdateListItems Method from C# Code
Lists.UpdateListItems Method is used to add, delete, or update the specified items in a list on the sharepoint site. It is part of web service […]
C# Partial Methods
C# Partial Methods Partial methods can be defined in one part of a type declaration and implemented in another. The implementation is optional; if no […]
Convert Uploaded file to Base64String in C#
We will go through steps to convert a uploaded file to Base64String in C#. Add a File Upload control to aspx page( for example with ID […]
C# 3.0 language enhancements
The C# 3.0 language enhancements consist of: • Anonymous types – are types which are automatically inferred and created from object initializers• Implicitly typed local […]
