...

Filter by tags

Selected Tags


Questions, Articles and Polls

1 Like · 1 Answer
A:
The .com, .info, .net, .org, and .ws TLDs are globally available and unrestricted. Traditionally, however, names in .net have been used by organizations involved in Internet infrastructure activities typically ISPs (Internet Service Providers) ... more
2 Likes · 1 Answer
A:
Yes, there is ceguisharp at http://ceguisharp.sourceforge.net/ This is a C# port of the library which will support Managed Direct 3D, OpenGL, as well as higher-level engines such as the excellent Axiom rendering engine. ... more
1 Like · 1 Answer
A:
Yes. ODP.NET inherits from all the ADO.NET base classes, which is what SQL Server's .NET data provider, SqlClient, is based upon. The ADO.NET constructors, methods, and properties that you use with SQL Server will be the same with Oracle. For many ... more
1 Like · 1 Answer
A:
Beginning with ODP.NET 10.1.0.3, the Oracle installer will register the following publisher policy DLLs in the Global Assembly Cache (GAC) that redirect 9.2, 10.1 and 10.2 ODP.NET applications to use the last installed version of ODP.NET: Policy.9.2. ... more
0 Likes · 1 Answer
A:
"Excelfile.LoadXlsx()" method doesn't exist in "GemBox.Spreadsheet.dll" for .NET 2.0, but you can use our DLL for .NET 3.X in .NET 2.0. You just need to copy WidowsBase.dll together with our DLL. ... more
2 Likes · 1 Answer
A:
It's a major issue, but different from the original Sun vs. Microsoft positioning on Java. It's no longer simply Microsoft vs. Sun. We see companies with something to offer coming from different directions. Oracle has tools. IBM has arguably the ... more
2 Likes · 1 Answer
A:
The .Net Framework is a bundle of software components that make writing professional software much faster. By leveraging the .Net Framework, we're able to provide more features to you at less cost. ... more
1 Like · 1 Answer
A:
Rob: The iServer Express has Java based user interfaces. The iPortal and the Management Console we just walked through are JSP and Java based applications and need to run inside a Servlet container. However, the web services layer does give you ... more
2 Likes · 1 Answer
A:
I am looking for a good free .NET rapid website development framework, something like Ruby on Rails or Django but in C# and .NET. Under Linux, this is a no-brainer. It is very easy (and takes little time) to create a Django application for data ... more
2 Likes · 1 Answer
A:
• You will have to use the MessageWindow class (in Microsoft.WindowsCE.Forms.dll), P/Invoke, and some native code in order to do this. ... more
1
...