avatar

Stories kicked by avatar

Things to know for hosting your ASP.NET MVC app(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 3 years, 10 months ago

When you are planning to host your asp.net MVC application under IIS7 integrated mode environment. There are few easy tweaks that can make your application or starter kit work right out of the box but also can save a lot of your time finding things out. You might see a Http 404 page if default document is not configured properly. The one way of getting this around by using the following .. read more...

add a comment |category: |Views: 18

tags: another

CLR Fun Stuff: How is my C# code converted into machine instructions?(shafqatahmed.com)

submitted by raasielraasiel(865) 4 years, 4 months ago

This post describes how a function's MSIL instructions are compiled into native code and when. Anyone writing .NET code should know this basic thing. read more...

add a comment |category: |Views: 8

tags: another

Ajax Control Toolkit - Multipart Series Article(dotnetslackers.com)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 4 months ago

A multi-part series article on Ajax Control Toolkit. read more...

add a comment |category: |Views: 25

tags: another

LINQ provider Basics(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 6 months ago

Recently, I did couple of posts regarding how to create a custom LINQ provider, I even created a project at Codeplex named LINQ.Flickr, that makes querying , adding and deleting photos , overall creating Flickr app much more enjoyable , with query flavor, similar to LINQ to SQL ..... read more...

1 comment |category: |Views: 19

tags: another