Friday, August 31, 2007

What is Xaml? XAML-Overview

XAML means Extensible Markup Language is a language to write user interfaces in Windows Presentation Foundation applications. XAML simplifies the creating user interfaces with windows presentation foundation and .net framework 3.0. We can create visible user interface controls and component via XAML. I have found a great article that articles describes whole aspects of XAML with starting from what...
Share:

ADO.NET Entity Framework Beta 2 & the 1st Entity Framework Tools CTP Released

Microsoft has recently release ADO.NET Entity Framework Beta 2 and the accompanying Entity Framework Tools CTP have been released!Following are the added features of latest release:-Events to customize code generation-Abstract types in EDM models-Complex types- support in metadata files-Entity key serialization-Increased persistence ignorance in entity data classes-Improved connection management in...
Share:
Thursday, August 30, 2007

ASP.NET White Papers

In new version of Microsoft asp.net site Microsoft has launched the asp.net white papers which will help us to install and configure asp.net in our computers.It contains white papers with following different categories..ASP.NET Security White papersForms AuthenticationUser Input Data ValidationCode Access SecurityCommunications SecurityCryptographyInstallation and Setup White papersConfigurationSQL...
Share:

Component one studio enterprise of WPF

Windows presentation foundation is next generation technology launched by Microsoft. We can create great applications with wpf and Microsoft.net technology. Component one studio has launched studio enterprise tool set for the wpf. It contains the scheduler controls like calendar,multi month calendar...
Share:

New design of my blog.

From last couple of days i am trying to change my blog design. I search a lot and then i got the template from http://www.templatepanic.com/. I am thankful to guys from template panic team who have created blog templates for user like me.I have done few experiments with my blogs. I have change my blog...
Share:
Monday, August 27, 2007

Collection of WCF (Indigo) links and material

One of my blogging frined Nilang Shah has post our WCF links materials on his blog. It is a very good collection of WCF. You will have almost all things related to here. here is the link: http://nilangshah.wordpress.com/2007/07/16/collection-of-wcf-indigo-links-and-materia...
Share:
Friday, August 24, 2007

Component one Silverlight enabled controls.

Component one people has launched their new suite of silverlight controls. It has great user intefaces and great functionlity. There are almost 28 controls in their silverlight suite.ComponentOne Sapphire for Silverlight is the next-generation toolset that empowers you to deliver Rich Internet Applications (RIA).ComponentOne is working in parallel with Microsoft to enhance the Silverlight platform....
Share:

Breaking changes in Silverlight 1.0

Silverlight is day by day becoming more and more advance. I have found a great link that describes what's drastic changes in silverlight 1.0 then older versions like mix.Mr. Joe Stegman's have point out this things in his blog. Here is the link for that blog.http://blogs.msdn.com/jstegman/archive/2007/06/06/more-v-1-0-changes.a...
Share:

Silverlight: A few thoughts on minimizing CPU usage

Silver light is a great technology introduced by microsoft. You can develope great application with silverlight and microsoft .net framework 3.0.I have found a great link that will give us few thougths to use minimum CPU Resources.here is the link:http://blogs.msdn.com/seema/archive/2007/08/09/silverlight-a-few-thoughts-on-minimizing-cpu-usage.a...
Share:

Google Gears BETA

Gears (BETA) is an open source browser extension that enables web applications to provide offline functionality using the following JavaScript APIs:Store and serve application resources locallyStore data locally in a fully-searchable relational databaseRun asynchronous Javascript to improve application responsivenessFor more details visit following link:http://gears.google.c...
Share:

.NET Framework 3.0 Virtual Lab

Microsoft .NET 3.0 framework contain great features. Now we can test out via virtual labs. Microsoft have now announced the virtual lab for .net framework.Ever wanted to test software in a sandbox environment? Wouldn't it be great to be able to test the new Microsoft .NET Framework 3.0 technologies immediately, without dedicating one or more computers to the project? Now you can, with Microsoft Virtual...
Share:
Wednesday, August 22, 2007

Displaying Gentle Error Messages with ASP.NET

Whenever any error occurs in ASP.NET it will give default screen which is quite messy and dirty. So how we can show error messages of our own. I found a great article that explained the way to display our message.here is the link:http://blogs.msdn.com/coding4fun/archive/2006/12/28/1378666.a...
Share:

BlogEngine.NET in asp.net

BlogEngine.NET is a full-featured blogging platform that is a breeze to set up, customize, and use. BlogEngine.NET works with your choice of data source; you may use SQL Server, or you may take the plug’n’play approach using XML files.here is the link for more details:http://www.asp.net/downloads/starter-kits/blog-engi...
Share:

Question to Interviewers

Whenever we go for interview, after giving interview interviewer will explain you about their company. Here we are not prepare what type of question we need to ask about their company.I found a great link that explain about all this stuff. It gives a complete list of quesion that should be ask to interviewer.here is the link for this tutorial...http://www.emicrosoftinterview.com/Question+to+Inter...
Share:

