|
| |
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
It's a big release, and pulling together that many pieces in an
integrated fashion, it's bigger than anything we've ever done,"
said CEO Steve
Ballmer. "I always tell our people relative to our scale, it's
a lot more like Windows 1.0, maybe 3.0 than anything we've done before.
It's a whole new development platform, and getting the whole new
development platform done is harder than just making incremental
improvements in user and administration features. We're working hard at
it.
Full
Article |
|
| Its little late to post this but it came under my radar
today itself. but many thanks to Tim Berners-Lee for WWW.
Tim Berners-Lee, Inventor of the World Wide Web, Knighted by Her Majesty Queen Elizabeth II.
Director of the World Wide Web Consortium (W3C) honored at Buckingham Palace for services to global development of the Internet
More Read Here : http://www.w3.org/2004/07/timbl_knighted
|
|
Some time I feel why always spend time in sharing technical information, should at times share some non-sense also. After all we should also share joke once a day, is an essential part of developer’s life, nilay_n_19 one of my yahoo friend send me this and I thought let me share with others too…
Do you know the full form of "DIARYMILK"?
"Darling I Always Remember You,
Meet Immediately 4 a Long Kiss."
That's why girls ask 4 DIARYMILK
he he he ……. |
|
| Sometime MS really make me crazy, I was a bit surprised to
know that all Data objects which is currently seen in toolbar is
disappeared in Whidbey, I searched here and there but no luck, even
system.data namespace is not included by default. Thats right . These
objects have been removed from toolbox . In whidbey they have new objects
called TableAdapters which will help in achieving the purpose,
better way. TableAdapters are designer generated components created
by Visual Studio. TableAdapters are analogous to strongly typed data
adapters. Also System.Data reference is not added by default . But
when you use Data wizards , this reference is automatically added. |
|
| The Streaming SIMD Extensions 3 instructions (also known as SSE3) add important new capabilities to the Intel® Pentium 4 E processor (code-named Prescott). Currently SSE3 is supported by the Intel® C++ compiler 8.0, but you may still require a build environment from other compilers such as Microsoft Visual Studio* 6.0, .Net 2002 or .Net 2003. Fortunately, you can include SSE3 assembly instructions in optimized functions in your application with support from either the Microsoft Macro Assembler (MASM) or the freeware Netwide Assembler (also known as
NASM).
Read
More Here
- James Rose
Sr. Application Engineer
CSD/AET Client Enabling Technology
|
|
Mono is a comprehensive open source development platform based on the .NET framework that allows IT and ISV developers to build Linux and cross-platform applications with unprecedented productivity
http://www.mono-project.com/about/index.html
|
|
| MSDVD writes "Microsoft's Japanese Division reported that its upcoming operating system, code-named Longhorn, will support HD DVD format. HD DVD is an enhanced version of the standard DVD technology. According to online reports, Microsoft is pushing the next-generation blue-laser DVD technology like NEC and Toshiba. Blue-light technology can read and write data much faster and at higher densities, which is needed for high-definition content. Few Japanese companies said they will have HD DVD content based DVDs by next year to support the players."
Source: http://it.slashdot.org/it/04/07/26/228242.shtml?tid=198&tid=109&tid=201
|
|
| Various File Types in ASP.NET
Extension: .asax
The Global.asax file, also known as the ASP.NET application file, is an optional file that contains code for responding to application-level events raised by ASP.NET. The System.Web.HttpForbiddenHandler is used to prevent direct requests to this file. This is the ASP.NET equivalent of the global.asa file.
Extension: .ascx
Used for custom User Controls. When a page is executed with an ASCX reference, ASP.NET uses this extension to process the request. The System.Web.HttpForbiddenHandler is used to prevent direct requests to this file.
Extension: .ashx
Custom HttpHandler is implemented as a file rather than a separate class. HttpHandlers and HttpModules are not currently supported on our platform.
Extension: .asmx
Files with these extensions contain the WebService processing directive and serves as the addressable entry point for XML Web services.
Extension: .aspx
Handles requests for ASP.NET requests.
Extension: .axd
Used to handle Trace requests (for debugging purposes). Tracing is not supported on our platform.
Extension: .vsdisco
XML Web Service dynamic discovery document.
Extension: .rem
Requests for file names with this extension are passed to the .NET remoting subsystem.
Extension: .soap
Requests for file names with this extension are passed to the .NET remoting subsystem.
Extension: .config
The web.config file can be used to configure many aspects of your Web application. The System.Web.HttpForbiddenHandler is used to prevent direct requests to this file.
Extension: .cs
C# source file. The System.Web.HttpForbiddenHandler is used to prevent direct requests to this file.
Extension: .csproj
Visual C# (part of Visual Studio .NET) project file. The System.Web.HttpForbiddenHandler is used to prevent direct requests to this file.
Extension: .vb
VB.NET source file. The System.Web.HttpForbiddenHandler is used to prevent direct requests to this file.
Extension: .vbproj
VB.NET (part of Visual Studio .NET) project file. The System.Web.HttpForbiddenHandler is used to prevent direct requests to this file.
Extension: .webinfo
Usually contains the path to the Visual Studio .NET project on the server. The System.Web.HttpForbiddenHandler is used to prevent direct requests to this file.
Extension: .licx
Text based files that are used for licensing purposes. The System.Web.HttpForbiddenHandler is used to prevent direct requests to this file.
Extension: .resx
XML based resource files. The System.Web.HttpForbiddenHandler is used to prevent direct requests to this file.
Extension: .resources
Similar to .resx files but these types of resource file are created with the ResourceWriter class in the .NET Framework. The System.Web.HttpForbiddenHandler is used to prevent direct requests to this file |
|
| Every thought of what is aspnet_client directory meant
for ?
This directory contains JavaScript files that are used by the ASP.NET
runtime for client-side validation functionality
This directory is created automatically when ASP.NET is enabled on your
site. This directory is not required for ASP.NET applications to run. It
is only required if you are using client-side validation with ASP.NET
server validation controls.
if you are using ASP.NET validation controls with client-side
validation enabled and your aspnet_client directory is missing, your users
may encounter errors
"Unable to find script library '/aspnet_client/system.web/1_0_3705_272/webUIValidation.js'
To resolve this you can manually copy the folder to your root directory
or you may run aspnet_regiis -c to reinstall asp.net |
|
"Software will be the single most important force
in digital entertainment over the next decade. XNA underscores Microsoft's
commitment to the game industry and our desire to work with partners to
take the industry to the next level."
- Bill Gates, founder and chief software
architect of Microsoft
Microsoft has this morning announced that it will be unveiling its new
XNA software development platform at the Game Developers Conference later
today. XNA is described as a powerful next-generation software development
platform designed to allow developers to deliver breakthrough games while
combating rising production costs and increasing hardware complexity. XNA
is designed for use with future iterations of all Microsoft game
platforms, including Windows, Xbox, and Windows Mobile-based devices
Read more about
XNA here... |
|
| Did u know that Some operators in joins or predicates tend
to produce resource-intensive operations. The LIKE operator with a value
enclosed in wildcards ("%a value%") almost always causes
a table scan. This type of table scan is a very expensive operation
because of the preceding wildcard. LIKE operators with only the closing
wildcard can use an index because the index is part of a B+ tree, and the
index is traversed by matching the string value from left to right.
- from MSDN |
|
If you are behind a PROXY server, you may get the below error when running the page.
“The underlying connection was closed: The remote name could not be resolved.”
An HTTP proxy server exists between the Web service and the .NET client, and the proper proxy settings have not been configured.
To resolve this problem, supply the proper proxy configuration settings to the .NET client.
More Information
The following are the default settings in the Machine.config file:
<configuration>
<system.net>
<defaultProxy>
<proxy usesystemdefault = "true" />
</defaultProxy>
</system.net>
</configuration>
If the default settings do not automatically detect the proxy server settings, set usessystemdefault to false, and then explicitly designate the proxy server. To designate the proxy server explicitly, use either the Machine.config or Web.config file, or specify the server programmatically.
To specify the proxy server, set the Machine.config or Web.config file settings as follows:
<configuration>
<system.net>
<defaultProxy>
<proxy
usesystemdefault = "false"
proxyaddress="http://proxyserver"
bypassonlocal="true"
/>
</defaultProxy>
</system.net>
</configuration>
|
|
| One of the additions to the PowerBuilder IDE (define) is the inclusion of ActiveX Data Objects interfaces for .NET (ADO.NET), to access, manipulate and exchange data used in SQL Server or based on XML (define) or OLE DB (define). Also included is PowerBuilder support for Microsoft's Active Accessibility Interface, used to build applications on the Windows operating system platform for users with disabilities
Read
More Here.... |
|
| Many time a situation comes where we would like to reset identity column values like for testing u inserted few records and now u would like to reset or you have deleted good amount of records and u would like to re-start from the current max value after deletion. Recently I had this requirement, every time we test project we wanted to reset identity values. stupidly we where just running the big whole generated SQL script. The Transact-SQL's DBCC statements gave me an alternative approach and now I see that things can be done programmatically also.
DBCC stands for Database Console Command statements: DBCC CHECKIDENT is used to Checks the current identity value for the specified table and, if needed, corrects the identity value. Simply issue a command like this:
USE TrainingDB
GO
DBCC CHECKIDENT (MyOrders, RESEED, 1)
GO
This SQL code will forcibly reset the seed value to 1 for the specified table.
Oracle has similar thing called for Auto increment called "Sequence" and it has 2 method S1%Nextval and s1%CurrentVal so with this is possible to find out what is the current auto increment value, for some reasons u would like to find out same thing in SQLServer then
This example reports the current identity value in the jobs table, and does not correct the identity value, if incorrect.
USE pubs
GO
DBCC CHECKIDENT (jobs, NORESEED)
GO
Checking identity information: current identity value '7', current column value '7'.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
The out put is a string so some string parsing is required here. not
tried any other stunt so if anyone knows something more do write me back. |
|
I was developing few pages for Hardik(Montu) to host his student
community site using access database and I landed into this exception,
I was wondering what could be the error since I was not using "concatenation
string" to create insert statement, infact I am found of using
typed datasets and I had used the same here
1. Dataset's Add Method and
2. DataAdaptor's update statement,
"2 hrs" spent in dealing with error, I went crazy
and tried all stunts but no luck, Sometimes back Dhaval had called up with
same issue and was resolved by giving appropriate write permission on
folder and access database. I did all that stuff also but still no
luck.
Then when I again re-looked at table structure I realized that I
had given column name as "Year" which is a reserved word. OOPS,
I would love if the error message was more relevant but anyways, The
work around is use [ ] before and after that word. or pay attention while
giving your column names, don't use reserved words. Normally access do
automatically insert brackets during such cases, but I don't know why he
did not worked for me.
Anyways I thought this information would save someone else time and
thus sharing with you all.
Good luck and happy coding... |
|
|
|
|
|
|
|
|
|
|