JXTA & Business - The Catalog
JXTA Catalog - Saving Money or Better Business
There are a few that stick to the old tried and true. The nice thing is that the adventurous have a competitive advantage. The adventure seekers and mavericks are better thinkers too because learning exercises the brain and keeps it humming. Directory:
SecurityProNews > Articles > Application Development
Date: 2004-04-12
|
What is an Assembly? (C#, .NET)
An assembly is a file that is automatically generated by the compiler upon successful compilation of every .NET application. It can be either a Dynamic Link Library or an executable file. It is generated only once for an application and upon each subsequent compilation the assembly gets updated. The entire process will run in the background of your application; there is no need for you to learn deeply about assemblies. However, a basic knowledge about this topic will help you to understand the architecture behind a .NET application. Directory:
SecurityProNews > Articles > Application Development
Date: 2004-03-10
|
Retrieve the Autonumber Value in Access using C#
This sample deals with the retrieval of the value of the Autonumber field for a data row inserted in MS Access 2000. SQL Server provides access to new Identity values through SCOPE_IDENTITY, IDENT_CURRENT and @@IDENTITY based on the scope and session boundaries. In Jet 4, Microsoft added support for ANSI-92 SQL syntax, including support for @@IDENTITY. This feature can be very useful in the Internet mode. Typically, you will be able to identify and access rows inserted from Web pages and manipulate the newly added rows. Directory:
SecurityProNews > Articles > Application Development
Date: 2004-01-16
|
Outsourcing IT Development: Advantages and Disadvantages
You can outsource almost anything. Maybe you don't know it yet, but it's true. A couple of days ago, when I was drinking coffee in the kitchen, my wife pointed at the faucet that was leaking big time. The good ole faucet was there when we moved in about ten years ago, and trying to fix it again didn't make sense any more. Since I religiously believe in DIY, I bought a new faucet and set about working. When the old faucet was gone, I found out the metal pipe under the sink had to be replaced, too. There was no way I could do it without recourse to welding. I realized I was ready to outsource that part of the project, so I called the plumber. Directory:
SecurityProNews > Articles > Application Development
Date: 2003-11-25
|
|