Unlocking the Joy of Mobile Development: Windows Phone Developer Program.

Dear All,
Don’t miss the JOY of Mobile programming. It’s rewarding as well. http://www.microsoft.com/india/iunlockjoy/
 
At the recent Mobile Developer Summit which took place on November 2, 2011 at Bangalore Microsoft announced the details of the developer programme for Windows Mobile in India with ‘I unlock Joy’, a uniqueApplication Development and Submission Program, where technology professionals and students get an opportunity to develop applications and showcase creativity.
‘I unlock Joy’ programme for developers has started from November 1, 2011 and will continue till June 30, 2012 whereas the program for students will begin on December 18, 2011 and conclude on March 30 next year.  
 
Developer competitive categories:  
 
·         “SUBMIT & WIN” CATEGORY: A registered participant submits THREE qualified Windows Phone Application in the Marketplace and gets a chance to win a Windows Phone. In this category, the Applications must be distinct and of non-trivial utility value for the Application User. A “Spam” or close replicas of existing Windows Phone Applications are disqualified. 
·         “PORT 2 APPS & WIN” CATEGORY: A registered participant submitting TWO qualified Windows Phone Applications in the Marketplace which are ported from existing Android or iPhone Applications get to win a Windows Phone. 
·         “WOMEN SPECIAL” CATEGORY: A first of its kind in the developer space. The first 100 registered Woman Developers who submit ONE (1) qualified Windows Phone Application each in the Marketplace qualify to win a Windows Phone each. The applications can be based on Entertainment, Fashion, Leisure, Sports, Recreation or Travel themes.
 
Student competitive categories:
 
·         “STUDENT” CATEGORY: Calling on the community to be a part of the initiative, the “I unlock Joy” programme is customized to unfold their innovative and creative best and become among the select first few proud owners of the Windows Phone. 
The contestants need to build one or more applications using Dev Tools and submit on AppHub. If their apps get certified and published on the Windows Phone Marketplace during the contest period which ends November 18, they can claim goodies like a brand new Windows Phone, certificate of acknowledgment from Microsoft and Windows Phone T-Shirts as well as USB flash drives.
 
Cheers,
Vishnu
 
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

My Experience at c0c0n 2011

7th and 8th October 25, 2011 were some of my great days when I participated at c0c0n 2011. The event witnessed great talks, demos, workshops, tools and exploit release, book release by Vivek Ramchandran,  panel discussions on Cyber security at Kochin, Kerla. We had delegates from around the world and from all across the country. Participation of various government organizations such as Navy and Computer Society of India made me believe that India has also got one more warfare and that is Cyber warfare.  The event was organized by my mentor and fellow MVP Mr. Manu Zakaria and the reception which I received was exemplary. I presented the session on “Security and Privacy risk in cloud computing” and it was well receivedl by all the genre of audience. I would like to thank Manu for organizing such a great event and to our MVP lead Mr. Abhishek Kant who continuously encourages to all of us to participate and contribute at such forums. Here is the inaugural pic from c0c0n. 

 

fo

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

//build/ Keynote Live from Steven Sinofsky

Hi All,

I am watching the //Build/ Keynote live Steven Sinosky talking lots of good things about Winodws 8. Looks like it is going to be a great
product. Tagline for Windows 8 is Winodws reimagined.
1- Backward Compatibility with Winodws 7
2- Windows app development kit 

3- Building metor style apps

4-Use C#, HTML, Java script to create applications for Windows

5-Photo Doodle is the one application which MS showcased today.. just 8-10 lines of code Great !!

6-Create integration with social networks like Facebook

7-Metro style controls

8-Great licensing model for Windows apps

9-Windows app development kit

10-Great XAML features

11-N/W API support

12-Configurable search

13-Security features for H/Ws

14-Great power saving capabilities

15- Windows 8 can support upto 8 TB of Memory !!!!

Awesome !!!!

Cheers, Vishnu

 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Rule "Restart Computer" failed at the time of SQL Server installation

Hi,

Today while installing SQL Server 2008, Rule "Restart Computer" failed many times in spite of restarting the machine. I found below fix and it worked.

Resolution: Clear the registry key values for below registry.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations

Cheers, Vishnu 

 

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

BizTalk Server 2009 Run Time Configuration - Performance registry value is corrupted

