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

Search In

C Preprocessor

The C Preprocessor not the compiler part, but it executes as compilation occurs.   C Preprocessor is just a text substitution tool that tells  the compiler to do required pre-processing before the actual compilation.     &n

How to get the outstanding residual value in invoice currency in Odoo?

If you want to get the outstanding residual value in invoice currency in Odoo then follow the following code in your .py file. # -*- coding: utf-8 -*- import json from lxml import etree from datetime import datetime from dateutil.relativedelta imp

How to Run Linq Query in .Net to Get Subjectwise Average Score of a Student of Current Month

How to Run Linq Query in .Net to Get Subjectwise Average Score of a Student of Current Month.     public GetCalculatePerform(int? Student_ID, int? CourseID, int? SemID) { var newlist1 = dbcontext.Stu_Result

Sql Helper in C#

While performing database operations like Insert,Update,Delete,Select we use Sql classes for doing it.   But instead of writing the entire code for classes we can just do it with the helper class DLL known as Sql Helper.   We need to fi

  • 211
Populate greater dates in second dropdown list for End Year than selected in Start year dropdownlist

The below code snippet dipicts how we can populate “End Year” in second dropdownlist all greater than “Start Year” that we selected in the Start Year dropdownlist. Let us create an html file say selectyear.html Here we will

Customizing Routes In MVC

Customizing Routes :- In MVC application we are using routing for mapping the URL structure. But sometimes we have situation to change the URL structure according to the requirement. For achieving the requirement, we&nb

Inheritance in Hibernate

Sometimes we need to apply inheritance in Hibernate as per our requirement. Here I'm explaining the Hibernate Inheritance using "Table per subclass: using a discriminator". Suppose we've a class User with subclass Student. And in this approach we'll

Cakephp ajax pagination using jquery

Using default pagination helper in cakephp. <div class="paginator"> <?php echo $paginator->first(' First ', null, null, array('class' => 'disabled')); ?> <?php echo $paginator->prev('Previous ', null, null, a

Implementing Logging in .Net

For storing errors there are many ways that can be done . Some store it in the database some store it in the TextFile    So for storing error in the Text File is given here.   First we will create a Logger.cs class into our project

How to fetch meta data of an image in iOS

Metadata can be described as data about data here the metadata of an image we will fetch by using code in IOS9 . Metadata of an image includes resolution,gps location,creation date,modification date etc. here we will discuss a very simple way to find

1 14 49
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: