Raj Agrawal

Learnings from software and technology

  • Home
  • Technology
  • Software
  • Work
  • Play

Connect

  • GitHub
  • LinkedIn
  • YouTube

Powered by Genesis

You are here: Home / Archives for Raj Agrawal

The Hottest Game Announcements Of 2012. It Only Gets Better.

April 25, 2012 by Raj Agrawal Leave a Comment

The year 2012 is gearing up to best 2011, as one of the best years for gaming ever. 2011 served up some great feasts for gamers with games such as Portal 2, Uncharted 3, Skyrim, all taking the gaming world by storm. Now we have an even better line up this year, and the announcements just keep on coming. So, lets talk about some of the hottest announcements of this year.

Crysis 3

Crysis 3
Expected release date : 2013

Crysis 2 was a good game. But still the fans weren’t convinced of its greatness, especially given how much of a hit the first game was. The diversion of focus to consoles, loss of the open ended environment, and the loss of emphasis on game-play didn’t bode too well with the fans. And the sales testified to this. And now Crytek seems to have learnt a lesson, and are trying to woo fans again by promising a PC focused game which will take more from the original game than its successor. And if it’s even as good as the first game, if not better, then we will gladly put our social lives on halt to play it. Color us excited!

God of War : Ascension

Expected release date – 2013

Well well well! We did not see this one coming. Actually we did, but not the direction it would be taking. Instead of continuing from the mess that was God of War 3’s ending, we’re now being taken through an entirely new chapter in the life of the almighty Kratos, the most bad-ass God of War out there. I’m a hopeless God of War fan-boy, so i’ll accept it in whatever shape or form it arrives, so long as it arrives.

Medal of Honor : Warfighter

Expected release date – October 23, 2012

EA’s reboot of the Medal of Honor series last year was a love or hate affair for many. It had an excellent and compelling multiplayer component, but the single player lacked the quality of previous Medal of Honor titles. Now EA is having another go at its beloved franchise, and this time around, they seem to be focused on doing it right. Rather than describing a single conflict, Warfighter will be based on a multitude of issues spanning the entire globe. It’s a formula the Call of duty series has used since the beginning, and if done right, it cannot go terribly wrong.

Halo 4

Halo 4
Expected release date – November 6, 2012

Halo 3 was considered by many to be the end of Master Chief’s journey. But how could Microsoft ever sell even more copies of their beloved console without of constant barrage of the big sellers. And so we have Halo 4. The obvious difference between this Halo title and all the previous games in the series is the change of development studios. While Bungie developed the first three games, it is 343 industries who will carry the torch from here. And if they don’t deliver, a one Mr. Gordon Freeman will be waiting to strike the definite blow on the whole HL vs Halo debate. And while that may sound enticing from a sadist’s perspective, I just don’t want to play a Halo game and feel bad about it. So here’s hoping it will be another classic I will be talking for years about.

Resident Evil 6

Resident Evil 6
Expected release date – October 2, 2012

This for me is the hottest game announcement of the year. And it topples Halo 4 mainly for one reason: I loved RE4, but I also loved the action oriented approach of RE5. So, to have a game which switches between survival horror and action definitely sounds like a good prospect. As long as they can maintain the balance, and still keep the game horror friendly, i’ll be happy. And you cannot possibly match a zombified president scaring the hell out of Leon Kennedy. Bring it on Capcom. I’m ready!


That’s it folks. These are my picks for the hottest game announcements for the year. This is not a most anticipated 2012 list, or the list would have been drastically different. The city of Columbia intrigues me more than anything else, and it’s number one on my wishlist. So lets see how that goes. So what are your most exciting announcements of the year? They may take time to be actually playable, but the hype meter does not need to be alien to their existence.

Filed Under: Gameology Tagged With: Crysis, god of war, halo, portal, resident evil, skyrim, uncharted

Visual Studio 2011 – Confirmed Features In The Upcoming Iteration

April 8, 2012 by Raj Agrawal 1 Comment

