Top "Dynamic-data" questions

Dynamic data denotes information that is asynchronously changed as further updates to the information become available.

How to make the text bold of TextBlock in Silverlight?

I am developing window phone 7 application in C#. I am new to the window phone 7 application. I am also new …

silverlight windows-phone-7 dynamic-data textblock
How do I invoke a validation attribute for testing?

I am using the RegularExpressionAttribute from DataAnnotations for validation and would like to test my regex. Is there a way …

c# validation unit-testing data-annotations dynamic-data
Entity Framework Dynamic DbSet for all entities

I have a database mapped with Entity Framework, I need to implement a generic method for getting a a list …

linq-to-entities entity-framework-5 dynamic-data auto-generate
Django Dynamic Drop-down List from Database

I wanted to develop a Django app and one of the functionalities I'd like to have is dynamic drop-down lists...…

javascript django forms list dynamic-data
The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'

I am working on a Dynamic data. after creating a dynamic model and registering in global.asax, like DefaultModel.RegisterContext(…

exception entity-framework-4 linq-to-entities dynamic-data
ASP.NET Dynamic Data Add Additional Filter Criteria to Page

How should I be adding additional search/filter criteria to a Dynamic Data Web Application? I created a Dynamic Data …

dynamic-data linqdatasource asp.net-dynamic-data
HDF5 C++ interface: writing dynamic 2D arrays

I am using the HDF5 C++ API to write 2D array dataset files. The HDF Group has an example to …

c++ multidimensional-array dynamic-data hdf5
MATLAB - dynamically resize x-axis but not y-axis in plots?

I am generating a plot in real-time. I shift the x-axis by 30 seconds, every 30 seconds. This is all well and …

matlab plot dynamic-data figures real-time-data
Dynamic Javascript Tree Structure

I would like to build the hierarchy dynamically with each node created as a layer/level in the hierarchy having …

javascript loops dynamic-data javascript-objects tree-structure
Why no variable size array in stack?

I don't really understand why I can't have a variable size array on the stack, so something like foo(int …

c++ arrays dynamic-data