Month: June 2024

  • Blog
  • Month: June 2024

Most Popular Blog on the Earth with blogger and typead

One of my friend Amit Agrawal(Microsoft Blogstar winner) provide a collection of most popular blogs on earth from blogger and typepad. here is the link from his blog. http://labnol.blogspot.com/2007/05/most-popular-blogs-on-blogger-and.html

CRUD operations with PetaPoco and ASP.NET MVC

In this post we are going to see how we can do CRUD operations with ASP.NET MVC and PetaPoco Micro ORM. Petapoco is a tiny ORM developed by topten software. As per them it’s a tiny, fast, single-file micro-ORM for .NET and Mono. Like Massive it’s a single file that you easily add to any

Server.MapPath variations

Those are working on in web technologies like ASP.Net and ASP are already familiar with server.MapPath method.  It is used to Maps a virtual or relative path to a physical path. Recently I had discussion with my friends what kind of options we have for Server.MapPath and We have discussed lots of things. So I

Server.Map alternative in WCF – HostingEnvironment.MapPath

If you are ASP.NET programmer then you already know about Server.MapPath. It is used to map a physical location on webserver for asp.net.  You can find more information about Server.MapPath from the following location. http://msdn.microsoft.com/en-us/library/ms524632(v=vs.90).aspx You can still use that in WCF(Windows Communication Foundation) service http bindings. As we know WCF Service can use other