Did you ever try pausing your code in VS2010? Did you get this very annoying screen that says “no source available” ?
The solution is simple, install this extension
Related Reading: JavaScript: The Good Parts Head First Java, 2nd Edition Effective Java (2nd Edition)
If you want to use the JQuery Rich Array and you were hoping for some documentation, well its inside the .JS file but I am posting it here for reference purposes
/*************************************************************************** * Copyright (C) 2007 by Vladimir Kadalashvili * * Vladimir.Kadalashvili@gmail.com * * * * This program is free software; you can redistribute it [...]
Its very easy to serialize an object to .NET
Simply create some object, normally a custom class with some attributes.
Normally you have a list of these and you want to serialize to JSON to use it from client side code.
If you do the following
var s = new System.Web.Script.Serialization.JavaScriptSerializer(); string resultJs [...]
I came across this excellent looking tool Flesk ViewState Optimizer but was not able to find any details or documentation on it. Apparently the tool used to be commercial but now its free! I was able to dig up some history on it
Flesk.ViewStateOptimizer is a unique technology that overrides sending ViewState object to [...]
LINQ to Entities seems really great. It can save you a lot of time in writing unnecessary db connection code, improve the performance many fold, only connect to the db when required (lazy loading), and easy concurrency handling for you.
However there is a missing feature which I found out the hard way. If you [...]
Due to a recent agreement between Google and some book publishers, they are going to publish a large number of books online (limited content depending on each publishers agreement).
So you can now read Pro ASP.NET 2.0 C# for free online (a large chunk of it)! Click the link for more. This book is [...]
This software is super cool. WatiN – Automated Web Application Testing!
Here’s how you can use it. Download it. Download the test recorder (it’s not perfect, but its pretty good). Create a trivial test case so you know it’s working. Then build on that test case. It will output code for [...]
If you are running a Web Site Project, yet you still want to have a build number somewhere in your application, this article will explain how you can create a simple tool to have an auto-increment build number and execute it using CruiseControl.NET
When unit testing on your database, you will run into a common problem.
Rolling back.
So you want to do some unit tests, and then you want to reset your database back to the nice squeaky clean version that doesn’t have half failed unit tests.
So how can you do this?
There are many ways [...]
This is a very shallow comparison of my experiences with PHP and ASP.NET Don’t take this as a religious war or something, the idea is just some basic comparison. Here is a summary: If you are choosing which technology to use to build an application, use .NET. You will get more bang for the buck. With [...]
-
Articles
- January 2011
- April 2010
- March 2010
- February 2010
- January 2010
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- February 2009
- December 2008
- November 2008
- October 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
-
Calendar
February 2012 M T W T F S S « Jan 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 -
Meta
