[U2] How to create ASP.NET Web API (Http service/RESTFul) using multi-value .NET Provider and multi-value Visual Studio Add-ins? Consume using HTML5/JavaScript/MVVM/Knockout.js/Json

2014-05-03 Thread rajank
Please read:


http://stackoverflow.com/questions/23434946/how-to-create-asp-net-web-api-http-service-restful-using-multi-value-net-prov

  


http://stackoverflow.com/questions/23434946/how-to-create-asp-net-web-api-http-service-restful-using-multi-value-net-prov



Regards,

Rajan Kumar




--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/How-to-create-ASP-NET-Web-API-Http-service-RESTFul-using-multi-value-NET-Provider-and-multi-value-Vin-tp43003.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] How to create WCF oData Service using Visual Studio 2012, Code First Entity Model and U2 Toolkit for .NET?

2013-05-22 Thread rajank
This is just information for U2 Users.


http://stackoverflow.com/questions/16642223/how-to-create-wcf-odata-service-using-visual-studio-2012-code-first-entity-mode






--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/How-to-create-WCF-oData-Service-using-Visual-Studio-2012-Code-First-Entity-Model-and-U2-Toolkit-for--tp40871.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] How can I convert U2 Business Logic Subroutine’s multi-value data into .NET Objects such as DataSet/DataTable using U2 Toolkit for .NET?

2013-02-24 Thread rajank
This information is for U2 Community.

Please read

http://stackoverflow.com/questions/14917496/how-can-i-convert-u2-business-logic-subroutines-multi-value-data-into-net-obje

http://stackoverflow.com/questions/14917496/how-can-i-convert-u2-business-logic-subroutines-multi-value-data-into-net-obje

  





--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/How-can-I-convert-U2-Business-Logic-Subroutine-s-multi-value-data-into-NET-Objects-such-as-DataSet-D-tp40008.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Quick Question on u2 toolkit for .net

2013-02-14 Thread rajank
Please read :

http://stackoverflow.com/questions/14312892/how-to-create-consume-wcf-odata-service-restful-service-using-u2-toolkit-for





--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/Quick-Question-on-u2-toolkit-for-net-tp39922p39930.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Quick Question on u2 toolkit for .net

2013-02-14 Thread rajank
Thank you for asking this question.
In this Release, we do not support edit/compile subroutine feature in
VS2010/VS2012. We have tool called BDT that does the same thing. But I agree
it is nice to have this functionality in VS2010/VS2012.
However you can do the following with U2 Subroutine (Business Logic):

•   Now UO.NET is embedded in U2 Toolkit for .NET. You do not need to use
‘IBM’ namespace. You can use ‘U2.Data.Client.UO’ to achieve UO.NET
functionalities.
•   We have developed UO.NET 6/7 years ago using VS2005, .NET Framework 2.0,
CLR 2.0, 32-bit. Since then there is no upgrade.
•   U2 Toolkit for .NET’s UO.NET is compiled with VS2010, .NET Framework 
4.0,
CLR 4.0, 32-bit, 64-bit.
•   Using U2 Toolkit for .NET, you can mix ADO.NET and UO.NET 
functionalities
in your application such as webservice.
•   U2 Toolkit for .NET’s New Subroutine features allows to load multi-value
dynamic arrays into .NET Objects such as DataSet/DataTable. Now we provide
MV_To_DataTable() and DataTable_To_MV() API for U2 Subroutines.
•   oData ( http://www.odata.org/   ) is industry
trend. It allows you to develop Windows Store App, Windows 8 Metro Style
App, Windows Phone, and Windows Surface etc. U2 Toolkit for .NET and its
LINQ to Entity/U2Subroutine capabilities are very helpful to achieve these
tasks.




--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/Quick-Question-on-u2-toolkit-for-net-tp39922p39927.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] How to create/consume WCF oData Service (RESTful Service) using U2 toolkit for .NET?

2013-01-15 Thread rajank
This is  information for U2 Community.
Please read:

http://stackoverflow.com/questions/14312892/how-to-create-consume-wcf-odata-service-restful-service-using-u2-toolkit-for

