Tagged Questions
The rtm tag has no wiki summary.
2
votes
4answers
160 views
Is F# RC equal to RTM?
I am wondering if F# RC equal to RTM?
If not is there any doc mentioning about that?
Thanks in advance.
1
vote
1answer
778 views
Namespace reference in .NET MVC3 Razor view in VB?
How do I reference a Namespace in .NET MVC3 with the Razor view engine?
I understand this can be done in C#:
@using Namespace;
However in VB this doesn't seem to work:
@Imports Namespace
(i'm ...
0
votes
1answer
54 views
How to get URL for java Remember The Milk API?
i want to make an android application on java RTM API,but i don't know how to get authenticate to use the API.Actually i want to know how to make the URL for the same.
please help me...