-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
In this blog post, I will write unit tests for a ASP.NET Web API controller in the EFMVC reference application. Let me introduce the EFMVC app, If you haven't heard about EFMVC. EFMVC is a simple app, developed as a reference implementation for demonstrating ASP.NET MVC, EF Code First, ASP.NET Web…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
A while back, I have blogged NoSQL with MongoDB, NoRM and ASP.NET MVC Part 1 and Part 2 on how to use MongoDB with an ASP.NET MVC application. The NoSQL movement is getting big attention and RavenDB is the latest addition to the NoSQL and document database world. RavenDB is an Open Source (with…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a Categories table in which each category has a ParentId that can refer to any other category's CategoryId that I want to display as multi-level HTML list, like so:
<ul class="tree">
<li>Parent Category
<ul>
<li>1st Child Category
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi Guys, Is there a way to call a category by the ID and display the link and sub categoris in the main navigation
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way to get the name of the category and the link to the category page separately inside the wordpress loop. I don't have the id of the category either and I wanna display images instead of category names therefore the_category() doesn't work for me.
Thanks
Appreciate all the answers..
>>> More