Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to get child of Category(Parent Child relation)

Hello reader's today we discussed about "How to get child of Category". In Wordpress, if we create a category and their sub category and we want to call category and their sub-category. In Programming language we called it Parent Child relation. The

ASP.NET MVC Life Cycle

In a MVC application the requests are routed to a special class called the Controller. The controller is responsible for generating the response and sending the content back to the browser. When an MVC application receives request the action method

ASP.NET MVC HTML Helpers

We use HTML helpers in a view to render HTML content. An HTML Helper is simply a method that returns a string. The string can represent any type of content that we want to define. The ASP.NET MVC framework includes the following set of standard HT

How to create an osv_memory wizard systems in Odoo-9 ?

In osv_memory wizard, just create a normal object, But in place of inheriting from model.model you should it from Inherit from model.model_memory. Methods of “wizard” are inside the object and if the wizard is complex, You can define workflow on ob

Pictorial Representation of basic Git flow

Modify files in the working directory. gedit test.txt Stage the files, adding snapshots of them to your staging area. git add -U Commit, takes the files as they are in the staging area and stores that snapshot permanently to the Git director

substr() method in JavaScript String

JavaScript String substr() method : The substr() method is used to extract the sub-string from a string. It counts the index from 0. It returns the number of characters starts from the first parameter upto second parameter if passed. It doesn't modif

Bundle Class in Xamarin.Android

Hello All, In this we will discuss about one of the most important part of the building blocks of Xamarin.Android, and that is Bundle class. A Bundle class. in nothing but a mapping from values of String types to various other types that can be Pa

Image Upload using Dropzone

Hi All, This Blog will help you to use dropzone js and css to upload files in your project. You can get dropzone package from NUGET. Once Installed get the reference of it in your project, Below example will show it used in MVC Project. You can ref

ASP.NET MVC 5 : New Features

ASP.NET MVC 5 is the a major new release which has introduced new features as below: 1) One ASP.NET On selecting a New Project from the VS 2013 unlike in previous version we will see one template called ASP.NET Web Application.After you clic

How to use Net Beans with Ruby on Rails

Net Beans is an IDE which can be used with many programming languages. We can use it for coding in Ruby on Rails as well. You can follow the following steps to get started : 1) Download the sh file for the latest version of net-beans.

1 718 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: