ADS BY GOOGLE
SOA World Conference
Virtualization Conference
$200 Savings Expire May 16, 2008... – Register Today!


2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
DIGITAL EDITION

SYS-CON.TV
TOP MICROSOFT .NET LINKS YOU MUST CLICK ON !

Larry Ellison's NetSuite Announces AJAX-Based SuitePhone For the iPhone
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 capability provides native support for Safari, the iPhone and Mac browser - allowing NetSuite's advanced, AJAX-based user interface technologies such as drop-down menus, drag-and drop portlets, and in-line editing, to be supported. In addition, the ERP, CRM and e-commerce functionality of NetSuite is now also available to Apple users, bringing them an on-demand, integrated business management application designed for the Apple platform. For more information, please visit www.netsuite.com/suitepho ne
eEye Patches Microsoft IE Security Vulnerability, Temporarily
Microsoft has said it will address a security hole in the IE browser by April 11 or sooner. But certain Web security companies have already developed temporary patches until Redmond fixes the problem on its own.
Ping Identity Announces Additions to PingFederate Integration Kit Family
Ping Identity announced the expansion of its PingFederate Integration Kit family to include both Windows Kerberos and Oracle/Oblix COREid. These new Integration Kits join Ping's existing family of adapters for Windows Login, Java and .NET applications, CA eTrust SiteMinder and Salesforce.com in providing turnkey first and last mile integration when configuring PingFederate to deliver Web SSO using SAML 1.x, SAML 2.0 and WS-Federation.
How To Implement Secure TCP Communications in Microsoft .NET 2.0
The release of the .NET Framework 2.0 promises to be the first major upgrade to Windows and Web development tools since the initial release of .NET in 2001. In the realm of general networking, some of the major improvements to the Framework include FTP, Ping, packet tracing, and revised SMTP/MIME classes that are not dependent on the Windows SMTP service.
How to Avoid Creating a Network Security Hole with Your Windows Server-Based App
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 app has rights to, and nothing more. Server-based applications, on the other hand, run all the time and have their own security context, in addition to others they may impersonate.
SQL Injection
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. The most common and dangerous attack technique is to use SQL injection.
Cryptography: It's For Your Own Good
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?
Implementing Security For Web Applications
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?
Microsoft: ISA Vulnerability Could Allow Internet Content Spoofing
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
Secure Service-Oriented Architectures
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 from Web services.
Securing XML in the .NET Framework
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.
End-to-End Application Security
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.
Random Salt - Preparing for real-world eventualities
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!
Securing Enterprise Data Transfer with SQL Server CE
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 users offline access to their enterprise data, along with the ability to propagate changes back to the server, is a powerful addition to any mobile architecture.
Top Three Security Mistakes .NET Developers Make
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.
Testing Code Access Security
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.
Build Security into Your Apps from Birth
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.
Security Options for .NET Web Services
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 the most appropriate security solution for their Web services.
Encrypting Data in Network Connections
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 necessary to pass data across any network.
Secure Your .NET Code
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.
Tamper-Proofing Your Assembly Using Code Access Security to foil unauthorized users
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 a downside: how do you make sure your code isn't used by unauthorized clients?
Tamper-Proofing Your Assembly
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++.

SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
FEATURED WHITE PAPERS
SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
Peer Networking Series - A Closer Look at PNRP vs. Bonjour/ZeroConf
It seems as though whenever I bring up PNRP and it
AJAX World - Xceed Launches Microsoft Silverlight 2 Control
Xceed launched Xceed Upload for Silverlight, the c
Microsoft To Keynote 4th International Virtualization Conference & Expo
Mike Neil is general manager for virtualization st
Microsoft Virtualization Takes Management Cross-Platform
Microsoft is making System Center, its central man
Virtualization Conference Keynote Webcast Live on SYS-CON.TV
Brian Stevens, the Chief Technology Officer and Vi
"Virtualization Journal" Debuts This Week at JavaOne
Founded in 2006, SYS-CON Media's 'Virtualization J
Microsoft Will End Up Buying Yahoo Anyway
Yahoo! founders Jerry Yang and David Filo received
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up
Mainsoft Announces Sharepoint Integrator for IBM Lotus Notes
Mainsoft announced the release of its SharePoint I
Yahoo That Demanded $37 From Microsoft, Sinks to $22.30
Monday morning before the markets open Bloomberg r
IBM, Microsoft & Google Eras of Computing
By now it is conventional wisdom to say that there
The Dot Net Factory Introduces EmpowerID Role Enforcer For Sharepoint
The Dot Net Factory introduced EmpowerID Role Enfo
EFF Faults Microsoft
The Electric Frontier Foundation (EFF) has put an
Vendors Keep On Selling XP
Microsoft claims to have sold 140 million copies o
CLINQ v1.1.0.0 Released
CLINQ v1.1 has been released. Some of you may have
.NETDJ PRODUCT REVIEWS
A Geek's Bookshelf: An Investment Strategy for the Long Term
There are 8,909 books listed on Amazon.com with the word 'Investing' in the title; there are(!) 27,146 books with the word investment in the title. Without having lo
AJAX Book Recommendation: "Ajax Security" by Hoffman and Sullivan
Reviewers overuse the phrase 'required reading,' but no other description fits the new book 'Ajax Security' (2007, Addison Wesley, 470p). This exhaustive tome from B
.NET Product Review: Active Endpoints' ActiveBPEL
BPEL or Business Process Execution Language is an XML and Web standards-based SOA (service-oriented architecture) standard that allows business people to combine ser
Product Review — Compuware Optimal Trace
Many requirements tools focus on accessibility and convenience features but fail to address fully the main issue that made use case analysis so successful: managing
Product Review — Wily Introscope for Microsoft .NET
It's 8:15 in the morning, and as you walk by the main conference room you overhear an animated exchange between the leaders of your IT organization including the dir


BREAKING NEWS FROM THE WIRES
PR Newswire Summary of Technology Copy, May 9, 2008
Following is a summary of high technology news releases transmitted today by PR Newswire. T