Click here to Skip to main content
15,896,428 members

Videos


Page 1 of 36
1 2 3 4 5 6 7 8 9 10


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
1. Dynamic types with JSON.NET
Using JSON.NET to deserialize collections of dynamic-type objects.
Vitaly Tomilov Updated: 4 Aug 2013
Rating: 4.92/5 ( (6 votes))
.

()
» »
Updated:
Rating: ()
2. Dynamic Razor in MVC4
I have a number of HTML files - each implements one jQuery UI dialog. Some of them are static, but others are dynamic, i.e. require use of Model.What is the right/easiest way in MVC4 to execute Razor dynamically, passing it a model as parameter?There seems to be lack of information about...
Web Development » ASP.NET »
Vitaly Tomilov Updated: 17 Jun 2013
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
3. Abstract Array Length?
I've just discovered that I can do the following trick that became possible only in .NET 4.0, using keyword dynamic:object obj; // We know it is an array, don't care about which type;int arraySize = ((dynamic)obj).Length;This seems to work fine. I wonder though, if there is any caveat...
Vitaly Tomilov Updated: 20 Dec 2012
Rating: ( (No votes))
4. Abstract Array Length?
I have a variable of type object, which I know to contain an array. I know nothing about the contained type (it can vary), and neither I need to. All I want is to get the array size/length (number of elements in that array).What is the right way of doing it in C#?
Vitaly Tomilov Updated: 20 Dec 2012
Rating: ( (No votes))
5. Method details in WCF context?
How one can get method details (method name + list of parameter names with their values) from OperationContext.Current in WCF 4.0 SOAP service?I'm trying to implement my own generic diagnostics that can read all the method details from the current call context of the service.Cheers!
Vitaly Tomilov Updated: 14 Nov 2012
Rating: ( (No votes))

Page 1 of 36
1 2 3 4 5 6 7 8 9 10