Dot Net Framework (735)
Dot Net Remoting (161)
Dot Net WindowsForms (181)
Dot Net General (917)
Dot Net AllOther (441) What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
TCS,
5136When i am using Ajax controls (updatepanel),Is page events all are executed or only some events are executed?which page events are executed?
TCS,
5 8822Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.
6 10918What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture
2 6590i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
2613Hello guyz, I have interview scheduled next week on .Net Framework 1.1? Can any one please provide a) list of interview questions on .net frame work 1.1? b)basic differences between .net framework 1.1 and 2.0 and 3.5 c)the topics that i need to concentrate while preparing Thanks in advance
3458How will calculated the net amount in tax add like total net amount = LT+ST+CESS+amount 2500 = 10%+12.5%+5.15%+amount? kindly please explain what type of formula we apply in software? Tushar
2513I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....
1878
Explain the difference between static page and dynamic page?
What are Code Blocks in Views?
Define cache coherency? : Dot net architecture
What is difference between Desktop, Client Server & Web based applications?
Define marshling?
what will do to avoid prior case?
what is scalar property?
Explain Singleton design pattern of Remoting?
Explain the advantage of packaging over xcopy in .net?
What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?
What is unboxing?
What's typical about a windows process in regards to memory allocation in .net?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Name the distributed systems available apart from .net remoting?
how do you mark a property as required? For example, for a project, the name is a required field.