uQuery and uComponents Extensions - any getting started guide?
Hi;
Just now I could get a chance to upgrade a few sites and start looking at uComponents. I'd like to know if somebody can point me to tutorials and/or blog posts for a getting started (besides the Codeplex documentation). Specially for uQuery.
At the moment, the documentation on CodePlex is all there is for uQuery. The uComponents team haven't made any tutorials... yet!
The majority of uQuery methods are extensions to the existing core Umbraco API, so if you know the basics of that, then uQuery should follow on nicely.
Is there anything specific that you'd like to know?
Thanks for the quick response. Nothing specifc. I had to stop working with Umbraco for a while and now that I came back I was going to look into Linq for Umbraco and there I found the information that I should be looking for uQuery instead.
Basically, I'm terrible with XSLT so, I'm looking for an easy way to query data so I can use it on macros and my own modulos (news, photo gallery, things like that).
uQuery and uComponents Extensions - any getting started guide?
Hi;
Just now I could get a chance to upgrade a few sites and start looking at uComponents.
I'd like to know if somebody can point me to tutorials and/or blog posts for a getting started (besides the Codeplex documentation). Specially for uQuery.
Thanks in advance.
Hi CodeMaster2008,
At the moment, the documentation on CodePlex is all there is for uQuery. The uComponents team haven't made any tutorials... yet!
The majority of uQuery methods are extensions to the existing core Umbraco API, so if you know the basics of that, then uQuery should follow on nicely.
Is there anything specific that you'd like to know?
Cheers, Lee.
Hi Lee,
Thanks for the quick response.
Nothing specifc. I had to stop working with Umbraco for a while and now that I came back I was going to look into Linq for Umbraco and there I found the information that I should be looking for uQuery instead.
Basically, I'm terrible with XSLT so, I'm looking for an easy way to query data so I can use it on macros and my own modulos (news, photo gallery, things like that).
Hi CodeMaster2008,
Did a quick Google search (because the Our Umbraco search is currently borked!), and found a few uQuery/Razor examples in the wiki:
Cheers, Lee.
that helps.
thanks a lot.
How about some samples that don't use Razor? I'm trying to use it in a C# usercontrol.
is working on a reply...