Sql Server - Essential Training Topics For Supervisors Of .NET Developers

Mar 18, 2010

I have a co-worker who supervises a group of ASP.NET developers who are doing lots of ASP.NET/SQL Server apps. My co-worker was very technical at one time, but his last programming assignment was writing Fortran code in the 1980s.

He has asked me to help him gain a deeper knowledge of ASP.NET Web application development to equip him in his supervisory role. I will be spending an hour every other week with him providing training, and he will probably not have a lot of time to commit otherwise.

What would you recommend as topics to cover, tutorial resources, etc. so that I can help him get up to speed in his role as a supervisor of ASP.NET developers?

View 1 Replies


Similar Messages:

Sql Server - Want To To List Down Topics That Are Related To Web Development?

Jul 27, 2010

I am having 3 years of experience in asp.net. I need to list down topics that are related to web development

I have listed the following topics.

Classes
Objects
Polymorphism

B. C#
Boxing-Unboxing
Delegate- event

C. ASP.NET Topics
Authentication and Authorization
state Management
XML/XSL/XSLT

D. Designing
HTML
CSS

E. Advanced ASP.NET Concepts
WCF
WPF

F. ADO.NET

H. SQL Server

Normalization
SP/ Functions (differnce), views
Triggers

View 1 Replies

The Number Of Developers Vs PHP Developers?

Aug 19, 2010

A client has approached me requesting that I quote to build a project in .NET. One of their reasons for this is because it's easier to find a .NET developer than it is a PHP developer.I've tried searching google, but I can't find any stats on this. I suspect that there are more PHP developers, then .NET, I certainly don't know any .NET developers, but know a few PHP developers.Does anyone have a link to any stats which should how many developers their are for each path?

View 2 Replies

SQL Server Connection String - Hide Password From Other Developers

Jun 1, 2010

We're migrating one of our sites to ASP.Net. We do not want to use integrated security, which uses the windows account to connect to sql server (not going to get into why, its just out of the question). We created a username and password to connect to SQL Server, and would like to use that username and password, however, we also do not want other developers to see this information (easily read from the web.config).... I know it can be encrypted, but it can just as easily be decrypted by the developers - plus encryption has a performance hit.

View 5 Replies

ADO.NET :: DataReader Or DataSet To Read An Output Parameter Not Essential?

Nov 4, 2010

I always thought we had to use a DataReader or a Dataset to read a given SQL data but i realized that it is not necessary to use them to read an SQL Output Parameter(im not a SQL expert).

View 1 Replies

Video Training Guides Available?

Jan 4, 2010

I was wondering if there are any .NET video training guides out there? And anyone have recomendations with any of the video training pay sites?

View 10 Replies

Looking For A Good Online Asp.net Training Program?

Feb 17, 2010

I am recently a layed off windows developer. It appears the only jobs available now are for web developers. I'm trying to learn this on my own but I think prospective employers might be more apt to hire a newbie if they have some accredited training.

Can anyone recommend some good online schools that have good asp.net training? I don't necessarily want another degree, just the training.

View 2 Replies

To Find Video Tutorials For The Following .Net Topics?

Sep 14, 2010

Asp.Net Pipeline
Transaction Management in .Net/Sql Server

View 1 Replies

WCF / ASMX :: How To Find Out Online Training Or Any Kind Of Videos

Jan 4, 2011

to find out online training or any kind of videos for WCF.

View 2 Replies

How To Make Discussion Forum - New Posts/topics Icon

Mar 21, 2010

I'm writing a small discussion forum.I modeled on YAF - there is something like Mession, which depends on Session.Everything seems work until delete the session cookie - the data reset and all the posts/topics icons are displaying as new.I think, that there may be a better way to store lastvisits in session.I'm very interesting about the mechanism which is on this forum.

View 2 Replies

Learning / Training Question - Class Vs Consultant Trainer?

Apr 27, 2010

I have 9 years web development experience in another platform, I am jumping into a new project and have decided to use this opportunity to learn ASP.Net on the fly!I have browsed my share of .Net books and watched many hours of .Net videos and have been considering attending a formal 5 day training class. But I was also considering that for the same money or maybe even less I could hire a very experienced .Net consultant to teach me the things I am struggling with, answer my questions and even show me how to implement these concepts into my current project. This idea seems to be alot more flexible as well.My concern with taking a class is there will probably be some hours in there spent on concepts I could learn from a video in 5 minutes or read out of a book. I just think I could get more bang for my buck with a "Personal Trainer".

View 2 Replies

C# - Creating A Software To Post And Manage Topics In A Lot Of Forums?

Sep 24, 2010

I want to create a software (desktop or web application) that have some bellow features:At beginning, I will add some forum (that I want to post topic to there) to software (to make it easier, at first the kind of forum is just vbulletin maybe)Posting topic to forum automatically (Type topic content and select forum to post)Manage all topic in all forum that we have post before.Posting reply to each reply.I think this software is very useful for those who want to post and manage a lot of topic in a lot of forum.
Do you think any soft like this one that was created already?How can I get start with this? At now, can I use C#, ASP.NET to implement this idea?

View 1 Replies

Get Support From Microsoft Developers?

Mar 17, 2010

I am not able to reproduce the problem in stage or development. It only appears when the website is under heavy load.

I think it is solvable if somebody who has a very good understanding of the internals of FormsAuthentication would have a look at it by logging into our system. It should be at least Scottgu!

Somebody told me that Microsoft Premier Support is a good choice for this kind of problems. We have no MSDN subscription or other connection to microsoft that enables us to use MPS.

Is there a way to get support on a incident base? Are there other ways to get this kind of support?

EDIT Here is the problem itself:[URL]

