Interest in //Web //Win //Mobile //Database & //Life

Time Series Analysis Baby Steps Using R

This tutorial consists of my baby steps towards time series analysis. I will provide lots of supporting links, along with this tutorial, that helped me a lot to get a grip on this topic. First thing first, What is “Time Series”? Sequence of measurements/observations of the same variable over time. Examples of Time Series can…

Continue Reading

Deep Learning-Beginners Guide using R and H2O

This is a very basic tutorial on Deep Learning using R and H2O. I am going to use the H2O package for R. Please follow this link for all the installation options or you can just install package using this simple line of code. install.packages(“h2o”) If you are using R Studio you will get option to install…

Continue Reading

Entity Framework Database First-Separate the entity layer from data layer

In this of the video I have separated the entity layer from data layer which will eventually help to follow the N-Tier architecture for the project. Follow the links below for the earlier parts of this tutorial. Simple Windows Form Application using Entity Framework Design First and Metro Modern Ui Sql Server Database File Using…

Continue Reading

Simple Windows Form Application using Entity Framework Design First and Metro Modern Ui

A simple beginner level tutorial Windows Form application using C#, Entity Framework, Sql Server Database File, Metro Modern UI. Source codes are available to download from GitHub.

Sql Server Database File Using Visual Studio 2015

Check out the beginners level tutorial video on, how to create Sql Server database file using Visual Studio 2015.  This database file consists of two tables with a Primary Key, Foreign Key relationship between them. Scripts to create the tables are given at the end of the post. Thank You. You Tube Vimeo    …

Continue Reading

N-Tier Architecture Using Entity Framework Code First For Existing Database-Part 2

In this version, the presentation layer will depend on the business logic layer and business logic layer will depend on data access layer only. Common layer/ Model layer/ Entity layer will be accessed from other layers as needed. You Tube Vimeo Github Repository

N-Tier Architecture Using Entity Framework Code First For Existing Database-Part 1

A quick tutorial for creating N-Tier architecture using Entity Framework  Code First for existing Database. In this version, the presentation and business logic layer has some dependencies on Entity Framework which I am going to eliminate in the next part of the tutorial. The presentation layer will depend on the business logic layer and business…

Continue Reading

Develop new skills with a free eBook from Packt Publishing every day

Good News!!! Packt Publishing is again giving free ebook every day. Explore and Develop new skills by downloading their e-books from the link below. Learn More

Syncfusion Community License

Indeed a great news from Syncfusion, They are offering the Essential Studio Enterprise Edition as free for Individual and Small Business Developers! The Community License, which is valued at up to $9,975, provides the most comprehensive toolkit on the market at no cost. All Essential Studio Enterprise Edition and Syncfusion Plus products are included. Individual developers, or…

Continue Reading

Hybrid Application Development using Ionic, AngularJs, Cordova – Part 3

After completing all the necessary steps described in Part 1 and Part 2 of this series tutorial, you will see the following folder structure in your application directory. I will work with the www folder. inside the folder you will get the index.html and js/app.js, these are the two main files you have to work with. Use any…

Continue Reading

1 2