Part of PraVeeN's adventure in General
Kidoos.net is live from 01 July 2008.
This website is dedicated to Latest Technologies.
The motive of Kidoos is to create a network of enthusiastic IT professionals in and out of Technoaprk and enable
Knowledge Sharing.
The present plans are:
Technology Discussion and Support Forums
Technology Blog
Technical Articles
Social Networking for IT people
Part of PraVeeN's adventure in General
Are you bothered about the share icon on some folder? This means you shared a folder with some other folder. To remove this, follow these steps:
Delete ‘permanently’ the other (X) folder
Refresh the folder to see whether the icon still exists
If exists, right click the parent folder of X folder
‘Deleted Items’ tab
‘Purge’
Refresh the folder to see whether the icon still exists
Part of PraVeeN's adventure in General
kidoos.net, an initiative from me - which will be a technology portal - will be launched soon for public
Part of PraVeeN's adventure in General
Parallel Extensions simplifies development by providing library-based support for introducing concurrency into applications written with any .NET language, including C# and Visual Basic. It includes the Task Parallel Library (TPL), which provides imperative data and task parallelism; Parallel LINQ (PLINQ), which provides declarative data parallelism; and all new Coordination Data Structures (CDS), which provide support for work coordination and managing shared state.
Download URL:
http://www.microsoft.com/downloads/details.aspx?FamilyId=348F73FD-593D-4B3C-B055-694C50D2B0F3&displaylang=en
The library is made up of the following components:
The Task Parallel Library (TPL), which provides support for imperative data and task parallelism.
Parallel LINQ (PLINQ), which provides support for declarative data parallelism.
Coordination Data Structures (CDS), which provide support for work coordination and managing shared state.
Part of PraVeeN's adventure in General
Microsoft’s Parallel Computing developer center is dedicated to providing information, ideas, community, and technology to developers to make it easier to write programs that perform and scale well on parallel hardware.
URL:
http://msdn.microsoft.com/hi-in/concurrency/default(en-us).aspx
Part of PraVeeN's adventure in General, Architecture
"A coder is always a coder unless he start thinking about the architecture.
But such coders are called Programmers."
--PraVeeN
Part of PraVeeN's adventure in General
One of my friend just told me that our so called ‘anti-microsoft’ Kerala Governmanet uses microsoft technology for official Kerala Gazette. Here is the link:
http://www.igr.kerala.gov.in/Home.aspx
Other technical details are:
1. IDE: Microsoft Visual Studio .NET 7.1
2. Language: Visual Basic .NET 7.1
Part of PraVeeN's adventure in General
Today Malayala Manorama malayalam daily published a small article about Malyalee Microsoft MVP’s in its suppliment Yuva.
Here is the papper cutting: Here is the paper cutting:
http://www.ninethsense.com/downloads/news23052008.jpg
Date: 23 May 2008
Malayala Manorama Supplement - Yuva
Part of PraVeeN's adventure in General, ASP.NET
MVC is a framework methodology that divides an application’s implementation into three component roles: models, views, and controllers.
* “Models” in a MVC based application are the components of the application that are responsible for maintaining state. Often this state is persisted inside a database (for example: we might have a Product class that is used to represent order data from the Products table inside SQL).
* “Views” in a MVC based application are the components responsible for displaying the application’s user interface. Typically this UI is created off of the model data (for example: we might create an Product “Edit” view that surfaces textboxes, dropdowns and checkboxes based on the current state of a Product object).
* “Controllers” in a MVC based application are the components responsible for handling end user interaction, manipulating the model, and ultimately choosing a view to render to display UI. In a MVC application the view is only about displaying information - it is the controller that handles and responds to user input and interaction.
Part of PraVeeN's adventure in General, DOTNET
Enterprise Library is a collection of application blocks intended for use by developers who build complex, enterprise-level applications. Enterprise Library is used when building applications that are typically to be deployed widely and to interoperate with other applications and systems. In addition, they generally have strict security, reliability, and performance requirements. The goals of Enterprise Library are the following:
Consistency. All Enterprise Library application blocks feature consistent design patterns and implementation approaches.
Extensibility. All application blocks include defined extensibility points that allow developers to customize the behavior of the application blocks by adding their own code.
Ease of use. Enterprise Library offers numerous usability improvements, including a graphical configuration tool, a simpler installation procedure, and clearer and more complete documentation and samples.
Integration. Enterprise Library application blocks are designed to work well together or individually.
Leave a passing comment »