Skip to main content

Posts

Template literals

Recent posts
React and Redux In this series of posts, I will give you information that helps you to understand what is React, React-Redux and how to do a sample from what we have learnt. Lets discuss on the below points  Introduction Why Reactjs Core concepts in ReactJS Components State Props

KnockoutJS

In this blog I am going to give basic information which helps you to start working with knockoutJS. Below are the concepts that we will be covering here. What is knockoutJS MVVM pattern Starting with knockoutJS How to do things with and without knockoutJS Observables Computed Properties ObservableArray Built in Bindings Templates Custom binding handlers What is knockoutJS From the official site, Knockout is a JavaScript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model. Any time you have sections of UI that update dynamically (e.g., changing depending

Working with Log4net

Log4Net A small introduction Start working with log4net Levels of logging Loggers and Appenders How to debug issues with log4net Layouts – and types Filters – and types A Small introduction:  From http://logging.apache.org/log4net/release/manual/introduction.html, you can see Log4net framework is based on log4j. In short we can say, log4net is for Microsoft .Net applications and log4j is for java.  So why do we need log4net or log4j? This tool helps the programmer to log information to different targets.