Utils.GetConfigValue\({"[a-zA-Z0-9_ ]+"}\)
to
System.Configuration.ConfigurationManager.ConnectionStrings\[\1\]
Below is the code that I had written for generating dynamic report. It takes few parameters and generates the reports for a particular frequency.
using System;
While working with EF today, I was going through blogs and EF performance issues. I stumbled upon a open source performance profiler called slimtune.
http://code.google.com/p/slimtune/
I will check it and post an update. I dont have to buy ants profiler.
To enable css 3.0 you need to find the key "{A764E895-518D-11d2-9A89-00C04F79EFC3}"
Note: You may many matching keys but look for the one which shows schemas
Add a new key Schema 5 and add 2 string values File and Friendly name and set the values to
css30.xml and CSS 3.0.
Now take the css30.xml and copy to the folder below.
C:\Program files\Microsoft Visual Studio 10.0\Common7\Packages\1033\schemas\CSSDownload the xml here (For some reason it is not allowing me to add the css30.xml).
Close your visual studio and open it. when you open a css file it should pull the drop down with friendly name.
Now you don't see an error under border-radius.
Today I posted a question on Stack overflow and I want to see the potential of the website in getting answers.
http://stackoverflow.com/questions/5095658/continuous-integration
also found few links of learning
http://net.tutsplus.com/tutorials/asp-net/asp-net-from-scratch-mvc/
http://msdn.microsoft.com/en-us/library/bb386876.aspx (Getting started with Entity Framework).
http://net.tutsplus.com/category/tutorials/javascript-ajax/page/4/
Hopefull will post an article on Entity Framework soon.
http://www.apture.com/
Found a decent website that can automatically content to your website. Need to research on this website today.
I wanted to build a nice registration form and see how it looks. I tried to use html5 and css3 to round the corners of input box. I will try it and let you know after it works.
A good site that shows how to skin your site.