-
as seen on Simple Talk
- Search for 'Simple Talk'
By now you may well have noticed that .NET Reflector 6 and .NET Reflector Pro are out in the wild. The official launch happened today, although we actually put the software out last Thursday as part of a phased release plan to ensure that everything went smoothly today which, so far, it seems to have…
>>> More
-
as seen on Code Project
- Search for 'Code Project'
This is true code, what you say
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Has anyone got sync framework to work on a mobile device as a sync mechanism in place of RDA or Merge replication?
If yes, could you point me to any resources available.
If one was to start a green field compact framework based application, what would one use as the sync mechanism (sync framework/RDA/Merge…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a problem with a bound user control writing back to it's datasource on a NetCF forms application. The application is too complex to post code, so I made a toy version to show you.
I create a form, usercontrol with a combobox, a class (testBind) and another class (TestLookup).
I bind a property…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi there,
With some kindly help from StackOverflow, I've got Unity Framework to create my chained dependencies, including an Entity Framework datacontext object:
using (IUnityContainer container = new UnityContainer())
{
container.RegisterType<IMeterView, Meter>();
container.RegisterType<IUnitOfWork…
>>> More