<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Software Development</title><subtitle type="html">Software Development blog includes entries about SQL Server, ASP.NET, Windows 8 and Windows 7, SAP ABAP and Smartform development, Internet Explorer, and Certification Exams, Announcements and Beta products for programmers and IT professionals</subtitle><id>http://www.kodyaz.com/blogs/software_development_blog/atom.aspx</id><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/default.aspx" /><link rel="self" type="application/atom+xml" href="http://www.kodyaz.com/blogs/software_development_blog/atom.aspx" /><generator uri="http://communityserver.org" version="2.0.60217.2664">Community Server</generator><updated>2010-09-16T13:46:00Z</updated><entry><title>Developing HTML5 with Javascript and CSS3 online courses from Virtual Academy</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2013/04/12/developing_html5_with_javascript_and_css3.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2013/04/12/developing_html5_with_javascript_and_css3.aspx</id><published>2013-04-12T12:39:00Z</published><updated>2013-04-12T12:39:00Z</updated><content type="html">Hello web programmers, and additionally Windows Phone 8 programmers,&lt;br /&gt;
&lt;br /&gt;
Since all we can now code in HTML5 in our environments or devices where our apps or applications will run on.&lt;br /&gt;
&lt;br /&gt;
I've been attending to courses that Microsoft offers free over &lt;a href="http://www.microsoftvirtualacademy.com/" target="_blank"&gt;Virtual Academy&lt;/a&gt;.
After attending Windows Phone 8 development training courses, I now started &lt;b&gt;Developing in HTML5 with Javascript and CSS3&lt;/b&gt; and I want to share the first session's evaluation notes with you.&lt;br /&gt;
&lt;br /&gt;
In fact this is some small notes not to forget for future while HTML5 programming.&lt;br /&gt;
&lt;br /&gt;
The first note can be the difference between canvas and SVG graphics improvements in HTML5.&lt;br /&gt;
Don't forget if complex, SVG will be slow in rendering process. Although developers can identify and work with each object on SVG seperately, canvas will perform better if the graphic is too complex.&lt;br /&gt;
All graphic reach apps use canvas.&lt;br /&gt;
Here I mentioned an other important difference between canvas and SVG is that, SVG images can be searched within a DOM. But canvas is to be repainted one image everytime.&lt;br /&gt;
&lt;br /&gt;
And the improved and new forms elements in HTML5.&lt;br /&gt;
For example, when you place an input element within an HTML5 form, you can mark the field as required in an input form just by adding the "required attribute" or setting the required attribute value  to "required". Here is the sample HTML5 markup code. Both usage is correct.&lt;br /&gt;
&amp;lt;input type="text" required /&gt;&lt;br /&gt;
&amp;lt;input type="text" required="required"&gt;&lt;br /&gt;
&lt;br /&gt;
An other evaluation questions were about the new HTML5 semantic tags.&lt;br /&gt;
For example if you want to place author and copyright data in your HTML5 web page, you can use the &lt;b&gt;footer&lt;/b&gt; semantic tag.&lt;br /&gt;
&lt;br /&gt;
If you want to place a stand-alone content seperated from others, you can use the &lt;b&gt;figure&lt;/b&gt; semantic tag.&lt;br /&gt;
Figure semantic tag can be used for grouping stand-alone content like video or image.&lt;br /&gt;
&lt;br /&gt;
And that is all for today's HTML5 self-training and evaluation&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=35171" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>I hate SAP Smartform code editor</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2013/02/26/35106.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2013/02/26/35106.aspx</id><published>2013-02-26T09:48:00Z</published><updated>2013-02-26T09:48:00Z</updated><content type="html">SAP Smartform code editor is the ugliest development IDE I have ever worked with.&lt;br /&gt;
&lt;br /&gt;
I can not understand the logic of keeping such a limited code development IDE in SAP system.
Maybe ABAP developers are used to work with notepad type working environments but as a developer who has worked and been working on development environments like Visual Studio, Reporting Services, etc. I feel angry while working on SAP Smartform&lt;br /&gt;
&lt;br /&gt;
The hardware environment I'm working with provides me extended desktop on multipe screens with full HD resolutions, on the other hand I'm limited with 60 characters while coding on SAP Smartform.&lt;br /&gt;
&lt;br /&gt;
I'm getting old just because of coding ABAP and SAP Smartform.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.kodyaz.com/images/sap-smartforms-tutorial/sap-smartform-code-editor-limited-width.png" width="590" alt="SAP Smartform code editor" title="SAP Smartform code editor" /&gt;&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=35106" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>Windows Phone API poster for Windows Phone 8 app developers</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2013/02/21/35091.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2013/02/21/35091.aspx</id><published>2013-02-21T06:10:00Z</published><updated>2013-02-21T06:10:00Z</updated><content type="html">Are you a software programmer developing apps for Windows Phone 8?&lt;br /&gt;
&lt;br /&gt;
If so Windows Phone API poster from Microsoft will be a good resource for you just like many other Windows Phone 8 app developers.&lt;br /&gt;
You can download the Windows Phone API Quickstart poster from &lt;a href="http://cmsresources.windowsphone.com/devcenter/en-us/downloads/064028-microsoft-poster.pdf" target="_blank" rel="nofollow"&gt;DevCenter&lt;/a&gt; for free.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.kodyaz.com/images/windows-phone-8/windows-phone-api-poster.png" alt="Windows Phone API Quickstart poster for Windows Phone 8 app developers" title="Windows Phone API Quickstart poster for Windows Phone 8 app developers" width="219" height="285" /&gt;
&lt;br /&gt;
If you are looking for more resources and samples for Windows Phone 8 app development then you will probably refer to &lt;a href="http://dev.windowsphone.com" target="_blank"&gt;Official Microsoft WP Dev Center&lt;/a&gt;&lt;br /&gt;
There you will find sample code, sample apps, show cases, videos and more links to necessary blog posts and Windows Phone development tutorials
&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=35091" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>Play Mastermind Game using T-SQL on SQL Server</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2011/03/08/22356.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2011/03/08/22356.aspx</id><published>2011-03-08T18:11:00Z</published><updated>2011-03-08T18:11:00Z</updated><content type="html">Hello all T-SQL masters,&lt;br /&gt;
&lt;br /&gt;
Do you think is it possible to play mastermind game using T-SQL on SQL Server?&lt;br /&gt;
&lt;br /&gt;
I tried to develop sql code for managing game setup, making guess and evaluating the results to demonstrate a mastermind game actions on a SQL Server.&lt;br /&gt;
&lt;br /&gt;
But I get stuck.&lt;br /&gt;
I need your comments and help to progress to finish sql mastermind game :)&lt;br /&gt;
&lt;br /&gt;
Soon I'll place the transact-sql codes I have developed besides the database design and table structures for simulating the mastermind game on a SQL Server environment.&lt;br /&gt;
&lt;br /&gt;
Stay tuned and share your comments!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=22356" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>Oracle Security Inside Out will be held in Istanbul on 24th of February, 2011</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2011/02/23/22341.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2011/02/23/22341.aspx</id><published>2011-02-23T13:58:00Z</published><updated>2011-02-23T13:58:00Z</updated><content type="html">Oracle will be holding the Security summit &lt;b&gt;Security Inside Out&lt;/b&gt; in Istanbul on 24th of February, 2011.&lt;br /&gt;
&lt;br /&gt;
Oracle professionals can register for the Security Inside Out seminars from &lt;a href="http://www.bilgicozumleri.com" target="_blank" rel="nofollow"&gt;Bilgi Çözümleri&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=22341" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>Windows 7 SP1 is released</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2011/02/23/22339.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2011/02/23/22339.aspx</id><published>2011-02-22T21:59:00Z</published><updated>2011-02-22T21:59:00Z</updated><content type="html">Microsoft Windows 7 SP1 is released and now available for public download at &lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda" target="_blank" rel="nofollow"&gt;Microsoft Downloads&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
For more information about Service Pack download and install SP1 using Windows Update please refer to guide &lt;a href="http://www.kodyaz.com/articles/free-windows-7-service-pack-1-download-windows-7-sp1-release.aspx"&gt;Free Windows 7 Service Pack 1 Download (Windows 7 SP1)&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=22339" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>Register for Microsoft Visual Studio 2010 Certification Exams (Beta)</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2011/02/22/22336.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2011/02/22/22336.aspx</id><published>2011-02-21T21:31:00Z</published><updated>2011-02-21T21:31:00Z</updated><content type="html">Microsoft announced the availability of &lt;b&gt;Microsoft Visual Studio 2010 Certification Exams beta&lt;/b&gt; versions.&lt;br /&gt;
If you have taken a beta certification exam from Microsoft, you know that beta exams are free.&lt;br /&gt;
If you have programming experience using &lt;b&gt;Microsoft Visual Studio 2010&lt;/b&gt;, I strongly suggest you to &lt;b&gt;register for Microsoft Visual Studio 2010 certification exams&lt;/b&gt; which will be done in &lt;b&gt;April, 2010&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
For beta promotion codes and beta exam codes please go to &lt;a href="http://www.kodyaz.com/training/register-free-microsoft-visual-studio-2010-certification-exams-beta.aspx"&gt;Register Free Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.0 Certification Exams&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=22336" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>How to Recover Windows 7 Bitlocker with MBAM</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2011/02/22/22335.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2011/02/22/22335.aspx</id><published>2011-02-21T21:18:00Z</published><updated>2011-02-21T21:18:00Z</updated><content type="html">Microsoft has announced &lt;b&gt;Microsoft BitLocker Administration and Monitoring tool&lt;/b&gt; in short &lt;b&gt;MBAM tool&lt;/b&gt; which will be available with new Windows 7 Service Pack 1 and Windows Server 2008 R2 Service Pack 1.&lt;br /&gt;
&lt;br /&gt;
Windows 7 Enterprise and Ultimate editions enable the Windows feature &lt;b&gt;BitLocker&lt;/b&gt; that enables disk encryption to secure your data on Windows 7. But many Windows 7 users experience &lt;b&gt;Bitlocker recovery key&lt;/b&gt; problems and ask for &lt;b&gt;how to recover Bitlocker encryption&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
MBAM or &lt;b&gt;Microsoft BitLocker Administration and Monitoring tool&lt;/b&gt; manages &lt;b&gt;BitLocker in Windows 7&lt;/b&gt; provides IT professionals solution to recover Bitlocker key as well as provisioning and Bitlocker monitoring.&lt;br /&gt;
&lt;br /&gt;
Tomorrow, Windows 7 SP1 (as well as Windows Server 2008 R2 SP1) will be available for public download.
We will be sharing more information and detailed how-to guides about MBAM Microsoft BitLocker Administration and Monitoring tool soon.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=22335" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>Windows 7 SP1 Download and Windows Server 2008 R2 SP1 available for MSDN Subscribers</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2011/02/17/22333.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2011/02/17/22333.aspx</id><published>2011-02-17T11:53:00Z</published><updated>2011-02-17T11:53:00Z</updated><content type="html">Microsoft has released &lt;b&gt;Windows 7 SP1 download&lt;/b&gt; and &lt;b&gt;Windows Server 2008 R2 SP1 download&lt;/b&gt; on MSDN Subscribers portal for MSDN Subscribers.&lt;br /&gt;
&lt;br /&gt;
The &lt;b&gt;Windows 7 SP1 release date&lt;/b&gt; for public will be within a week.&lt;br /&gt;
You can check here or Microsoft Downloads portal for the next days for Windows 7 SP1 download available for public.&lt;br /&gt;
&lt;br /&gt;
Microsoft chooses to share such new releass first with MSDN subscribers and customers taking support from Microsoft.&lt;br /&gt;
&lt;br /&gt;
The Windows 7 SP1 release date is finally 22nd of February and the Windows users can download Windows 7 SP1 (and also Windows Server 2008 R2 Service Pack 1) from &lt;a target="_blank" rel="nofollow" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda"&gt;Microsoft Downloads&lt;/a&gt; web portal.&lt;br /&gt;
&lt;br /&gt;
For more details about Windows 7 Service Pack 1 download and how to install Windows 7 SP1 using Windows Update please check the &lt;a href="http://www.kodyaz.com/articles/free-windows-7-service-pack-1-download-windows-7-sp1-release.aspx"&gt;Free Windows 7 Service Pack 1 Download (Windows 7 SP1)&lt;/a&gt; guide.&lt;br /&gt;
&lt;br /&gt;
Please refer for what is included in Windows 7 SP1 and Windows Server 2008 R2 SP1 &lt;a href="http://blogs.msdn.com/b/nickmac/archive/2011/02/11/what-s-new-in-windows-7-windows-server-2008-r2-sp1.aspx" target="_blank" rel="nofollow"&gt;here&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=22333" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>Microsoft WebCamp Istanbul on 1st of February, 2011</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2011/01/25/22307.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2011/01/25/22307.aspx</id><published>2011-01-25T06:57:00Z</published><updated>2011-01-25T06:57:00Z</updated><content type="html">Microsoft WebCamp will be held in Istanbul for developers and IT professionals living in Turkey on 1st of February, 2011 at Microsoft Istanbul office.&lt;br /&gt;
&lt;br /&gt;
Web developers who want to attend the Microsoft Web Camp should be quick to register for the limited seats left for Istanbul WebCamp.&lt;br /&gt;
&lt;br /&gt;
Please go to Microsoft WebCamp Istanbul &lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032474667&amp;culture=tr-TR" target="_blank" rel="nofollow"&gt;registration&lt;/a&gt; pages for registering online.&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.kodyaz.com/images/certification/microsoft-web-camps.png" /&gt;&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=22307" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>Microsoft SQL Server 2011 aka SQL Server Denali CTP1 Community Technology Preview is released</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2010/11/10/22051.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2010/11/10/22051.aspx</id><published>2010-11-10T05:37:00Z</published><updated>2010-11-10T05:37:00Z</updated><content type="html">Microsoft has released the upcoming version of SQL Server, &lt;b&gt;SQL Server 2011&lt;/b&gt; code-name &lt;b&gt;SQL Server Denali CTP1&lt;/b&gt; (Community Technology Preview 1)  for SQL Server database professional, SQL Server database administrators and developers.&lt;br /&gt;
&lt;br /&gt;
The &lt;b&gt;MS SQL Server 2011 release date&lt;/b&gt; of first CTP, CTP1 is 8th of November, 2010.&lt;br /&gt;
We can expect the next CTP within 3 months time. And a similar timing schedule is leading me to expect the &lt;b&gt;MS SQL Server 2011 release date of RTM version&lt;/b&gt; at the end of 2011.&lt;br /&gt;
&lt;br /&gt;
You can find the &lt;b&gt;MS SQL Server 2011 download&lt;/b&gt; link at &lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=6a04f16f-f6be-4f92-9c92-f7e5677d91f9" target="_blank" rel="nofollow"&gt;Microsoft Downloads&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
After you download Microsoft SQL Server 2011 CTP1 from Microsoft Downloads and install SQL Server 2011, to see what is new in SQL Server 2011 and work with samples, you can also &lt;a href="http://www.kodyaz.com/articles/download-microsoft-sql-server-2011-adventureworks-sample-databases.aspx"&gt;download SQL Server 2011 sample databases and AdventureWorks sample database for SQL2011&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
You will find more information about &lt;b&gt;next version of SQL Server, MS SQL Server 2011 or SQL Server Denali&lt;/b&gt; at &lt;a href="http://www.kodyaz.com"&gt;MS SQL Server 2011&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=22051" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>Download Report Viewer - Microsoft Report Viewer 2010 Redistributable Package</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2010/10/05/21800.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2010/10/05/21800.aspx</id><published>2010-10-05T04:34:00Z</published><updated>2010-10-05T04:34:00Z</updated><content type="html">Microsoft has released Report Viewer 2010 for Web and Windows applications. Microsoft SQL Server Reporting Services report developers can use Microsoft Report Viewer to display sql reports in their Windows and Web programs and software.&lt;br /&gt;
To summarize, Microsoft Report Viewer control enables developers build applications that are running on Microsoft .NET Framework in order to present Microsoft SQL Server Reporting Services reports.&lt;br /&gt;
&lt;br /&gt;
SQL Server Reporting Services developers can download Report Viewer 2010, Microsoft Report Viewer 200 Redistributable Package from &lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a941c6b2-64dd-4d03-9ca7-4017a0d164fd" target="_blank" rel="nofollow"&gt;Microsoft Downloads portal&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The free Report Viewer download file ReportViewer.exe is about 4.5 MB in size.&lt;br /&gt;
Microsoft Report Viewer 2010 redistributable package requires MS SQL Server 2008 Reporting Services or higher versions for server processing mode and Microsoft .NET Framework 3.5 SP1 or .NET Framework 4.0&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=21800" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>Download SQL Server 2008 SP2 which has been released by Microsoft today</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2010/09/30/21735.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2010/09/30/21735.aspx</id><published>2010-09-30T08:01:00Z</published><updated>2010-09-30T08:01:00Z</updated><content type="html">Microsoft has released a new Service Pack for Microsoft SQL Server 2008.&lt;br /&gt;
&lt;br /&gt;
Microsoft SQL Server users can &lt;b&gt;download SQL Server 2008 SP2&lt;/b&gt; from Microsoft Downloads portal for various editions of MS SQL Server 2008.&lt;br /&gt;
&lt;br /&gt;
The Microsoft SQL Server 2008 Service Pack 2 (SP2) available for download includes :&lt;br /&gt;
&lt;b&gt;15K partitioning Improvement&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Reporting Services in SharePoint Integrated Mode&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;SQL Server 2008 R2 Application and Multi-Server Management Compatibility with SQL Server 2008&lt;/b&gt;,&lt;br /&gt;
including :&lt;br /&gt;
&lt;b&gt;SQL Server 2008 Instance Management&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Data-tier Application (DAC) Support&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please refer to &lt;a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=8fbfc1de-d25e-4790-88b5-7dda1f1d4e17" target="_blank" rel="nofollow"&gt;Microsoft Downloads&lt;/a&gt; for more detailed information, download files and related downloads.&lt;br /&gt;
&lt;br /&gt;
Today, I got Microsoft SQL Server 2008 Service Pack 2 (SP2) on my Windows Update at my home PC running Windows 7 Ultimate. The SQL Server 2008 SP2 was among optional updates&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://www.kodyaz.com/images/sql/microsoft-sql-server-2008-service-pack-2-kb2285068.png" alt="microsoft-sql-server-2008-service-pack-2-kb2285068" title="microsoft-sql-server-2008-service-pack-2-kb2285068" width="519px" height="106px" /&gt;&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=21735" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>Microsoft Security Bulletin MS10-070 for Vulnerability in ASP.NET Could Allow Information Disclosure</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2010/09/29/21719.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2010/09/29/21719.aspx</id><published>2010-09-29T13:19:00Z</published><updated>2010-09-29T13:19:00Z</updated><content type="html">Microsoft has recently released a security update which resolves the publicly disclosed vulnerability in ASP.NET&lt;br /&gt;
&lt;br /&gt;
I strongly suggest ASP.NET developers, IIS Administrators, system administrators and security administrators to take care on Microsoft Security Bulletin MS10-070.&lt;br /&gt;
&lt;br /&gt;
The security problem Vulnerability in ASP.NET Could Allow Information Disclosure was known for a period of time and a few work-arounds were already been suggested to ASP.NET developers.&lt;br /&gt;
&lt;br /&gt;
For more information on security update please refer to Microsoft TechNet portal web page &lt;a href="http://www.microsoft.com/technet/security/bulletin/ms10-070.mspx" target="_blank" rel="nofollow"&gt;Vulnerability in ASP.NET Could Allow Information Disclosure&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=21719" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry><entry><title>Download Internet Explorer 9 Beta - IE9 Download</title><link rel="alternate" type="text/html" href="http://www.kodyaz.com/blogs/software_development_blog/archive/2010/09/16/21574.aspx" /><id>http://www.kodyaz.com/blogs/software_development_blog/archive/2010/09/16/21574.aspx</id><published>2010-09-16T09:46:00Z</published><updated>2010-09-16T09:46:00Z</updated><content type="html">Microsoft has released Microsoft &lt;b&gt;Internet Explorer 9 download&lt;/b&gt; which is available for public download.&lt;br /&gt;
Microsoft Windows users can &lt;b&gt;download IE9 Beta&lt;/b&gt; from Microsoft Downloads web portal.&lt;br /&gt;
Unfortunately &lt;b&gt;Internet Explorer 9 - IE9 download&lt;/b&gt; is not available for Windows XP computers.&lt;br /&gt;
Windows Vista and Windows 7 users can download free IE9 and install Internet Explorer 9 on their computers.&lt;br /&gt;
&lt;br /&gt;
Windows users who want to &lt;b&gt;download and install Windows Internet Explorer 9&lt;/b&gt; on their Windows Vista or Windows 7 (including Windows Server 2008) can find more detailed information at : &lt;a href="http://www.kodyaz.com/articles/download-internet-explorer-9-ie9-download-links-ie9-installation.aspx" target="_blank" rel="nofollow"&gt;Windows Internet Explorer 9 - IE9 Download Links and IE9 Installation&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.kodyaz.com/articles/download-internet-explorer-9-ie9-download-links-ie9-installation.aspx" title="Windows Internet Explorer 9 - IE9 Download Links and IE9 Installation"&gt;&lt;img border="0px" src="http://www.kodyaz.com/images/internet-explorer-ie/microsoft-internet-explorer-9-beta-ie9-beta-1.png" alt="microsoft-internet-explorer-9-beta-ie9-beta-1" title="microsoft-internet-explorer-9-beta-ie9-beta-1" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://www.kodyaz.com/aggbug.aspx?PostID=21574" width="1" height="1"&gt;</content><author><name>eralper</name><uri>http://www.kodyaz.com/members/eralper.aspx</uri></author></entry></feed>