COLLECTION

Macro Perspective, Micro Improvement

  • Home
  • Mobile App
    • Overall
      • Architecture
      • UI/UX
      • Dev Environment
      • Hardware features
      • Security
      • Miscellaneous requirements
    • React Native
      • Micro Frontend in RN
    • Android
    • iOS
    • Cordova
  • Web App
  • Database
  • Server
  • Books & Magazine
  • Labs
    • Algorithm
    • APIs
    • Flir SDK
    • AI
    • Flutter

Day: September 20, 2017

No Image

React Native: How to store data into the local storage of the application?

September 20, 2017 hung-nb 0

Use Realm How to see Realm database Install Realm Browser How to know my Realm file path [js] let YourRealmDB = new Realm({schema: [YourSchema]}); console.log(‘YourRealmDB […]

No Image

ASP.NET: C# – How to re-arrange rows in a DataTable?

September 20, 2017 hung-nb 0

[c] … DataView view = dataTable.DefaultView; // dataTable has [Column 1], [Column 2], [Column X], [Column Y] view.Sort = “[Column 1] DESC, [Column 2] DESC”; […]

No Image

SQL Server: How to trace down database activities?

September 20, 2017 hung-nb 0

Create trigger to log activities Record actions happening on CREATE/ALTER/DELETE stored proc Create table to save actions happening [sql] CREATE TABLE dbo.ProcedureChanges ( EventDate DATETIME […]

No Image

ASP.NET: How does ASP.NET Ajax work?

September 20, 2017 hung-nb 0

SYS namespace SYS namespace represents the root namespace for the Microsoft Ajax Library. Sys is not a server side namespace. ASP.NET Ajax registers its clientside […]

No Image

SQL Server: How to use SQL Server Profile

September 20, 2017 hung-nb 0

How to trace which stored procedures are called Open “Trace Properties” window Select “Event Selection” tab Check “Show all events”, “Show all columns” tab Check […]

No Image

Windows Service – Error: “Service on Local Computer started and then stopped”

September 20, 2017 hung-nb 0

Error message meaning [html] This means code is throwing an unhandled exception. [/html] Debug Event Viewer -> Windows Logs -> Application [html]Login failed for user […]

Categories

  • AI
  • Books & Magazine
  • Labs
  • Languages
    • English
    • Japanese
  • NodeJs
  • Overall
    • Architecture
    • Dev Environment
    • Miscellaneous requirements
    • Security
    • UI/UX
  • Software Development
    • Algorithm
    • Android
    • APIs
    • AWS
    • Cordova
    • Database
    • Flir SDK
    • Flutter
    • Google Cloud Services
    • iOS
    • Javascript
    • jQuery
    • Mobile App
      • Scenarios
    • MSQL
    • React JS
    • React Native
      • Micro Frontend in RN
    • Server
    • Testing
    • Tools
    • Web App
    • Xamarin
  • Uncategorized
September 2017
M T W T F S S
 123
45678910
11121314151617
18192021222324
252627282930  
« Aug   Oct »

Copyright © 2025 | WordPress Theme by MH Themes