This little demo needs more up votes. Incredibly useful info.
@hernanvelazquez14212 жыл бұрын
Where is the code of this demo?
@nikki946192 жыл бұрын
Thanks for the article it is very good & easy explanation on most recent topics. Please share sample in GitHub repository path.
@Wayne_Mather2 жыл бұрын
Jeremy, I hope everything is ok. I see the shake in the left arm/hand that I have not noticed before.....
@JeremyLikness2 жыл бұрын
Thanks for asking! I'm doing great. In February of 2020, I was diagnosed with Parkinson's Disease. I wrote about it here: www.strengthwithparkinsons.com/post/finding-strength-in-my-weakness and continue to share my personal journey in that blog. The tremor is one of the symptoms that unfortunately manifests often.
@amrosalah012 жыл бұрын
@@JeremyLikness I wish you all the best , always enjoyed your videos very much .
@MichaelConnory2 жыл бұрын
Thanks Jeremy! you helped me a lot...
@ramashankar27502 жыл бұрын
This is just the data feature we were looking at to increase our productivity, on an overage a document will contain around 25 entities, with this we can have a Batch Load + On Line Load + Excel 2NF Load bundled into one.
@bikashghosh77382 жыл бұрын
I have created a small app and integrated EF and Sqlite db. It is working fine on Android, Windows (Debug & Release) , iOS (Debug mode). But App is crashing on iOS Release mode only. Getting error like " Terminating app due to uncaught exception 'System.ExecutionEngineException', reason: 'Attempting to JIT compile method '(wrapper delegate-invoke) void ........ while running in aot-only mode" ANy help would be appreciated.
@OCH.Hector2 жыл бұрын
code sample?
@nathanlewis422 жыл бұрын
What about Linux?
@matrixlukan11 ай бұрын
NOTE: No need to create migration files for a .NET MAUI application.
@alzaimar2 жыл бұрын
SQL querries are easier to read, debug and modify.
@ali_randomNumberHere2 жыл бұрын
"shackings" sad
@markcuello52 жыл бұрын
HELP
@KenneyMyers-td4xz2 жыл бұрын
SQLite does not work with .NET MAUI 7 System.TypeInitializationException: The type initializer for '' threw an exception. ---> System.TypeInitializationException: The type initializer for 'WinRT.ActivationFactory`1' threw an exception. ---> System.Runtime.InteropServices.COMException (0x80040154): Class not registered (0x80040154 (REGDB_E_CLASSNOTREG)) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode) at WinRT.BaseActivationFactory..ctor(String typeNamespace, String typeFullName) at WinRT.ActivationFactory`1..ctor() at WinRT.ActivationFactory`1..cctor() --- End of inner exception stack trace ---