Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
.NET Security Articles

  
44 Articles.    Next Page   

Published on Mon, 12 May 2008 08:01:26 -0400    Read: 59 times
Larry Ellison's NetSuite, a vendor of on-demand, integrated business management application suites that provide ERP, CRM and e-commerce functionality for small and medium-sized businesses and divisions of large companies, announced SuitePhone, a capability that allows NetSuite customers to run business operations using the Apple iPhone. The new SuitePhone...   Read Article.
Filed in: NET-Security


Published on Sat, 22 Sep 2007 08:01:53 -0400    Read: 54 times
Larry Ellison's NetSuite, a vendor of on-demand, integrated business management application suites that provide ERP, CRM and e-commerce functionality for small and medium-sized businesses and divisions of large companies, announced SuitePhone, a capability that allows NetSuite customers to run business operations using the Apple iPhone. The new SuitePhone...   Read Article.
Filed in: NET-Security


Tamper-proofing Your Assembly  By dndj.sys-con.com
Published on Tue, 21 Nov 2006 08:02:07 -0500    Read: 216 times
By now you've probably already created your first 'Hello World' application using one of the languages in the .NET Framework such as C# or VB.NET ­ or perhaps you've even managed VC++....   Read Article.
Filed in: NET-Security


Published on Tue, 21 Nov 2006 08:02:07 -0500    Read: 195 times
By now you've probably already created your first 'Hello World' application using one of the languages in the .NET Framework such as C# or VB.NET - or perhaps you've even managed VC++. The .NET Framework allows all kinds of different languages to utilize code written in various other languages and by other vendors. But there's...   Read Article.
Filed in: NET-Security


Secure Your .net Code  By dndj.sys-con.com
Published on Tue, 21 Nov 2006 08:02:07 -0500    Read: 275 times
Are you aware that you might be shipping your source code with your .NET dll or exe? A new tool included in Microsoft's Visual Studio .NET 2003 can help you make sure that does not happen....   Read Article.
Filed in: NET-Security


Published on Tue, 21 Nov 2006 08:02:07 -0500    Read: 217 times
In today's computing environment, creating applications that transfer data between devices on networks has become a necessity for programmers. Fortunately, Microsoft has included several classes in the .NET Framework that make network programming easy. The TcpClient, TcpListener, and NetworkStream classes are popular classes that provide all the functionality...   Read Article.
Filed in: NET-Security


Published on Tue, 21 Nov 2006 08:02:07 -0500    Read: 280 times
As the popularity of Web services increases, the security of Web service transactions is becoming a major concern. With a plethora of standards bodies and organizations working on different security standards and technologies for faster adoption of Web services, it is becoming increasingly difficult for Web services publishers and designers to choose...   Read Article.
Filed in: NET-Security


Published on Tue, 21 Nov 2006 08:02:07 -0500    Read: 288 times
Security must be established from the moment application coding begins ­ for the simple reason that the cost of fixing a security flaw grows astronomically as the application evolves....   Read Article.
Filed in: NET-Security


Testing Code Access Security  By dndj.sys-con.com
Published on Tue, 21 Nov 2006 08:02:06 -0500    Read: 158 times
One of the most serious flaws of COM and API-based software development is that once you allow a component to run on your system, it has unrestricted permission to do anything. That's why viruses are such a problem - once they are on your system, there is little to protect you from their actions....   Read Article.
Filed in: NET-Security


Published on Tue, 21 Nov 2006 08:02:06 -0500    Read: 171 times
Industry analysts have estimated that over 70% of today's security breaches occur at the application level. Many are due to the exploitation of security defects within the code....   Read Article.
Filed in: NET-Security


Published on Tue, 21 Nov 2006 08:02:06 -0500    Read: 160 times
In the first article in this series, 'Accessing Enterprise Data from SQL Server CE' [.NETDJ, Vol. 1, issue 6], we constructed a solution that allowed us to provide enterprise data access to mobile devices while in a disconnected environment using Visual Studio .NET 2003, the .NET Compact Framework, and SQL Server CE 2.0. Providing mobile...   Read Article.
Filed in: NET-Security


Published on Tue, 21 Nov 2006 08:02:06 -0500    Read: 215 times
It's a constant battle! Just when you think you understand security, someone or something reminds you of a whole aspect that you have been ignoring, usually at your peril. No matter how much you planned, prepared, worked, and worried about your plan of attack or defensive position, the job was literally never done!...   Read Article.
Filed in: NET-Security


End-to-end Application Security  By dndj.sys-con.com
Published on Tue, 21 Nov 2006 08:02:06 -0500    Read: 345 times
Last month (.NETDJ, Vol. 1, issue 12) we demonstrated a simple technique that allows you to avoid storing passwords in clear text, making your .NET applications more secure and safer should they somehow be compromised. In this article, we want to step back a bit and look at the big picture: application security from end to end....   Read Article.
Filed in: NET-Security


Securing Xml in The .net Framework  By dndj.sys-con.com
Published on Tue, 21 Nov 2006 08:02:06 -0500    Read: 190 times
Use of XML has become more and more popular over the past few years. Security is a big concern since the content of an XML file is in plain text and the information is in a human-readable form. The World Wide Web Consortium (W3C) has developed standards to meet the security requirements of an XML file conforming to common XML paradigms....   Read Article.
Filed in: NET-Security


Published on Tue, 21 Nov 2006 08:02:05 -0500    Read: 180 times
BizTalk Server 2004 promises to be an invaluable tool for delivering on the promise of service-oriented architectures (SOAs): the agile enterprise, able to respond quickly to ever-changing business requirements. BizTalk is an enterprise application integration product whose reliance on XSD and XML means it is a natural integration tool for an SOA built...   Read Article.
Filed in: NET-Security


Published on Tue, 21 Nov 2006 08:02:05 -0500    Read: 91 times
Microsoft yesterday warned customers who use Microsoft Proxy Server 2.0 or Microsoft Internet Security and Acceleration (ISA) Server 2000 about a vulnerability that could allow Internet content spoofing...   Read Article.
Filed in: NET-Security


Published on Tue, 21 Nov 2006 08:02:05 -0500    Read: 146 times
How can you take advantage of the new security features of ASP.NET 2.0, and how can you extend them for the specific needs of your Web applications?...   Read Article.
Filed in: NET-Security


Published on Tue, 21 Nov 2006 08:02:05 -0500    Read: 163 times
Is your data secured? Are you confident that the prying eyes of your competitors can't view sensitive information being stored on or transmitted from your applications? Are you sure that the data you receive from vendors and partners was actually sent by them?...   Read Article.
Filed in: NET-Security


SQL Injection  By dndj.sys-con.com
Published on Tue, 21 Nov 2006 08:02:05 -0500    Read: 132 times
Many applications (Web-based applications and forms-based ['smart client'] applications) typically use data stored in a database. While you may have firewalls and other protections established when running your application, your application can still be open to an attacker gaining direct (or indirect) access to information in your database....   Read Article.
Filed in: NET-Security


Published on Tue, 21 Nov 2006 08:02:05 -0500    Read: 126 times
Nowadays it's quite common for us to write server-based applications. These apps differ from desktop applications in many ways - one of the most important of which is how they handle security. For a desktop application, security is easy. The application runs in the security context of the user who loaded it. Whatever the user has rights to, the desktop...   Read Article.
Filed in: NET-Security


44 Articles.    Next Page   

Latest Articles

 

Popular Articles

Sponsored Links

 
Last This page took 0.299228 seconds to load.