Click here to Skip to main content

Articles by Lokesh Lal (Article: 1, Tip/Tricks: 2)

Article: 1, Tip/Tricks: 2

RSS Feed

Average article rating: 3.17

ASP.NET

Using HttpModule to Handle Ajax Calls
Posted: 22 Sep 2008   Updated: 26 Sep 2008   Views: 11,787   Rating: 3.17/5    Votes: 4   Popularity: 1.91
Licence: The BSD License      Bookmarked: 21   Downloaded: 66
Using HttpModule to handle Ajax calls in C#
No blogs have been submitted.
No video articles have been posted.

Average tips rating: 4.50

Algorithms & Recipes

Validate an InFix expression using C# [Tip/Trick]
Posted: 8 Mar 2010   Updated: 10 Mar 2010   Rating: 4.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 2   Downloaded: 0
I have written a small code to validate infix expression with basic arithmetic operations (+ ,- ,* ,/ ). As i was stuck validating the infix expression, so i thought it might be usefull for others as well.here is the codeusing System;using System.Collections.Generic;using...

Programming Tips

generate xml file for prefix expressions [Tip/Trick]
Posted: 9 Mar 2010   Updated: 9 Mar 2010   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: The Code Project Open License (CPOL)      Bookmarked: 3   Downloaded: 0
this was part of my module in a project to generate xml files from prefix expression. this might be use ful to some one else as well.using System;using System.Collections.Generic;using System.Text;using System.Collections;using System.IO;namespace ConsoleApplication3{ ...

Lokesh Lal

Software Developer

India India

Member

Working on .NET technologies(windows, web, database, reporting, intergration services etc).


Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 27 May 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid