
Search In
Throw Exception from Expression
When we use throw exception inside expression we got compile time error
In C# 7.0 you can directly throw exception from your expression directly. see below code
public string getEmpInfo( string Em
Enhanced Data rates for Global Evolution (EDGE) introduces new type of modulation technique to transmit packet over radio.
The use of the new modulation and the new techniques increased the throughput and capacity of the 3G GSM/GPRS ne
In MVC while making bindings with the data into the collective form as in the table usually with the JQuery functionality is easy to use.
First you will download and include the CSS and scripts for it
The files rel
While making requests to a server you never thought how that request gets fulfilled .
For ex : If you are accessing the Gmail its main server will be out of India so if its out of india how the processing is so fast that we get data in less
To generate successful SEO campaigns, you must consider many factors that go beyond traditional SEO work. Achieving better rankings in the search engines is never the only concern; SEO campaign can be quite good to drive traffic to the website f
While working with internet in home or at organization we know that we take internet connection and it works.
But inside that we don't know actually how it goes like we talk about organization perspective several users using th
While working with ADO.NET you need to understand the thing why SqlCommand is used.
We have two kind of operations related to database:
1 That will make changes in the database
Insert
Update
Delete
2 That will n
How to insert value in an auto incremented column in SQL
Sometimes we have situation to insert value in an auto incremented column. Let's discuss this with a simple example.
Example
1) Here is my table structure.
CREATE TABLE Student(
Id INT
If you want to make Split Invoices in OpenERP(Odoo) follow the below mentioned steps:
Step-1Install 10n_ve_split_invoice module.
Step-2 After that we have to customised 10n_ve_split_invoice module.
In below example, I have custmozied .py file. You ca
To check partner balance in openerp follow these step given below
Step1-First Install Account module, to install Account module in openerp
Step2- Go to Account -> Reporting -> Generic Report -> Partners -> Partners Balance and save