|
|
|
|
|
|
| | Total Hits: 134 | Today: 0 | Author: AzamSharp | Rating:  |
| |  I was reading a very interesting article about creating a chat room using AJAX on www.codeproject.com. You can read the complete article at this link. After reading the article I thought why not implement a chat room but instead of using pure AJAX I will use ASP.NET 2.0 Client Callbacks. In this article I will demonstrate how to implement a very simple chat room.... |
| | Total Hits: 676 | Today: 0 | Author: PSL Consulting | Rating:  |
| |  My client has an immediate requirement for CONTRACT .Net developers. You should have at least 3-4 years experience with .Net and have an excellent academic’s. Minimum of 2:1 in computer science and 3 A’s @ A level. The positions are for 6 months initially and may extend. You must be immediately available and be able to work in Hertfordshire. Please send your CV for consideration, with your salary expectations.... |
| | Total Hits: 635 | Today: 0 | Author: JM Recruitment | Rating:  |
| |  C# and java Developer required for an Investment Bank in Central London. Main responsibilities: Developing in C# and Java. Agile development of feature based deliverables. C# Winforms (2+ Years). Java Middle Tier (3+ Years)... |
| | Total Hits: 690 | Today: 0 | Author: Senior Internet Ltd | Rating:  |
| |  Senior Internet Ltd are the E Midlands region’s largest dedicated web applications company. Last year Senior were in the top 250 UK web companies (Plimsol Research). We are committed to our staff and provide an excellent, supportive working environment.... |
| | Total Hits: 635 | Today: 0 | | Rating:  |
| |  We have multiple contract opportunities to fill on this project. Please respond with a copy of resume in word format and indicating your hourly/salary expectations as soon as possible.... |
| | Total Hits: 713 | Today: 0 | | Rating:  |
| |  Thoroughbred horse racing ownership in virtual world. Breeding, training, racing in highly detailed in text environment. 2D Race Engine supported race screen.... |
| | Total Hits: 693 | Today: 0 | Author: Microsoft | Rating:  |
| |  Alright, today's chat is about the C# IDE. That essentially means that we'll be able to answer questions about intellisense, refactoring, etc. the easiest, though we may know the answers to other questions. Please bear with us if we take some time answering questions - we're making sure to fully think through the answers. :0) And now, some introductions from our Experts before we officially start:... |
| | Total Hits: 610 | Today: 0 | Author: Microsoft | Rating:  |
| |  Welcome to today’s C# 3.0 Language Enhancements Chat. Your questions, comments and feedback are welcome. We’ll get started in about 5 minutes. In the meantime, if our guests would like to start asking questions, feel free to. Just please remember to check the “ask the experts” box before sending.... |
| | Total Hits: 724 | Today: 0 | Author: Microsoft | Rating:  |
| |  Welcome to today’s chat. Our topic today is C# Chat: The C# IDE.We are pleased to welcome our Experts for today’s chat. I will have them introduce themselves now.... |
| | Total Hits: 603 | Today: 0 | Author: Microsoft | Rating:  |
| |  Welcome to today’s chat on Visual Basic 2005 Data Enhancements. We have members of the Visual Basic and VS Data teams here to answer your questions today. I will ask the hosts to introduce themselves.Hi, I'm Eric Gruber. I work on the Visual Basic QA team focusing on the data features of VS.... |
| | Total Hits: 429 | Today: 0 | Author: Microsoft | Rating:  |
| |  Welcome to today’s chat on Visual Basic 2005 Language Enhancements. We have members of the Visual Basic team here to answer your questions today. I will ask the hosts to introduce themselves.... |
| | Total Hits: 660 | Today: 0 | Author: Microsoft | Rating:  |
| |  I set out to write this article about Visual Basic® 2005, but that left too many things to choose from. I could wander through the entire feature list, giving you a bit of information on cool IDE features like Edit and Continue, IntelliSense® Code Snippets, or the Exception Assistant; skim over the advanced language enhancements like generics, partial classes, and unsigned types; and barely touch on all the cool Microsoft® .NET Framework enhancements around Windows® Forms, data binding, ClickOnc... |
| | Total Hits: 505 | Today: 0 | | Rating:  |
| |  I've created a DLL in VB.NET and everything works when I reference either the vbproj or the DLL from within the VB.NET IDE. However I can't register the DLL for use outside of VB.NET (RegSvr32 fails, RegASM doesn't appear to do anything).... |
| | Total Hits: 396 | Today: 0 | | Rating:  |
| |  I look at new feature of VB .Net and don't found any function that do a bitshitleft on an integer. I already have a function that do that, but it's a lot of job : check sign bit, multiply by 2 factor, ... In C++ you have the operator <<. It's so simple.Is there a undocumented function that do bitshift. If not, is there a way to include a piece of C++ code in VB (Like Assembler in C++).... |
| | Total Hits: 231 | Today: 0 | | Rating:  |
| |  I need to do some serial comm in my app. In vb6 I would use mscomm32. My .net book says I can use earlier ActiveX controls but doesn't elaborate. I copied the mscomm32.ocx from vb6, ran regsrv32 and added the control to my toolbox. Fine, but when I try to add it to a form it tells me I'm not a "licensed user".... |
| | Total Hits: 366 | Today: 0 | | Rating:  |
| |  Hi,I would like to write and read audio/video data into/from a database.Could any one tell me how to do it?... |
| | Total Hits: 234 | Today: 0 | | Rating:  |
| |  I have an NT server with a datasource called datHelp, it is an access database. The database also resides on the server. What do I tell my connectionstring to attach to the database, I tried using Machine name but I keep getting the datasource not found message. CAn I connect to an access database with an ODBC setup on another server or do I have to have SQL server installed ?... |
| | Total Hits: 255 | Today: 0 | | Rating:  |
| |  Hi - I'm using the web site admin tool to setup users and roles for an application.Once I deploy the site, and users are actvely using it, how do I then run the web admin tool against the live site, to add new users, change their roles etc? Do I have to write new forms/code to handle this?... |
| | Total Hits: 189 | Today: 0 | | Rating:  |
| |  Is a machinekey always required in a websites web.config when there are cookies involved.I would like to get the cookie but I do not want to have to copy the machinekey into each websites web.config as it may change.Is there anyway to leave it out altogether and how does it work with the cookie? Is there anyway to post it in certain circumstances such as if the user is in a certain admin group on the local network.... |
| | Total Hits: 386 | Today: 0 | | Rating:  |
| |  When I use a LayoutTemplate and a "remember me" checkbox, it doesn't seem to create a permanent cookie.My code is too big to post the whole thing, but here's the relevant part:
I guess I'm assuming that making the ID "RememberMe" will clue the control in that this is the cookie check box, but maybe not. I can't seem to find any documentation about this exact thing.It does seem to recognize the UserName and Passw... |
|
|
|
|
|
|