Top "App-startup" questions

Concerns that are a focus of application startup include configuration, startup time optimization, locking/threading/race conditions, preconditions, and configuration changes.

How To fix white screen on app Start up?

I have an android app which displays a white screen for 2 seconds on startup. My other apps don't do this, …

android splash-screen app-startup
App_Start Folder in ASP 4.5 only in WebApplications Projects?

I have a Website Project I've converted to .NET 4.5. I'd like to use the AuthConfig that I've seen added to …

asp.net .net-4.5 app-startup
How to enable -T1118 trace flag in SQL Server 2012?

I am using SQL Server 2012 I would like to enable -T1118 at server level can somebody please help me to …

sql-server-2012 app-startup
Cannot set visibility or call Show, ShowDialog or EnsureHandle after a window has been closed

This is my App constructor for my WPF application: public partial class App { public App() { Run(new Login(false)); } } And …

c# wpf constructor app-startup
Slow startup of xamarin app

We are developing a cross platform app on a PCL, but for the time being we are only using android …

xamarin xamarin.forms xamarin.android cross-platform app-startup