Just a blog about coding.
Don’t want TypeScript template by default for react-native init.
Just need to specific the version 0.70 is the latest version without TypeScript as default template After creating project. you can run the project by change the path to your project folder and run this command If you would like to run on your physical android phone, just connect the phone via USB port to…
Factory Design Pattern in C# with Codes
What is Factory Design Pattern in C#? Factory design pattern implements the concept of real world factories. Factory pattern is a creational design pattern. It deals with creating objects without specifying exact class. In general, actors of factory patterns are a client, a factory and a product. Client is an object that requires another object…
Repository Pattern with working sample codes for data manipulation (CRUD)
What’s a Repository Pattern? A Repository pattern is a design pattern that mediates data from and to the Domain and Data Access Layers ( like Entity Framework Core / Dapper). Repositories are classes that hide the logics required to store or retrieve data. Thus, our application will not care about what kind of ORM we…
Code snippet or shortcut to create a constructor in Visual Studio
Type “ctor” + TAB + TAB (hit the Tab key twice). This will create the default constructor for the class you are in:
6 Tips to landing your first customer
It will be tough if you are a newbie in the market. No one wants to sit in an empty restaurant. They will ask who your previous customers are which you don’t have. So how do you find your first customers? You need to do everything you can to get your first customers. It is…
Is Coronavirus outbreak a chance to promote your business?
Well, first of all, nobody would take advantage of this situation just for business opportunities. All we would like to praise is the Coronavirus outbreak gone and it would not affect our loved ones. Above all, health is far more important than money. However, if we think positively, there is one thing we can do…
Got any recommendations?