jQuery Builder, lets you easily build a custom version of jQuery that just includes the modules you need.
http://projects.jga.me/jquery-builder/
on C#, ASP.NET MVC & Razor etc.
jQuery Builder, lets you easily build a custom version of jQuery that just includes the modules you need.
http://projects.jga.me/jquery-builder/
Last Night , One of My friend Asked for My Help, Regarding jQuery UI Date Picker. As We All Know that , for a simple date picker , you have to download all the css bundle and js files and link them to your project. then I think of making a list of online jQuery CDN’s (Content Delivery Network) for Quick Reference Next time.
here you can get all jQuery js and ui / css reference .Just copy the links and paste in your project.
2. Microsoft CDN :
jQuery / Ajax CDN with Helpful Documentation.
3. Google CDN :
http://code.google.com/apis/libraries/devguide.html#jqueryUI
How To Use It (Example) :
1: <link rel="Stylesheet" href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.5/themes/black-tie/jquery-ui.css" />2: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>1:2: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js">1: </script>2:3: <script>4: $(function(){5: $("#datep").datepicker();6: });</script>3:4: <input type="text" id="datep">
1.First I Placed the Nuget Package on Local Gallery of Nuget Packages.
2. Then I Created a New Console Project.
3. Then , I Add Nuget Package.
4. Now just Call Math Fun Functions from your Code.
5. After Building my Console Project , the Result is:
! Important: Don’t Forget , the Newly Created Nuget Package is not just bound to Console Application Types , but can be Used in any C# Project , Like WPF , Silverlight , ASP.NET Web Forms , MVC , Razor etc..
Thought of Creating Nuget Package on my own.
Here are the Steps I Followed:
1. First I Created a Class Library (Nuget Package can be of any type , but this time I’m building *.dll file for Package)
2. I created my Math Fun class and some functions in it.
3. After Done with Coding , Just Build It. DLL file will be created for me.
4. Then I Open Nuget Package Explorer (Download From Here) and Click Create New Package.
5. Then I Edit Some Meta Data Information about my new Package to be created like Title, Description etc..
6. Then , I Added “Lib” Folder , where I can place my *.dll file.
7. After that , Save the Package.
Just downloaded VS2011 Beta from MS Visual Studio Site.Now with efficient performance and New Features including inbuilt new software packages pre-installed.e.g if you install VS2010 then you have to first apply SP1 update then nuget and mvc updates , where as all these stuff is installed within VS11 beta , that’s why it takes little bit longer time to install on your system.
Download Now : http://www.microsoft.com/visualstudio/11/en-us
Supports : Win8 , Win 7.
For Recent Updates about VS2011 : http://blogs.msdn.com/b/visualstudio/
Performance Comparison


Pre-Installed MVC3 & MVC4 Templates for Quick start your Project
with .NET 4.5 Support.
with Nuget Packages.
New Interface , Icons and Menu’s.
What’s Improved ?
Happy Coding.