Hi All,
I am preparing for 70-562 exam (ASP.NET development), after EID, I want to take
the test.
First, electronic version of training kit doesn't have the disc which is helpful
to work with the labs questions.
Do anyone know or have the disc so I can do my practice? If not then if anyone
know where do I get it, please let me know so I can buy it.
Secondly, I am looking for braindump questions so it would give me an idea what
should expect in the exam. I appreciate for any one help.
Thank You.
From: samreen khan <khan_miles@...> To: auc-training-dotnet@yahoogroups.com Sent: Sun, November 22, 2009 7:36:05 PM Subject: RE: [auc-training-dotnet] To Sir Arfeen
kindly sir send me too...thx
To: auc-training- dotnet@yahoogrou ps.com From: shaikh.sahab@ ymail.com Date: Fri, 20 Nov 2009 01:41:54 -0800 Subject: [auc-training- dotnet] To Sir Arfeen
Dear Sir,
Salam.
Kindly tell me the process to get enrolment in MCTS Exam for web development
How Can I appear In this exam and also send me dumps for it if you have.
To: auc-training-dotnet@yahoogroups.com From: databaseschool@... Date: Mon, 23 Nov 2009 05:03:47 -0800 Subject: Re: [auc-training-dotnet] Day4_Lecture_SQL_Sever_2008
you welcome!
From: Muhammad Shahid <mshahidsoft@yahoo.com> To: auc-training-dotnet@yahoogroups.com Sent: Mon, November 23, 2009 2:35:03 AM Subject: Re: [auc-training-dotnet] Day4_Lecture_SQL_Sever_2008
Thanks for your cooperation, time and effort.
Muhammad Shahid Akhter
--- On Fri, 20/11/09, Fouzia <databaseschool@ yahoo.com> wrote:
I have posted two files on the dotnet group broad. Students who missed the class on the 14th of November can download those files for their references.
Dear All i m getthing this Compiler Error Message: CS0030 error when i testing the publish web site locally on iis in asp.net 2.0 . snap shot of the error is given below. if any body plz reply this .
Line 114: public login_aspx() { Line 115: string[] dependencies; Line 116: ((Login)(this)).AppRelativeVirtualPath = "~/Login.aspx"; Line 117: if ((global::ASP.login_aspx.@__initialized == false)) { Line 118: global::ASP.login_aspx.@__stringResource = this.ReadStringResource();
Regards Ashfaq
--- On Sun, 11/22/09, Zohaib Brohi <zohaibbrohi@...> wrote:
From: Zohaib Brohi <zohaibbrohi@...> Subject: [auc-training-dotnet] c# Day5 lab. [3 Attachments] To: auc-training-dotnet@yahoogroups.com Date: Sunday, November 22, 2009, 1:43 PM
From: Muhammad Shahid <mshahidsoft@...> To: auc-training-dotnet@yahoogroups.com Sent: Mon, November 23, 2009 2:35:03 AM Subject: Re: [auc-training-dotnet] Day4_Lecture_SQL_Sever_2008
Thanks for your cooperation, time and effort.
Muhammad Shahid Akhter
--- On Fri, 20/11/09, Fouzia <databaseschool@ yahoo.com> wrote:
I have posted two files on the dotnet group broad. Students who missed the class on the 14th of November can download those files for their references.
I have posted two files on the dotnet group broad. Students who missed the class on the 14th of November can download those files for their references.
Building an Online Shopping Cart ----------------------------------
Table of Content:
00 Introduction 01 Welcome 01 E-Commerce Basics 01 The Elements of E-Commerce 02 SSL (Secure Sockets Layer) Certificate Essentials 03 Acquiring and Installing an SSL Certificate 02 Accepting Payments Online 01 Accepting Credit Cards Online 02 Payment Methods 03 Choosing Between a Payment Gateway and a Processor 04 Merchant Accounts 03 Static vs. Dynamic Sites 01 Static E-Commerce Sites 02 Dynamic E-Commerce Sites 03 Static vs. Dynamic Sites 04 Which Application Language to Use 05 SQL (Structured Query Language) 06 Hosted vs. Stand-Alone Sites 04 Databases 01 Database Overview 02 Choosing a Database 05 Security 01 Securing the Database 02 Securing the Website 06 Shopping Carts 01 Building a Custom Cart vs. Buying Off the Shelf 02 How to Choose a Shopping Cart 07 Basic Elements of a Shopping Cart 01 E-Commerce Essentials 02 The Store and the Catalog 03 The Cart 04 Checking Out 05 Online Store Administration 08 Case Study: Using ColdFusion and Cartweaver 01 Setting Up the Development Environment 02 Installing the Cartweaver Extension Suite into Dreamweaver 03 Setting Up the Site 04 Installing the Cartweaver Application into a New Site 05 Setting Up the DSN (Data Source Name) 06 Testing the Installation 07 Code Structure 08 A Word About Design 09 Deploying the Shopping Cart 01 Choosing and Preparing the Host 02 Uploading the Site 03 Setting Up the Host DSN 04 Testing and Troubleshooting 05 Setting Up the Payment Gateway or Processor 10 Setting Up the Store 01 Admin Walk-Through 02 Changing the Store Password 03 Global Store Settings 04 Product Options 05 Categorizing Products 06 Shipping Cost Setup 07 Adding Products 08 Customers and Orders 11 Customer Satisfaction 01 Customer Service and Conclusion 12 Goodbye
Visual Studio 2008 Essentials Featuring Windows Forms --------------------------------------
Table of Content:
01 Visual Studio 2008 & The .Net Framework 3.5 00 Introduction 01 Multi-Targeting with Various Versions of the .NET Framework 02 Enhancements in the .NET Framework 3.5 03 Choosing a Language 04 Understanding the Evolution of the .NET Framework 05 Setup Instructions & System Requirements 06 Choosing the Appropriate Architecture & Solution Template 07 Software Plus Services Applications 08 Reviewing Desktop Applications 09 Other Project Templates 02 Working With The IDE Tools 00 Introduction 01 The Server Explorer 02 Creating a Connection 03 The Solution Explorer 04 The Properties Window 05 The Toolbox 06 The Object Browser 07 Working with Class View 03 Exploring The IDE In More Depth 00 Introduction 01 Customizing the Environment with Code Snippets 02 Using the Import & Export Settings Wizard 03 Customizing Environment Options 04 Customizing the Toolbars & Workspace 05 Code Editor Enhancements in C# 06 Using IntelliSense 07 Code Editor Enhancements with Visual Basic 08 Managing Code Snippets & Commenting 09 Understanding MyObject 10 Object-Oriented Programming 04 Windows Forms: Designing For Reuse 00 Introduction 01 Creating an Abstract Base Form 02 Using the Image Editor & Setting Up a Main ToolStrip 03 Adding & Configuring ToolStrip Navigation Buttons 04 Adding & Configuring a StatusStrip Control 05 Creating a Child Form & Setting the Startup Form 05 Windows Forms: Beyond The Basics 00 Introduction 01 Working with Container Controls 02 Setting Up a Research Pane 03 Setting the Tab Order 04 Creating an Embedded Browser Application 05 Configuring the Application Settings 06 ADO.Net & Data Access Fundamentals 00 Introduction 01 Data Access for Windows Forms: Core Components 02 Attaching Sample Databases & Creating Connections 03 Working with the Data Source Configuration Wizard 04 The ADO.NET Object Model 05 Working with the DataSet Designer 06 Table Adapters 07 Creating a Read-Only DataTable to Use for Reporting 08 Adding a Parameterized & an Insert Query 09 Creating an Administrative Form 10 Working with a Details View 07 Image Management With The .Net Framework 00 Introduction 01 Configuring Basic Functionality for Image Management 02 Working with the DataGridView Control in Windows Forms 3.5 03 User Interface Processing 04 Creating a File Upload Control 08 Advanced Data Access With LINQ 00 Introduction 01 Filtering & Communicating between WinForm Controls 02 Associating the Grouping ID When Adding a New Record 03 Finding & Searching 04 Advanced Data Grid Configuration 05 Working with LINQ 09 File Management 00 Introduction 01 File Management Controls 02 Adding a Dedicated File Management Class 03 Calling the File Management Class 04 Summary 05 Final Comments 06 Credits 10 Exercise Files 11 Source
I want to work as a Free-Lancer on ASP.NET. I have attached my C.V. Kindly consider it.
Note: I can give weekly 20 hours minimum (Sunday Included).
Thank you.
Regards, Zeeshan Ahmed. Software Engineer, MOBILE NUMBER: 0334-3299020.
--- On Tue, 11/10/09, kamran alim <kamran_kaj@...> wrote:
From: kamran alim <kamran_kaj@...> Subject: [auc-training-dotnet] free lancer required To: auc-training-dotnet@yahoogroups.com Date: Tuesday, November 10, 2009, 9:33 PM
I need following work in PHP
1. A web application like google
docs, or as we save our documents in any other website like this (where
my website user can upload and share their Files)
2.
communication system, Chat system like Skype, or facebook with, text
chat, voice chat and video chat option with conference chat option too
please I need serious people who can really work, and please do send me your price, too, and we also need some in ASP.NET, and flash games, please send us your rates on hourly basis,
From: Ghazanfar Jawed <ghazanfar_jawed@...> To: auc-training-dotnet@yahoogroups.com Sent: Friday, November 20, 2009 17:00:16 Subject: [auc-training-dotnet] Re: Rename or alter table name in PL-SQL & T-SQL.
u could paste that line from ur blog to here like this
In T-SQL :
The script for renaming any column : sp_RENAME'TableName.[ OldColumnName] ', '[NewColumnName] ', 'COLUMN'
The script for renaming any object (table, sp etc) : sp_RENAME'[OldTableName] ' , '[NewTableName] '
In PL-SQL :
The script for renaming any object (table, sp etc) :
Altertable Stu_Table renameto Stu_Table_10)
------------ --------- --------- ------ --- In auc-training- dotnet@yahoogrou ps.com, Sharyar Javed <sharyarjaved@ ...> wrote: > > Please Visit http://www.sharyarj aved.blogspot. com to find out how to rename table in SQL or alter table name in SQL. > > regards, > > SHARYAR JAVED > MCP (Microsoft Certified Professional) > MCTS (Microsoft Certified Technology Specialist) > MCPD (Microsoft Certified Professional Developer) > Software Engineer > Daedalus Software > www.sharyarjaved. blogspot. com >
Junior HTML & Programmer
Qualification: Fresh Graduates / Diploma Holder
Skills required for the programmers:
PHP, MySQL, HTML, WML, Javascript, CSS,
Added knowledge of AJAX, Web 2.0, C#, Microsoft Framework 3.X, Web services
Drupal, OS Commerce, dotNetNuke, Plug-in or Extension of Joomla & Wordpress,
Facebook applications, CakePHP and Action Script 3.0 will be a plus point.
Email: jobs1109@...
* Required on Urgent Basis.
Link to the file would be found int he following link. Just click on it and you would be able to see menu to the file on the left hand side.
Good luck!
From: angel eyes <samsstyle@...> To: auc-training-dotnet@yahoogroups.com Sent: Fri, November 20, 2009 12:16:47 AM Subject: RE: [auc-training-dotnet] Day4_Lecture_SQL_Sever_2008
I have subscribed on auc-training- dotnet group. All the e-mails of group also comes to me but could not find files. In which e-mail i could download it. Please tell me the steps
Go to file on the auc-training- dotnet group, you will see all files
From: angel eyes <samsstyle@hotmail. com> To: auc-training- dotnet@yahoogrou ps.com Sent: Tue, November 17, 2009 1:58:52 AM Subject: RE: [auc-training- dotnet] Day4_Lecture_ SQL_Sever_ 2008
Please Can I get this Lacture . from where can i download it .
To: auc-training- dotnet@yahoogrou ps.com From: databaseschool@ yahoo.com Date: Mon, 16 Nov 2009 09:51:51 +0000 Subject: [auc-training- dotnet] Day4_Lecture_ SQL_Sever_ 2008
Hi All,
I have posted two files on the dotnet group broad. Students who missed the class on the 14th of November can download those files for their references.
I have posted two files on the dotnet group broad. Students who missed the class on the 14th of November can download those files for their references.
From: Ghazanfar Jawed <ghazanfar_jawed@...> To: auc-training-dotnet@yahoogroups.com Sent: Friday, November 20, 2009 10:12:57 Subject: [auc-training-dotnet] Re: How use login Controls in Asp.net 2005
Assalam O Aleikum,
Below Link will surely help you for desired situation.
--- In auc-training- dotnet@yahoogrou ps.com, Waqas Iqbal <totalkarachi@ ...> wrote: > > As Salamu alaikum , > > how can i use login controls of asp.net 2005 like login and loginview control with my SQL 2005 database i have table tblusers and field username and password in my database.... .and how apply case sesitive in password case.....Kindly reply me.. > > > Thanks and Regds, > Waqas Memon > > ____________ _________ _________ _________ _________ __ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail. yahoo.com >
I have posted two files on the dotnet group broad. Students who missed the class on the 14th of November can download those files for their references.
yes web service will be effective if your querying because WebServiec will Perform its Cycle
first your applicatoin call web Service on http Protocol then web service Query in Database Generate OR IF YOUR USING
Simple Object Access Protocol (SOAP) that uses standards based technologies (XML for data description and HTTP for
transport) to encode and transmit application data in Short web service convert its data in to XML send Send you Back your Application Convert XML into Application Data (objects) Then Use it ok i will Suggest you if Your Note Working on SOA base Model or Web Service unnecessary so do not Use WebService 2nd thing if u have to use Service in you app to try Wcf or dotnet Remoteing
it will gives you mush more faster access
or any else gmail me or visit my blog usamawahabkhan.blogspot.com
usama wahab khan Sr.Software Developer Osmani and Company Admin: thedreamboss.com Contact e: usamawahabkhan@... Usamawahabkhan.blogspot.com ph# +923332395710
From: sajid umar <qureshi_sajid@...> To:
auc-training-dotnet@yahoogroups.com Sent: Tue, November 17, 2009 4:44:52 PM Subject: [auc-training-dotnet] About Web Services
Asslam Alikum,
I am Using Web Services that contains Report Query, does this effect on fetching records from database that reside on server. because it takes too much time to open.