http://stackoverflow.com/questions/14312892/how-to-create-consume-wcf-odata-service-restful-service-using-u2-toolkit-for

  



--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/How-to-create-consume-WCF-oData-Service-RESTful-Service-using-U2-toolkit-for-NET-tp39651.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] External database

2013-01-12 Thread rajank
You can do this very easily using U2 Toolkit for .NET. As you know Oracle and
U2 have ADO.NET Provider. In this case U2 will be Source and Oracle will be
Target

You can do one of the following:

SQL Server Integration Services  (SSIS)
==
Just change SQL SERVER 2012 to Oracle
http://stackoverflow.com/questions/12985313/how-do-i-move-u2-database-into-sql-server-2012-using-u2-toolkit-for-net-ssis-a

SQL Server Import/Export Wizard
==
Just change SQL SERVER 2012 to Oracle
http://stackoverflow.com/questions/12985313/how-do-i-move-u2-database-into-sql-server-2012-using-u2-toolkit-for-net-ssis-a

Windows PowerShell
==
http://stackoverflow.com/questions/13347631/using-the-u2-toolkit-for-net-uniobjects-in-windows-powershell

Programmatically
=
We can help you to develop C#/VB.NET Program which will read/create DataSet
using U2 and write/DataSet into Oracle. For this,  please contact Rocket U2
Support.








--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/External-database-tp39618p39624.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] U2 Toolkit for .NET and Windows PowerShell - how?

2012-12-04 Thread rajank
Please visit the above link (stackoverflow).
There is an answer (*ADO.NET *way and *UO.NET *way). See screen shot and
PowerShell script.
If you have more question, you can ask U2 Support Team.



--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/U2-Toolkit-for-NET-and-Windows-PowerShell-how-tp39376p39378.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] U2 Toolkit for .NET and Windows PowerShell - how?

2012-12-04 Thread rajank
Please read :

*http://stackoverflow.com/questions/13347631/using-the-u2-toolkit-for-net-uniobjects-in-windows-powershell*

http://stackoverflow.com/questions/13347631/using-the-u2-toolkit-for-net-uniobjects-in-windows-powershell

  



--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/U2-Toolkit-for-NET-and-Windows-PowerShell-how-tp39376.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] How can I create Entity Data Model using U2 Toolkit for .NET’s Add-ins and Visual Studio 2010 Entity Data Model Designer?

2012-12-04 Thread rajank
Please read :

*http://stackoverflow.com/questions/13677440/u2-database-add-ins-for-visual-studio-and-entity-data-model*


http://stackoverflow.com/questions/13677440/u2-database-add-ins-for-visual-studio-and-entity-data-model

  



--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/How-can-I-create-Entity-Data-Model-using-U2-Toolkit-for-NET-s-Add-ins-and-Visual-Studio-2010-Entity--tp39374.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] How can I create DataSet using U2 Toolkit for .NET’s Add-ins and Visual Studio 2010 DataSet Designer?

2012-12-04 Thread rajank
Please read :

*http://stackoverflow.com/questions/13666214/how-can-i-create-dataset-using-u2-toolkit-for-nets-add-ins-and-visual-studio-2*


http://stackoverflow.com/questions/13666214/how-can-i-create-dataset-using-u2-toolkit-for-nets-add-ins-and-visual-studio-2

  



--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/How-can-I-create-DataSet-using-U2-Toolkit-for-NET-s-Add-ins-and-Visual-Studio-2010-DataSet-Designer-tp39373.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] Product Release : U2 Database Add-ins for Visual Studio (beta)

2012-12-04 Thread rajank
We are running beta for U2NETDK's new features called "U2 Database Add-ins
for Visual Studio".
If you want to join beta, please contact U2 Support.



--
View this message in context: 
http://u2-universe-unidata.1073795.n5.nabble.com/Product-Release-U2-Database-Add-ins-for-Visual-Studio-beta-tp39372.html
Sent from the U2 - Users mailing list archive at Nabble.com.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users