| Rajendra's profileDotNetRajBlogLists | Help |
Windows 7 Launches tommorowThe wait is over.....come 22nd Oct 2009 - Windows 7 will finaly be launched.
How Windows 7 compares? See it to believe it!
New to Windows 7? Take a Tour Get ready for SharePoint 2010Public beta of 'SharePoint 2010' was announced yesterday....You can preregister for the Beta here The short named (without 'Office') avatar has entire Features Wheel redefined. WSS is now 'SharePoint Foundation 2010' for detailed info visit Sharepoint 2010 site (and for the lazy ones here is an overview and if you are not much of a reader watch some videos here.. no excuses) Not a new news but But if you still do not have x64 hardware you are not yet ready for it. Finally Free AntiVirus from Microsoft!download it from here - nJoy:) Just Released patterns & practices Guidance - SharePointDownload Guidance for building collaborative applications that extend your LOB systems : Developing SharePoint Applications–August 2009 Connecting TFS 2008 from TFS 2010You might encounter following error if you try to connect to Team Foundation Server 2008 from TFS 2010 Beta 1 even after clearing 'Path' Text Box TF31001: Cannot connect to Team Foundation Server at <xyz>. The server returned the following error: The ServicePointManager does not support proxies with the https scheme.
Run Command Prompt as Administrator and run following commands... reg add hklm\SOFTWARE\Microsoft\VisualStudio\10.0\TeamFoundation\RequestSettings /v BypassProxyOnLocal /t REG_SZ /d False Additionally on a 64-bit machine... reg add hklm\SOFTWARE\Wow6432Node\Microsoft\TeamFoundationServer\10.0\RequestSettings /v BypassProxyOnLocal /t REG_SZ /d False
Google Chrome OSSo finally it was true.
Google announced a light weight open source OS called 'Google Chrome OS'
According to Google...
"Google Chrome OS is an open source, lightweight operating system that will initially be targeted at netbooks. Later this year we will open-source its code, and netbooks running Google Chrome OS will be available for consumers in the second half of 2010"
Did you get the big picture yet...where Google is heading??
Download XNA Studio 3.1Microsoft XNA Game Studio 3.1 was announced last month...among several new features, main ones include - avatars, Xbox LIVE Party support, and video as well as enhancements to existing features...
down load it from here Download Complete XNA Game programming course (using C#)A 367 MB, complete programming course for XNA game development using C#.. is available for download for free!
Download it from here.
You may want to skip faculty signin and directly go to the download. Bingo....Microsoft New Search - 'Bing'Today, at Carlsbad, CA, Stev Balmer announced the release of Bing, Microsoft's new search engine! Bing.com is open to internal employees and will be available to public on June 3.
Internally Codenamed 'Kumo' , Bing is launched as a decision engine that goes beyond what people have come to think of as search Personally I believe thats right. Search Engine is outdated concept, we need decision engines and Knowledge engines in todays world..Internet is plethora of information. not only search logic but different algorithms should be applied to take us as nearer as possible to 'answers' what we are looking for, without getting lost in the Web. Zune HD coming sooncheckout new Zune...http://www.zune.net/en-us/mp3players/zunehd/default.htm Groove is now 'SharePoint Workspace 2010' !Heads up – Groove is getting a new name as of the coming release of Office 2010.
SharePoint Workspace 2010
Win 7 series of VideosThis series introduces Windows 7 with an emphasis on those new features that will be of most interest and use to developers. Watch it here SharePoint Designer is now FREEdownload it from here IE8 Developer Tools
If you haven't already checkout this great tool that comes out-of-the-box with IE8! Press To F12 Open Developer Tools Window CTRL+P Pin Developer Tools window to IE window CTRL+M Minimize Developer Tools (silently sits at bottom, above status bar) And try following Feature(some are similar to developer toolbars/addons which have to be installed seperately earlier) - Find-> Select Element by Click - Outline - Color Picker - Resizer - JavaScript Profiler - Browser mode - Validation - Dynamic CSS - Script Debugging - Search box Remote Desktop TipsTIP1: How many times you have encountered "The terminal server has exceeded the maximum number of allowed connections" error while connecting to a remote desktop?
When even connecting to default session(session 0)# i.e mstsc /console doesn’t help... try this to free some remote sessions:
1. First run as youself from your friends machine C:\> runas /noprofile /user:mydomain\myusername cmd.exe Enter your password when propmted New Command window will open with your credentials
2. Run following command to query Terminal services sessions C:\> qwinsta /server:myservername All Sessions will be listed. Look for session in Active state with your username
3. Run following command to reset session (this example resets session #1) C:\> reset session 1 /server:myservername
4. Try C:\> mstsc myservername now. Should work.
TIP2: Have you ever done RDP to a machine to open yet another RDP session to see that your top yellow bar shows wrong machine name and accidently you clicked on autohide and top yellow bar disappears? How do you go to host now?
Just hit ctrl+alt+break and you should now be able to access your host machine.. nJoy!
NOTE # Starting from Windows XP SP 3, Windows Vista SP 1 and Windows Server 2008 /console option is no longer supported. There is /admin option though which lets you connect to Session 0 on a remote computer that doesn't have Windows Vista SP1, Windows XP SP3 or Windows Server 2008 or later installed. Death of stand-alone version of PPSMicrosoft Announced on 27th Jan, that later sometime this year Microsoft will no longer continue developing the standalone version PerformancePoint Server and has moved the software's scorecard, dashboard and analysis features into SharePoint Server. Argument is BI is more of a feature than a product and fulfills "BI to the masses" mission of Microsoft. PerformancePoint was priced at $20,000 per server, plus $195 for each CAL. Microsoft's SharePoint partners are very happy that their chosen product, which is already enjoying massive adoption, has been given even more functionality. VS.NET Tip - T4 Code GenerationT4 (Text Template Transformation Toolkit) is a code generator built right into Visual Studio! This is one of the best Kept Visual Studio Secret Here is a Scott Hanselman's article explaining this little secret. Visual Studio 2010 and .NET Framework 4.0The "next generation development tools and platform for Windows Vista, the 2007 Office System, and the Web" viz. Visual Studio 2010 and .NET Framework 4.0 are available now as CTP for download. Here are some highlights... Whats new in VS 2010/.NET 4.0?
You can download Visual Studio 2010 NET Framework 4.0 CTP from here Windows AzureAnnounced last month, Windows Azure is Microsoft's upcoming ‘cloud based operating system’
Windows Azure serves as the development, service hosting and service management environment for the Azure Services Platform. Windows Azure provides developers with on-demand compute and storage to host, scale, and manage internet or cloud applications. WIIFM?
1. Computation Services
- Ability to run Microsoft ASP.NET Web applications or .NET code in the cloud - Service hosting environment that includes Internet Information Services 7.0 and Microsoft .NET Framework 3.5 SP1 - Security supported by flexible Code Access Security policies - Small runtime API that supports logging and local scratch storage - Web portal that helps you deploy, scale, and upgrade your services quickly and easily 2. Simple data storage services
- Blobs, tables, and queues hosted in the cloud, close to your computation - Authenticated access and triple replication to help keep your data safe - Easy access to data with simple REST interfaces, available remotely and from the data center 3. Development Tools
- Complete offline development environment, including computation and storage services - Complete command-line SDK tools and samples - Visual Studio add-in that enables local debugging Here is a Channel9 video 'Introducing Windows Azure' http://channel9.msdn.com/posts/Charles/Manuvir-Das-Introducing-Windows-Azure/
You may download Windows Azure Tools for Microsoft Visual Studio October 2008 CTP and Windows Azure SDK (Oct 2008 CTP)
(...more ) |
|
|