i would like to share with you alpha release of a small utility library created by me.
I would like to share with you release of JsAction library, created by me.
JsAction is a simple and lightweight RouteHandler for ASP.NET MVC that will generate automatic jQuery based Javascript and provide a direct way to call MVC Action Methods using a single data annotation.
You will no longer have to write custom ajax calls to retrieve data, but just use this library.
Check it at http://jsaction.codeplex.com
Any comment is appreciated!
VincentITA
Member
115 Points
92 Posts
JsAction alpha release!
Nov 25, 2011 09:25 AM|LINK
Hello,
i would like to share with you alpha release of a small utility library created by me.
I would like to share with you release of JsAction library, created by me.
JsAction is a simple and lightweight RouteHandler for ASP.NET MVC that will generate automatic jQuery based Javascript and provide a direct way to call MVC Action Methods using a single data annotation.
You will no longer have to write custom ajax calls to retrieve data, but just use this library.
Check it at http://jsaction.codeplex.com
Any comment is appreciated!
Lukian
Member
4 Points
2 Posts
Re: JsAction alpha release!
Nov 25, 2011 06:54 PM|LINK
Tanks for this!!!
VincentITA
Member
115 Points
92 Posts
Re: JsAction alpha release!
Nov 26, 2011 11:02 AM|LINK
Thank you for trying.
Feel free to ask or signal bugs or anything you want!
VincentITA
Member
115 Points
92 Posts
Re: JsAction alpha release!
Dec 09, 2011 09:28 PM|LINK
JsAction 0.3 released!
Check out new features and bug fixes at http://jsaction.codeplex.com/
hasibul2363
Member
60 Points
19 Posts
Re: JsAction alpha release!
Dec 29, 2011 06:19 PM|LINK
Thanks for JsAction but I have a problem. I cannot use it. I have added JsAction through Nuget.
In my View file i have added @using JsAction
and then tried @Html.JsAction()
It Gives me error
JsActions is not defined Source File:
I am unable to find @Html.JsAction() from view.
Hope YOu will help me.
MCC, MCPD(ASP.net)
http://hasibulhaque.com
Lukian
Member
4 Points
2 Posts
Re: JsAction alpha release!
Dec 29, 2011 07:00 PM|LINK
Make sure you set the reference to the JsAction namespace, Ex: "@using JsAction", if you are using Razor.
hasibul2363
Member
60 Points
19 Posts
Re: JsAction alpha release!
Dec 30, 2011 04:54 AM|LINK
Yes i have added the reference and also used @using JsAction but it doesnt work.
MCC, MCPD(ASP.net)
http://hasibulhaque.com
VincentITA
Member
115 Points
92 Posts
Re: JsAction alpha release!
Jan 06, 2012 07:49 PM|LINK
JsAction 0.3.1 release!
Now it can handle complex objects!
http://jsaction.codeplex.com/
P.S.
Thank you for your post. About your issue, i invite you to open a discussion here: http://jsaction.codeplex.com/discussions
In this way i will be able to give you all support needed!
Vincenzo Chianese.
VincentITA
Member
115 Points
92 Posts
Re: JsAction alpha release!
Feb 07, 2012 12:52 PM|LINK
0.3.2 was released with complex type support!
Mindzpark_Ha...
Member
23 Points
103 Posts
Re: JsAction alpha release!
Feb 09, 2012 06:39 AM|LINK
Hi Vincent
JsAction is only for MVC or its comfortable with vs 2008 also?
Regards,