Visual Studio 2010
December 17, 2009 at 4:09 am | In ASP.NET, Microsoft | Leave a CommentTags: dotnet framework 4.0, master pages, VS 2010
My first look of visual studio 2010
I just downloaded 2010 in to my system when I open first time I was crazy by seeing the new environment I think Microsoft took lot of care from begging to end when we see the window it is totally a fresh present look with lot of enhanced new concepts within it.
See the below screen for the new look
So what do you think am I right? I know we are seriously bored with the existing user interface environment of the visual studio. Lets open new project and see what are all new things that are there. I opened the visual basic asp.net web application.
By default I am getting in the Solution Explorer Account folder with basic login pages like registration, login, change password and script folder with basic java script functions and extended style sheet where a developer can also declare styles and about.aspx page and default.aspx pages and finally Site.Master master page and web.config pages you can refer the below window to know more clear.And by default all these pages have master page as reference
Yes we have split view here where we can design and view at a time and good thing here is when we click on particular control html tages are displaying in the design view so that easily we can design our applications.Download VS2010 and have a play with new things.
My Session @TCS Hyderabad.
June 16, 2008 at 4:47 am | In Microsoft | Leave a CommentLast Saturday (14th June) I gave a MVP Session at TCSHyderabad on SQLServer 2008. Which is actually a wonderful expression as the session is MVP session I and Hima took part of it . I had covered all new features on SQL 2008. I am thanking Microsoft for giving me such a opportunity. And the response from Audience is grate and there interest in learning new technologies is too good.
Here is the happy news to share with you all
October 4, 2007 at 11:14 am | In Microsoft | 1 CommentI recived a mail from Abhishek who is India MVP Lead saying that
“Congratulations! We are pleased to present you with the 2008 Microsoft® MVP Award! The MVP Award is our way of saying thank you for promoting the spirit of community
and enhancing people’s lives and the industry’s success every day. Your extraordinary
efforts in Visual Developer – Visual C# technical communities during the past year
are greatly appreciated”
When I was reading the mail I am very much exited and ie the most happiest movements in my life And this is because of my sister Hima bindu’s guidence and I am very thank full to her for guiding me. And finally now I am an MVP for C# dotnet
Dream and work hard then your dreams comes in to ture…………
Upcoming IT Pro Webcasts this August
August 22, 2007 at 5:44 am | In Microsoft | Leave a Comment| Attend a series of LIVE Webcasts this August by Microsoft experts on Office Communications Server, Windows Server 2008, SQL Server 2005 and Windows Vista and get on to the edge of the steep-learning curve. | ||||||||||||||||
| Register Now! |
||||||||||||||||
|
||||||||||||||||
|
A series of forthcoming TV shows on CNBC
May 29, 2007 at 11:14 am | In Microsoft | Leave a Comment|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Master pages in 2.0
May 8, 2007 at 12:33 pm | In Microsoft | Leave a CommentThere are many new features in dotnet fromework2.0 one of interesting thing is Master pages this article will help you who to use master pages.when I am using 1.1 I felt that there should be one control which can handle user controls and master page do the same.
In our applications header,footer and in some cases left navigation will not change only the content page will change.
coming to Master pages right click on solution explorer and add new item there you will have many types of forms clickon Master page Extension of Master page is .master
The page will be like this
<%@ Master Language=”VB” AutoEventWireup=”false” CodeBehind=”Sample.master.vb” Inherits=”Masterpage.Sample” %>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”><html xmlns=”http://www.w3.org/1999/xhtml” ><head runat=”server”>
<title>Master Page</title></head><body>
<form id=”form1″ runat=”server”><div>
<asp:ContentPlaceHolder ID=”ContentPlaceHolder1″ runat=”server”></asp:ContentPlaceHolder>
</div></form></body></html>
sample is the name of the master page if you see the first line it will inherits =”Masterpage.Sample”
what we need to do in that is add one table with 3 rows in aspx of master page
In the first row add header image second row place the content page
and in the third row place footer image Now go to solution explorer and right click on master page you will have one option called add content page.when you click on that a new content page will be added there you can write your own code like login contrles,gridviews and accroding your requirement Added content page will be like this
<%@ Page Language=”vb” AutoEventWireup=”false” MasterPageFile=”~/Sample.Master” CodeBehind=”WebForm1.aspx.vb”
Inherits=”Masterpage.WebForm1″
here ~/sample.Master is the master page of this content page
like this you can add many master pages in your application and you can add many number of content pages in your master page
Community launch 2007
April 30, 2007 at 7:25 am | In Microsoft | 4 CommentsThis Sunday(29th April) I had attended the community launch 2007.This is the third time that I attended the events conducted by Microsoft.MUGH management is doing wonderful job by conducting these types of events and we are learning a lot about all the latest technologies of Microsoft
Harish ,your session on vista is very cool and interesting I
understood the concepts of UAC (User Account controls) and gadget creation ,
You suggested us to create our own gadgets thanks for this I am
trying to post my ideas soon LOL J
Anjana! your session is very interactive one. We understood the concepts
of office 2007 .Sudhakar your session is simple and straight
And last session on MOSS was very interesting and interactive one as a developer
we should know about sharepoint and your explanations
on share point portal is excellent .
But I am sorry to say that session Conducted by MAQ is boring,
uninteresting and the speaker is just reading What ever is there in
the slides. I felt like wasting a time of almost one hour. Core,I
know you people give much importance to audience feedback,please
my sincere request is not to encourage the Session conducted
by MAQ as we have lot of hopes on MUGH. I am not satisfied
with the Goodies (MUGS) we have got. Very difficult to carry them.
Thanks again for the MUGH Core Team. You people are doing
a great job to the Community Waiting for the next Event ….
AEAP pls…
MicrosoftSilverlight ,How the name came?
April 21, 2007 at 6:52 pm | In Microsoft | 1 CommentMS WPFE,part of dotnetframework3.0 is named as MS silverlight .Its named after Mr.DavidSilverlight
And that silverlight is none other than David silverlight form Community-credit.com
Congrats David it’s really great one of the MS technology is named after you
Community credit is one of my favorite site .David is really doing great contributions beyond MVP .MS has recognized his services towards MS technologies and there product is named after his name .It’s really an encouragement .You can check about this here
Microsoft Silverlinght has released
April 17, 2007 at 8:26 am | In Microsoft | Leave a CommentThe Official Name for WPF/E is named as Sliverlight
This would beat all the presentaion scripts and stuff.
No doubt this is going to be the next generation amazing technology…
For more details
What’s New in Windows Vista
December 12, 2006 at 2:27 pm | In Microsoft | Leave a CommentHere are the new features of windows Vista we can learn from here
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.