Visual Studio 2011 is the next iteration to Microsoft’s esteemed development platform. It provides a range of tools to help the users develop almost any type of applications ranging from offline applications to server applications requiring online connectivity. Visual Studio has always been the leader when it comes to application development, and the upcoming version proposes to improve it even further. So without further ado, lets look at some of the features the newest version stands to offer.

Metro Application Development Support

This is by far the most important and anticipated feature of Visual Studio 2011. It provides support for Windows 8 specific Metro UI applications which can be built as extensions to the current applications. It includes a set of templates that can help you create Metro style apps using JavaScript, Vb, C# and C++. It also allows you to seamlessly redesign your app by simply opening it from Visual Studio and then changing the style using JavaScript. This can be achieved using a new feature called Expression Blend. This feature allows you to run your applications as live apps rather than static layouts. Hence, you can control the design of the application as it runs in real time. This is especially useful given the dynamic nature of HTML.
Metro Application Development Support
Screen 1

 Game design enhancements

Many tools to enhance the game design process have been integrated into Visual Studio 2011. It comes packed with a slew of visual design, development, and debugging tools, which greatly improve upon the game design experience. It also allows you to design 2d/3d games and Metro UI apps.
Game design enhancements
Screen 2

Code enhancement and Re-usability tools

Visual Studio has always sought to improve the quality of code by refactoring it. This is taken a step further in Visual Studio 2011. Now, instead of being purely developer dependent, Visual Studio will scan the logic of the code developed by you and try and factor the code into methods which can be user later in the program. And this is done not just by scanning through identical blocks of code; Visual Studio searches for semantically similar blocks based on heuristics developed by Microsoft Research.

Reviewing Code

Visual Studio 2011 works in collaboration with Team Foundation Server to provide application life-cycle management. Code can be reviewed in Visual Studio 2011 in collaboration with developers with the help of team viewer.
Reviewing Code
Screen 3

Exploratory Testing

Exploratory Testing is a new feature of Visual Studio 2011 which lets the user perform testing operation without any formal test planning. No need to write test cases or create a test plan now; testing can begin straight away. Each time a test is performed, a full log of the test scan is recorded. This tool also allows the user to generate a bug list, which records all the bugs encountered during testing. After testing is complete, the user can view the test result in the Microsoft test manager and review the test scan and take a further course of action.
Exploratory Testing
Screen 4

Other Features you’ll see in the 2011 version

In addition to the aforementioned features, Visual Studio 2011 also has the following benefits over its predecessors,

  • Support for development of cloud computing applications.
  • Solid integration with HTML 5 and CSS3.
  • ASP.Net MVC4.
  • It includes a new template for mobile development which makes mobile development easier and more efficient.
  • New and more improved version of JavaScript to make the programmers life even easier.
  • New profile which lets the user choose between building the application and publishing it.
  • Visual Studio 2011 now supports web socket protocol which helps in server to client data transfer. It has support for both ASP.net 5 and IIS 8, so that we can easily read and write data into a socket object.

PS: The Beta versions have been out quite since a while and you can get them from Microsoft’s website.

Via [CodingHub, MSDN]

Filed Under: Software Tagged With: microsoft

A Summary Of A Few Upcoming Consumer Technologies

April 2, 2012 by Raj Agrawal Leave a Comment

UPCOMING TECHNOLOGY – Just wow! Some of them are yet to materialize, while others have already hit the markets. This wonderful sketch provides an insight into how a technologically enriched consumer/ business environment will realize in future. Presuming that it will all happen 4-5 decades from now – Yet, it’s quite hard to tell. The next major and notable upgrade to consumer/ business environment will see 3D Printers, Matrix-style video gaming, Solar-powered everything, Ultra-intelligent computers and more. They are all cooking. 

future consumer techs

Filed Under: Technology

  • « Previous Page
  • 1
  • …
  • 19
  • 20
  • 21
  • 22
  • 23
  • …
  • 79
  • Next Page »