Create a Directory c#

Bhaumik Patel 6:55 AM
Create a Directory add namespace using System.IO; // declare the directory path string _directoryName = @"C:\test\directory-test&qu...Read More
Create a Directory c# Create a Directory c# Reviewed by Bhaumik Patel on 6:55 AM Rating: 5

Dynamic META Tags in asp.net

Bhaumik Patel 6:53 AM
Dynamic META Tags in asp.net <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name=...Read More
Dynamic META Tags in asp.net Dynamic META Tags in asp.net Reviewed by Bhaumik Patel on 6:53 AM Rating: 5

Dynamic Title Tags add in asp.net

Bhaumik Patel 6:45 AM
Dynamic Title Tags in asp.net <title>lesson8 - Dynamic Title Tags</title> // Provide a title tag in the header if (Page.Header ...Read More
Dynamic Title Tags add in asp.net Dynamic Title Tags add in asp.net Reviewed by Bhaumik Patel on 6:45 AM Rating: 5

decimal format in datalist c#

Bhaumik Patel 6:24 AM
string.Format() formatting numbers Number formatting is culture dependant. For example, formatting a currency string on my laptop w...Read More
decimal format in datalist c# decimal format in datalist c# Reviewed by Bhaumik Patel on 6:24 AM Rating: 5

Shadow Effect in WPF

Bhaumik Patel 7:52 AM
Shadow Effect in WPF Create BitmapEffect Drop Shadow Effect in WPF <Ellipse Height="139" Width="136" Stroke="...Read More
Shadow Effect in WPF Shadow Effect in WPF Reviewed by Bhaumik Patel on 7:52 AM Rating: 5

gujarati text in html

Bhaumik Patel 3:28 AM
Declare Unicode Encoding The codes listed below are valid for Unicode HTML pages only, and may not work on very old browsers. To make yo...Read More
gujarati text in html gujarati text in html Reviewed by Bhaumik Patel on 3:28 AM Rating: 5

String Replace Case insensitive

Bhaumik Patel 3:19 AM
String Replace Case insensitive using System.Text.RegularExpressions; string myString = "String Replace Case insensitive in c# AND ...Read More
String Replace Case insensitive String Replace Case insensitive Reviewed by Bhaumik Patel on 3:19 AM Rating: 5

byte to Bitmap Image

Bhaumik Patel 7:13 AM
Convert byte to Bitmap Image Convert byte to bitmap image in wpf Byte[] _Image = null; BitmapImage bi = new BitmapImage(); bi.BeginInit...Read More
byte to Bitmap Image byte to Bitmap Image Reviewed by Bhaumik Patel on 7:13 AM Rating: 5

WPF Data Triggers

Bhaumik Patel 7:09 AM
wpf data triggers <Style x:Key="NormalStyle2" TargetType="{x:Type Button}"> <Setter Property="C...Read More
WPF Data Triggers WPF Data Triggers Reviewed by Bhaumik Patel on 7:09 AM Rating: 5

Convert ToList To DataTable

Bhaumik Patel 6:19 AM
Convert ToList To DataTable public DataTable ToDataTable (IList list) { PropertyDescriptorCollection props = TypeDesc...Read More
Convert ToList To DataTable Convert ToList To DataTable Reviewed by Bhaumik Patel on 6:19 AM Rating: 5

CKEditor

Bhaumik Patel 8:08 PM
CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor , which means that the text being edited on it looks as s...Read More
CKEditor CKEditor Reviewed by Bhaumik Patel on 8:08 PM Rating: 5

Auto Complete Textbox asp.net

Bhaumik Patel 7:11 AM
Auto Complete Textbox asp.net Autocomplete, when added to an input field, enables users to quickly find and select from a pre-populated lis...Read More
Auto Complete Textbox asp.net Auto Complete Textbox asp.net Reviewed by Bhaumik Patel on 7:11 AM Rating: 5

Jquery Accordion WPF

Bhaumik Patel 8:04 AM
Jquery Accordion Using WPF Animation Animate Current Stack Panel private void AnimateCurrentStackPanel(StackPanel pspnlCurrentPanel) ...Read More
Jquery Accordion WPF Jquery Accordion WPF Reviewed by Bhaumik Patel on 8:04 AM Rating: 5
Busy Bar Window And Color Animation Using Expression Blend Busy Bar Window And Color Animation Using Expression Blend Reviewed by Bhaumik Patel on 7:40 AM Rating: 5

wpf Animated Menu

Bhaumik Patel 7:20 AM
WPF Double Animation Using Key Frames Using C# <Grid Width="610" Height="50" > <Grid.Col...Read More
wpf Animated Menu wpf Animated Menu Reviewed by Bhaumik Patel on 7:20 AM Rating: 5

delegates events in c#

Bhaumik Patel 7:39 PM
Create delegates events in c sharp Whate is delegate ? A delegate is a type-safe object that can point to another method (or possibl...Read More
delegates events in c# delegates events in c# Reviewed by Bhaumik Patel on 7:39 PM Rating: 5

Styling A ScrollViewer/Scrollbar In WPF

Bhaumik Patel 7:36 PM
Scroll Viewer design (Scroll bar) In WPF STEP 1 Lookup and copy the original ScrollViewer and ScrollBar Templates from MSDN, for exam...Read More
Styling A ScrollViewer/Scrollbar In WPF Styling A ScrollViewer/Scrollbar In WPF Reviewed by Bhaumik Patel on 7:36 PM Rating: 5
Uppercase first letter of a string in C# Uppercase first letter of a string in C# Reviewed by Bhaumik Patel on 1:27 AM Rating: 5
Lowercase first letter of a string in C# Lowercase first letter of a string in C# Reviewed by Bhaumik Patel on 1:22 AM Rating: 5
How to get all items from a list that are not unique with LINQ How to get all items from a list that are not unique with LINQ Reviewed by Bhaumik Patel on 1:12 AM Rating: 5
How to count items per category with LINQ How to count items per category with LINQ Reviewed by Bhaumik Patel on 1:08 AM Rating: 5
How to convert a generic List to one string in C# How to convert a generic List<string> to one string in C# Reviewed by Bhaumik Patel on 12:59 AM Rating: 5
Find and Replace text in all files of a given folder , including subfolders with C# Find and Replace text in all files of a given folder , including subfolders with C# Reviewed by Bhaumik Patel on 12:55 AM Rating: 5

word file create in wpf c#

Bhaumik Patel 7:18 PM
How to automate Microsoft Word to create a new document by using C# Creating Word document using C# Follow these steps: On the Proje...Read More
word file create in wpf c# word file create in wpf c# Reviewed by Bhaumik Patel on 7:18 PM Rating: 5