Due to some reason my BizTalk Server 2009 machine developed some problem and BizTalk Server got corrupted. Only option left out was to reconfigure BizTalk Server 2009. At the time of reconfigure I started facing one wiered issue.
Error 1:
Unloading the performance counter strings for service biztalk:tdds (biztalk:tdds) failed. The Error code is the first DWORD in Data section. 
Error 2:
The description for Event ID ( 12385 ) in Source ( BizTalk Server 2009 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: An exception occurred while uninstalling. This exception will be ignored and the uninstall will continue. However, the application might not be fully uninstalled after the uninstall is complete..
Error 3:
The performance strings in the Performance registry value is corrupted when process Performance extension counter provider. BaseIndex value from Performance registry is the first DWORD in Data section, LastCounter value is the second DWORD in Data section, and LastHelp value is the third DWORD in Data section.
After struggling around one hour I found below resolution. Below is the resolution:
 
Rebuild all Performance counters including extensible and third party counters in Windows Server 2003, type the following commands at a command prompt. Press ENTER after each command.
cd \windows\system32
lodctr /R (Note /R is uppercase)
Cheers, Vishnu
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Securing Service Oriented Architecture

I am feeling great to announce that I will be speaking at c0c0n - Annual Information Security Day at here in India .

Below is the summary of the content which I will be delivering as part of Workshop. Please spread the news and make the event successful. Thanks in advance !

Audience

WCF/Web Services Developers and managers, SOAP Testers and managers, SOA, ESB Architects

Prerequisites

WCF Service development/SOAP Principles knowledge

Contents

  • SOA, ESB and WCF Basics
  • Understanding SOAP and Restful services
  • Creating proxies to consume WCF/Web services
  • Introduction to Web services and WCF services Security
  • Top 10 WCF Services/SOA Application Security Vulnerabilities
  • Attacks and Solutions - Fixing Common WCF Services/SOA Application Vulnerabilities
  • Secure Coding Principles from Patterns and Practices Security guide-multiple compilations
  • Threat Modeling
  • SOAP Security Testing

Demo

Takeaways

  • Upon completion of the course, participants will be able to:
  • Describe the Web/WCF Services Security problem
  • Describe the SOA top 10 vulnerabilities
  • Describe the WCF services threat classifications
  • Apply coding principles from Patterns and Practices – WCF Security Guide that will help secure their SOA based applications i.e. SecurityBindingElement, Detection of replay attacks etc.
  • Implement solutions to SQL Injection, Cross-site scripting and several other critical vulnerabilities
  • Describe best practices for integrating security in the Software Development Life-Cycle (SDLC)
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Cloud Secuirty : Major Vulnerabilities

So I will be at c0c0n : The annual information security day conference here at India. As part of cloud technology research, I would love to take up session on "Security and Privacy risks in Cloud". Below is the content highlights. Please spread this news and make the event a great success.

1-   Agenda
Agenda of the session is to paper presentation and demo on cloud computing and its security risks and privacy issues around cloud service models. High level topics which paper will discuss are as below.
1-      Introduction to cloud
2-      Understanding Cloud Architecture
3-      Microsoft’s Cloud Offering and Road Map
4-      Solution envisioning with Microsoft Cloud Offering - Windows Azure
5-      Key areas of Cloud security
6-      Privacy concern Identity and Access Management
 
Later it will be followed by two demos:
 
1-      Exploitation of Azure Storage vulnerability and remediation
2-      Implementation of Access Control Service for Authentication and Authorization
 
2-   Key Security Risks:
Paper will explain the impact and remediation of below security risk attributes.
Auditing and Logging
• Disclosure of confidential information
• Denial of service (DoS)
Authentication
• Network eavesdropping
• Brute force attacks
• Cookie replay attacks
Authorization
• Elevation of privilege
• Disclosure of confidential data
• Token stealing
Communication
• Failure to encrypt messages
• Session replay
• Data tampering
Configuration Management
• Unauthorized access to configuration stores
• Retrieval of clear text configuration secrets
Cryptography
• Encryption cracking
• Loss of decryption keys
Input and Data Validation
• SQL injection.
·         Cross-site scripting.
•     XPath injection.
Sensitive Data
• Memory dumping.
• Network eavesdropping.
• Configuration file sniffing.
 
a.    Demo
We will explain SQL and XML Injection vulnerabilities of Microsoft’s cloud storage called Windows Azure Storage and how we can exploit them.
 
3-   Key Privacy issues:
1-      Concern on Datacenter privacy issue
2-       Access Control Service for stronger Authentication and Authorization(Identity and Access management)
a.    Demo
The demo will explain how to set up Claims Based Identity using Access Control for various Identity Providers (IdPs) like Windows Live, Google Accounts, Facebook, Twitter and ADFS 2.0. It will later explain how the Azure Service Bus is used to facilitate the communication between our on-premise application and a WCF service hosted on premise/on cloud.
 
4-   Result
The audience will understand
1-    Risks and privacy issues about the cloud computing and can leverage this knowledge for the betterment.
2-    Access Control Services for authentication/authorization and for Claims Based Authentication.
 A pdf copy of the paper and C# code will be shared with the audiences.
 
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

BizTalk Server 2006 to BizTalk Server 2010 Migration

<Content to be published>

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

HIPPA 4010 to 5010 migration in BizTalk Server

<Content to be published>

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Creating BizTalk Unit test cases in Visual Studio 2010

<Content to be published>

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
«February»
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
26272829123
45678910