View 4 Replies

C# - Tips For Developers Moving From Webforms To MVC

Apr 4, 2011

What should developers moving from ASP.NET Webforms watch out for when they move to ASP.NET MVC?

View 11 Replies

How To Add Most Usefull Web Sites For SharePoint 2010 Developers

Feb 15, 2011

I've searched some FREE Controls, Templates, WebParts, Themes for SharePoint 2010, and its really hard to find good and free examples. Turned back into StackOverFlow and there is no Community Wiki for it. I want to open a Community Wiki about All Free SharePoint 2010 Controls, Templates, Themes, WebParts, etc... to collect them all in one topic.For example, there is a site about MOSS 2010 Free Controls in here. This site containt most MOSS versions controls, web parts. I want SO Users to add most usefull web sites for SharePoint 2010 Developers such as Free controls, themes, tools, etc.

View 1 Replies

ADO.NET :: Taking Over A Project Built By Other Developers And They Used Linq-To-Sql?

Dec 26, 2010

I'm taking over a project built by other developers and they used Linq-To-Sql, which I've used, but not with stored procedures.

Most of them work, but some don't because the stored procedure returns a dynamic select statement. So L2S doesn't understand what return type to set for the stored procedure and it return an "int" instead of a "ISingleResult<some type>".

Even if I manually change the return type to what it should be in the data context and save (I know you aren't supposed to), the stored procedures revert back to the "int" return type. Is there any way to make them always return a particular type?

View 2 Replies

View The Size Of The Packets Sent With IE8 Developers Tool?

Feb 4, 2010

I am used to use Firefox's FireBug and It is really good. I can see all the info I need.Right now I am dealing with an application that is only compatible with IE, I am using the developer tools of IE but it is not as intuitive as Firebug and I can't figure out how to see the size of the packets sent from the client to the server, so far I see the time spent in each request.

So, is it possible to view the size of the packets sent with IE8 developers tool?

View 1 Replies

C# - Allow Developers To Enter Role Information Into The Web.config?

Oct 10, 2010

I'd like to mimic the behavior of the "profile provider" that is available in .Net. The profile provider acquires profile properties from the web.config and those properties are immediately available as an enum for use in the code behind.I'm unsure how to do this, and wondered whether someone may be able to help.Essentially I'd like to allow developers to enter Role information into the web.config, and then have this role information available for use within an enum in the codebehind.

View 1 Replies

Convincing Legacy Application VB6 Developers To Make Switch To C#

Oct 20, 2010

I know this question could be similar to others but really I'm looking for reasons why VB6 developers should switch to C#. My company recently approved project to be written in C#, so we have a lot of VB.Net programmers, however, we have some legacy app developers as well that are in VB6. We have a time frame to re-write those apps into .Net web apps. So no matter what they will have to learn new stuff.

One of the developers today specifically asked "why should we switch to C#?" I responded that the community largely has decided that C# is the way to go with about 80% of the examples in C#. I am a VB.Net programmer and I am excited to finally cut my teeth on C#, however, being that I'm so new I'm not sure I can answer the "why?" question. My reasons are more because I want to learn it. So without descending into a VB verses C# I really am curious if there are any resources that I can send to these developers to calm their nerves.

View 10 Replies

Open Forums For Trainers (professional IT Courses Fro Developers)?

Sep 23, 2010

asked in forums but I could not find any forum, newsgroup or discussion boards for "trainers" (teachers, coachers) and supporters (writers of courses, sysadmins of labs, et al) of professional courses for IT developers Might be the certified by major vendors trainers have the sites with forums but they are closed to non-certified "colleagues". Are there? I even do not know!I train as a hobby, sporadically, and I am not certified as trainer, at least by private entity. I daresay I spend on preparation to train more than I earn from training

View 1 Replies

C# - How To Implement And Maintain E-commerce Application When Business Don't Want To Disclose Merchant Details To Developers

Jan 14, 2010

Recently we've developed an E-Commerce web application for a client. We are at the stage before launch and the client is not happy to disclosing live merchant account details to us because they don't want us to potentially being able to see their clients' data.

Since we are going to maintain their website (running off their servers but we will still have access to the site files) I cannot see an easy solution to this other than trust.

How to implement and maintain E-commerce application when business don't want to disclose merchant details to developers?

View 2 Replies

Architecture :: Online Architecture Training

Feb 2, 2010

I'm planning to build "job search" website using (asp.net3.5 , c#, sql server2008,wcf,jquery,json,linq and Client-Side AJAX). my problem is that i want to build my project using the right architecture and i don't know how to do this? and should i use the design pattern too ?
So,I'm looking for online training that maybe help me to learn about the architecure and design pattern and how to use them in my website project?

View 9 Replies

JQuery :: Learning Jquery And Topics To Cover To Learn Jquery?

Mar 16, 2011

which is the best way to learn Jquery....and what all topics I need to cover to learn Jquery in full...so I could code like a pro.

View 2 Replies

Visual Studio :: Visual Web Developers "copy Website" Function Unsecure?

May 6, 2010

I setup my server and Iam able to use VWD "copy website" function to move files from my local computer to my server.But is the "copy website" function not secure? When I setup my connection "by selecting FTP site" I have to enter my FTP username and password, VWD states that the password is sent unencypted in plain text and it can be intercepted.So is it bad form to use the "copy website" function?

View 1 Replies

DataSource Controls :: How To Insert Data From Local SQL Server To Remote SQL Server (without Using Linked Server)

Apr 15, 2010

How to insert data from local SQL server to remote SQL server (without using linked server) like below?

insert * into [remote server].[northwind].orders
from [local server].[northwind].orders

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved