Muhammed Ali
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
.Net
70-565
ASP.NET
aSP.NET ajax
asp.NET mvc
C#
General Software Development
Globalization
jquery
linq
Localization
MCPD
Reflections
Threading
Visual Studio
WCF
WWF
Sponsors
advertise here
Navigation
Home
Blogs
Archives
October 2009 (3)
September 2009 (1)
August 2009 (1)
June 2008 (2)
March 2008 (1)
Recent Posts
0
Comments
Check out jquery modal pop up
by
alisakhi
I was looking for how to use asp.net ajax modal pop up with asp.net mvc but it seems too much work, so I also found jquery modal pop up. Check this out @ http://www.ericmmartin.com/projects/simplemodal/
Filed under:
asp.NET mvc
,
jquery
0
Comments
Which loads first asp.net ajax or jquery
by
alisakhi
I am currently working on asp.net mvc and implementing ajax into it. I tested one thing that whether the jquery $(function... ) will load first or asp.net ajax pageLoad() function. function pageLoad() { alert( "Page Loaded" ); } // Jquery loads first...
Filed under:
asp.NET mvc
,
aSP.NET ajax
,
jquery
6
Comments
How to Pass 70-565 MCPD: Enterprise Application Developer
by
alisakhi
In this blog I will tell you what you should already know to pass the 70-565 exam totally on you knowledge without any practice test or book readings. I gave this exam twice without any preparation ( I had free vouchers, I am MCT) I noticed few things...
Filed under:
ASP.NET
,
.Net
,
MCPD
,
WCF
,
70-565
,
WWF
,
General Software Development
8
Comments
Are you using Linq to SQL
by
alisakhi
Hi I have been reading quite few blogs and articles regarding future of linq to sql. Few say that it will not be supported in the future, and according to ado.net team blog the focus will be on the entity framework. http://blogs.msdn.com/adonet/archive...
Filed under:
.Net
,
Visual Studio
,
linq
1
Comments
Creating and Using Extension Methods
by
alisakhi
You use extensions methods to add newer methods to existing classes without inheriting, and you don't need to pass the parameters. Extensions method are not mostly about extending any class or type they are about manipulating the object at hand. To create...
Filed under:
.Net
,
C#
,
Visual Studio
0
Comments
Globalization Properties with Reflection
by
alisakhi
If I ask someone that I want to know the values of all the properties of the current culture, then I will probably get the code like this. CultureInfo culture = Thread .CurrentThread.CurrentCulture; Console .WriteLine(culture.EnglishName); Console .WriteLine...
Filed under:
.Net
,
Globalization
,
Localization
,
Reflections
1
Comments
Getting Started with Threading in dotNet 2.0
by
alisakhi
Here I am going to show you a very simple example of how threading works and how it can be beneficial, to get you started with threading. Step 1: Create a Console application ( I am using C#) Step 2: Create a simple function which sleeps for four seconds...
Filed under:
.Net
,
Threading
6
Comments
Cannot use a leading .. to exit above the top directory
by
alisakhi
I had this error when I was working with url rewriting. This is what I was doing; I had a link like gigznmigz.com/jobs.aspx?JobID=69 And I rewrote like this gigznmigz.com/jobs/69.aspx I had my all files in the root folder their are no sub directories...
Filed under:
ASP.NET
,
.Net
More Posts