
Search In
Data types can be used as return data type or datatype. The syntax can include any C# data type as well as user defined data types. It can be an array or object. Or even it doesn't need to return a value.
We can define and use STRUCTURE as data type
Custom exception objects in .Net:
In order to make a custom exception we have to derive the System.Exception class. We can
derive the custom exception directly from the System.Exception class or can use an
intermediate except
It was eventually a major request the way it permitted you to put contact as well as, her birthday and additionally that which you'd purchase for them from where gather. It's maybe had a list of guidelines where you can beat reduced any time you had
Step-1 Install Payment_Paypal Module.
Step-2 Settings-->Accounting-->Configuration -->Paypal account -->Show payment
Step-3 Settings-->Payments-->Payments Acquiers-->Select Paypal
Step-4 Paypal Email ID-->Pay
Constant and ReadOnly is the C# keyword and use to hold a value for a life of a Program.
As the Name implies we can not change the value of Constant and ReadOnly type variable.
But there is some difference between them.
Constant :
Constants are decl
description of your c programming tech issue.
<?xml version="1.0"?>
<config>
<modules>
<Custom_Paymentmethod>
<version>0.1.0</version>
</Custom_Paymentme
Hello Friends, In this blog I will explain what is Extension method in c# ?
Extension Methods:-
Extension method helps you to add new methods to an existing types (like any Predefined dll or class etc.) without creating new derived types or modifyi
The std::stack class is a container adapter that gives the programmer the functionality of a stack - specifically, a FILO (first-in, last-out) data structure.
The class template acts as a wrapper to the underlying container - only a specific set of
1) .NET Reflector
Reflector is used to examine and decompile. NET assemblies in IL, C#, and Visual Basic. You can view the class hierarchies of .NET assemblies, without having
source-code for them. This is a must have for any .NET developer.
2
C# allows use of pointer but it makes your programming code unsafe.
A pointer is a variable which stores reference of another variable of same data type in which the pointer is declared.
The general form of a pointer declaration is:
type *va
