Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
what is the difference between vb6 and vbnet1object-based language2doesnot support threading3 not powerful exception handling mechanism4does not
what is an interfacean interface is not a class it is an entity that is explained by the word interface an interface has no implementation it only
what is an interface and what is an abstract class please expand by examples of using both explain why in a interface class all methods are
net is compile time or runtime environment nets framework has clscts and clrcts checks declaration of types at the time when u write code and
how would you implement inheritance using vbnetcwhen we set out to execute a class using inheritance we must first start with an existing class from
how to creating a key pair you can make a key pair using the strong name tool snexe key pair files usually have an snk extensionto create a key pair
what is the difference between proc sent by val and by ref by val alters will not be reflected back to the variableby ref alters will be reflected
what are the authentication methods in net 1 windows authentication2 forms authentication3 passport authenticationthe authentication option for
how does output caching work in aspnet output caching is a powerful method that enhances requestresponse throughput by caching the content
why the javascript validation not run on the aspnetthe aspnet button is post backed on the server amp not yet submit amp when it goes to the server
assignment 1 decision tree learning for cancer diagnosisin this mini-project you will implement a decision-tree algorithm and apply it to breast
assignment 2 k-nearest neighbor for text classificationthe goal of text classification is to identify the topic for a piece of text news article
assignment 3 naiumlve bayes algorithm for text classificationfirst partin this assignment we will redo the task of classifying documents assignment 2
assignment 4 handwritten bangla numeral recognition using multilayer feed forward neural networkin this assignment you will design a multi layer feed
can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced net componenta web service has the
describe session handling in a web farm how does it work and what are the limits in aspnet there are three ways to handle session objects
assignment 3b experiment with neural networkbackgroundin this assignment you will experiment with neural network for solving different types of
how is a property designated as read-only in vbnet public read-only property property name as return type get your property execution goes in here
what is reflection it extends the benefits of metadata by permitting developers to inspect and use it at runtime for example dynamically verify
what is delegationa delegate acts like a strongly type function pointer delegates can raise the methods that they reference without making explicit
explain how viewstate is being formed and how it is keeps on clientthe type of viewstate is systemwebuistatebag which is a dictionary that keeps
what is serialization how it works in netserialization is when you persist the state of an object to a storage medium so an exact copy can be
define assemblyassembly is a one deployable unit that contains information about the execution of classes structures and interfaces it also keeps the
what are assemblies assemblies are same to dll files both have the reusable pieces of code in the shape of classes functions dll needs to be
what are the differences between asp and asp net 1 asp code is interpretedaspnet code is compiled2 asp business logic and presentation logic