Ankit Upadhyay

Ankit Upadhyay Software Developer Analyzing and Developing software with .Net Framework 4.0 with(Vb.Net & C #)

Learning stage of Desgning
24/07/2013

Learning stage of Desgning

New Logo for Pathology Software this logo is denoting for Pathology Plus Name..
24/07/2013

New Logo for Pathology Software this logo is denoting for Pathology Plus Name..

12/06/2013

// Old way – before optional parameters

var excel = new Microsoft.Office.Interop.Excel.Application();
try
{
Microsoft.Office.Interop.Excel.Workbook workBook =
excel.Workbooks.Open(fileName, Type.Missing,
Type.Missing, Type.Missing, Type.Missing,
Type.Missing, Type.Missing, Type.Missing,
Type.Missing, Type.Missing, Type.Missing,
Type.Missing, Type.Missing, Type.Missing,
Type.Missing);
// do work with Excel...
workBook.Close(false, fileName);
}
finally
{
excel.Quit();
}
// New Way – Using optional parameters
var excel = new Microsoft.Office.Interop.Excel.Application();
try
{
Microsoft.Office.Interop.Excel.Workbook workBook =
excel.Workbooks.Open(fileName);
// do work with Excel...
workBook.Close(false, fileName);
}
finally
{
excel.Quit();
}

The addition of object initializer functionality in C # 3.0 took over some of
the workload of having numerous constructor overloads by allowing public
properties to be set in line with a simpler constructor (avoiding having a

Ankit Upadhyay

12/06/2013

LINQ in C # 3.0, and dynamic types in C # 4.0. The major features added
in each release are generally considered to be the following:
■ C # 2.0—Generics (.NET Framework support was added, and C #
benefited from this); iterator pattern (the yield keyword); anonymous
methods (the delegate keyword), nullable types, and the null
coalescing operator (??).
■ C # 3.0—Anonymous types, extension methods, object initializers,
collection initializers, implicitly typed local variables (var keyword),
lambda expressions (=>), and the LINQ query expression pattern.
■ C # 4.0—Optional Parameters and Named Arguments, Dynamic
typing (dynamic type), improved COM-Interop, and Contra and
Co-Variance.
The new features in C # 3.0 that launched language support for LINQ
can be found in Chapter 2, “Introducing LINQ to Objects,” and this chapter
documents each of the major new features in C # 4.0 from the perspective of
how they impact the LINQ story.

Ankit Upadhyay

My new creativity for my sister name. Her Name is Nitika and I am Denoting her name with this Logo....
18/05/2013

My new creativity for my sister name. Her Name is Nitika and I am Denoting her name with this Logo....

This is my new Style of Designing.. now i am switching my skill from Development to Designing... Most probably Logo Desi...
16/05/2013

This is my new Style of Designing.. now i am switching my skill from Development to Designing... Most probably Logo Designing..

13/04/2013

I am bit confuse for one thing is that, i have to connect my software with a hardware device so that the software can run on one machine only, It is very much useful to stop piracy of the software...
So Please help me to connect It..

Ankit Upadhyay
Software Developer
Autocratic Technosoft Pvt. Ltd.
+91991700618

10/04/2013

I have been working on new project which lot more helpful to all those person's who are providing the coaching of diffrent courses and they had to maintain the record of all student's for the long time period.

so My software is very much helpful to all those user's. Their are different features Like..

-> Student Registration
-> Managing Course Record
-> Maintaining Fee according to the Courses
-> Student Fee according to the course Installment
-> Various Reports

Through my opinion this software will be very much helpful for the Institute Management

New Project for the Medical Shop... This is the complete package for the medical shop to manage all the purchase, sale ,...
29/03/2013

New Project for the Medical Shop... This is the complete package for the medical shop to manage all the purchase, sale ,stock and all the account section.

There are the several positive Features of this Software Like :-
- Maintaining the Stock of all products.
- All the purchase entry is Done by the system and all the record is maintained for the long term period.
- Sale to the customer is done with the software the and the Bill is also generated by the software.
- All the credit update is can be check through the account section
- There are various other reports which can show many of the details with this Software.

Address

5/470, E, Harivilas Nagar I. T. I Road
Aligarh
202001

Alerts

Be the first to know and let us send you an email when Ankit Upadhyay posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Ankit Upadhyay:

Share