Great Tutorial Link

I have found a very great tutorial link for web developers which contains following tutorials.It contains tutorials on following topics:1) XHTML2) JavaScript/JScript3) ASP.NET 2.04) ASP.NET 1.15) PHP 5.06) VB.NET7) XMLThese tutorials are designed to support college-level classes in Web development, but they can provide introductions to these topics for anyone interested. All are works in progress...
Share:
Tuesday, August 21, 2007

Layout performance Windows application.

Layout and User interface is one of the most important things in the windows development. With great user interfaces and layout you increase performance of windows application.I have found great link that describes the layout related problems. Here is the link.http://windowsclient.net/blogs/faqs/archive/2006/07/12/what-are-some-things-that-affect-layout-performance.a...
Share:

Format data in a bound DataGrid in ASP.NET

We Often need to format data in asp.net data grid. For example we have date time column then we need to to specific format like "dd/MM/yyyy".We can do this with dataformatstring property of a column. here we can write.different format.I have found a great link that contains all the format which asp.net data grid supports.here is the link for that article..http://www.thescarms.com/dotnet/formatdat...
Share:

Expression builder in ASP.NET 2.0

ASP.NET introduced new declarative expression syntax which allows you to substitute values into page at run time called Expression builders.There are five type of expression builder in asp.netAppSettingsExpressionBuilderConnectionStringsExpressionBuilderResourceExpressionBuilderAppSettingsExpressionBuilderConnectionStringsExpressionBuilderI have found a great article that describes the this expression...
Share:

How to route events in a Windows Forms application

As a developer we often need to develop user controls in forms for the reusability. But some time we need to handle event of the user control. For example if you have user control with button we need to handle button click event in windows forms.We can develop this type of functionality with the delegates. I have found a great articles that describes this things in very deep.here is the link for that...
Share:

Great Developer Resources.

As a web developer we all face the some problems related to web development, because web development far different then the windows development. I have found great link which will contain 99 problem that a web developer can face. It also contains great links to solve the problems.here is the link for that article..http://www.softwaredeveloper.com/features/i-got-99-problems-0807...
Share:

Fast Facts About Microsoft

I have found great link about Microsoft which includes useful information about Microsoft.Corporate AddressImportant Dates about Microsoft datesBoard of DirectorsMicrosoft's BusinessesOperation CentersMicrosoft SubsidiariesRevenue and HeadcountEmployment InformationReal Estate Portfoliohere is the link:http://www.microsoft.com/presspass/insidefacts_ms.m...
Share:

Validation Application Block: Microsoft Enterprise Library 3.1

Recently Microsoft has launched the new version of the Microsoft Enterprise Library 3.1. One of the new things in this version of the enterprise library is validation application block.The Validation Application Block will include a comprehensive library of common validation rules that apply to primitive data types. For example, we'll include rules like string length, numeric range, date range, regular...
Share:
Monday, August 20, 2007

What is AJAX?

Web application are getting popular in all over the world. Most of the desktop applications are transforming in web base application and with the new technology like Ajax we can build the great user interfaces just like the desktop application.Ajax is one of hottest technology in today's world . I have found great articles on Ajax. which describes every aspect of Ajax starting from whats is Ajax ?here...
Share:
Monday, August 6, 2007

.NET Framework and architecture

Microsoft .Net framework is component that is used to build web based and windows based application. As a developer, We all know how to build application using .net framework but we don't know underlying architecture of the .net framework.I have found great article on wikipedia that describes all the underlying architecture. of the .net frameworkhere is the link:http://en.wikipedia.org/wiki/.NET_...
Share:
Friday, August 3, 2007

SQL Server interview Questions

SQL Server is defacto database standard microsoft .net plateforms. Whenever you go as a .net developer. You have to get knowledge of the sql server.I have found a very good link of sql server interview quesiton. Which will help you to prepare for interview.here is the link :http://blog.sqlauthority.com/2007/04/17/sql-server-interview-questions-part...
Share:

Silverlight Streaming

Micorosft has launched a great technology plate form called 'Silver Light' (The name is taken from David Silverlight(Founder of http://www.community-credit.com/). It provides great user interfaces to the web based applications.Silverlight Streaming is a new Windows Live Platform offering (currently in alpha) that provides scalability-on-demand for media-rich Silverlight applications. (You can find...
Share:

Inernal Coding Standards by Brad Abrams

Brad Abrams is a founding member of Common Language run time and .net framework teams at Microsoft. He is one of the key member in .NET Framework Design and Development. He has written a blog post for coding standards which help us to improve our codding style and code readability. It is need by almost every developer.Here is the link that contains the that blog post:http://blogs.msdn.com/brada/a...
Share:

Support this blog-Buy me a coffee

Buy me a coffeeBuy me a coffee
Search This Blog
Subscribe to my blog

  

My Mvp Profile
Follow us on facebook
Blog Archive
Total Pageviews